Is there a keyword replacement for the site URL?

I am constructing a custom (E-Card) form on a test system that sends an email with embedded links back to the site but obviously these will change once the site is deployed live. Is there a way I can use a keyword replacement so I don't have to remember to come back in and change all of the base href's for those emails?


Cheers…John.

You could probably use the Send to a Friend option, which has a keyword for the previous page you were visiting before you hit the form. Not sure if that would be useful.


In the next version of Matrix, we have added %global_site_*% keywords, so you would be able to use %global_site_url% (or similar).

[quote]In the next version of Matrix, we have added %global_site_*% keywords, so you would be able to use %global_site_url% (or similar).
[right][post=“12885”]<{POST_SNAPBACK}>[/post][/right][/quote]

Beaudy :slight_smile:



Thanks Avi.