| 1) |
Go to the "Post Submit Url" textbox in the "form settings" box.
|
|

|
2) |
You have 2 options here:
A - To enter a valid url of a page in the textbox.
B - To press on the "Url Picker" Button and choose a existing form ( ).
|
3) |
Once you have entered a value in this field press on "apply".
|
|
Take Note!
In the case of a form that is published as Iframe or Script the post submitted url
will appear as default instead of the form, in its container.
If you wish for the post submit url to appear in a blank page and not in the
form container you will need to do the following:
1) Create a web page in your website that consists of this code:
<script>
window.parent.location.href = 'http://www.yourdomain.com/thankyou.htm'; //the url you want to redirect to;
</script>
2) Go to 'Form Setting' and fill the 'Post Submit URL' textbox with the url to the
page you have just created in step1.
|