Hi,
I’m using a contact form embedded in an {exp:entries} tag, where each form redirects people to a unique URL (it’s url_title) after submission;
The embed:
{exp:email:contact_form user_recipients="false" recipients="[email protected]" return="information-centre/truth-guides/{embed:url_title_redirect}" charset="utf-8"}
<!-- {embed:url_title_redirect} -->{embed:url_title_redirect} is correct, just the url_title for the entry.
However, EE is spitting out the return URL as
<input type="hidden" name="RET" value="{homepage}information-centre& amp;# 47;truth-guides& amp;# 47;the-burning-issue" />
<input type="hidden" name="URI" value="/information-centre/truth-guides/" />I had to add spaces for the forums to show the & #47.
And redirecting people to just /information-centre/truth-guides/
Any ideas?
Thanks,