Is there any way of setting the success/failure URLs to be NOT encrypted?
so in the resulting form, rather than:
<input type="hidden" name="perc_urlEncrypt" value="true">
<input type="hidden" name="perc_successUrl" value="778ea807e084cad264147b6fb1c86bfa99968988be56137551cf1ba88f4e1b52eb004fd1ae9ea42a0154b40359ea20225b5c40f2ec42444421cc4f79cbdc8755">
<input type="hidden" name="perc_errorUrl" value="778ea807e084cad264147b6fb1c86bfa99968988be56137551cf1ba88f4e1b52eb004fd1ae9ea42a0154b40359ea20225b5c40f2ec42444421cc4f79cbdc8755">
we might have
<input type="hidden" name="perc_urlEncrypt" value="false">
<input type="hidden" name="perc_successUrl" value="/success.html">
<input type="hidden" name="perc_errorUrl" value="/error.html">
The reasons for wanting to do this are too long-winded to go into now. But it’s sufficient for me to know if and then how it can be done.
Thanks,
Oliver