On completion, I need to redirect to a specific node and pass the submission sid alongas a URL query, so I can do some preprocessing based on the submission data before I send out emails.

The redirection to custom URL field does a full url-encode, mangling the ? and = characters. Is there any way to avoid this?

Comments

quicksketch’s picture