Change the "jQuery('#PliableForm_success').show();" line (line 59 as of version .9.6) to something like window.location = "/thankyou.aspx".
If you have multiple form and want to make this dynamic, add a textstring or content picker to your form document type. Add the "NiceUrl" to a hidden input field and pull that through the javascript
Redirect to thankyou page on redirect
Hi,
Is it possible to redirect to a thankyou-page on submit? Would be nice for SEO.
Thanks!
Ralph
Hi Ralph,
For now, I am just going to leave this for you guys to add on if you want. All you would need to do is change the "success" function of the ajax call.
Change the "jQuery('#PliableForm_success').show();" line (line 59 as of version .9.6) to something like window.location = "/thankyou.aspx".
If you have multiple form and want to make this dynamic, add a textstring or content picker to your form document type. Add the "NiceUrl" to a hidden input field and pull that through the javascript
Hi Jon,
Thanks for the reply. Works great!
is working on a reply...