Is there any way of setting the success/failure URLs to be NOT encrypted?

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

Hi Oliver,

Unfortunately, I’m going to come up short on this one; I do not believe there is a way to do this. If you were to create a topic on here of the Idea type and outline the reasons why this would be useful for you, the feature request will be visible to our CM1 Product Management team, who might then take the idea under consideration for a future release.