...
- Frame means inside the form's iframe
- Parent means inside the form iframe’s immediate parent
- Top means at the top of the page, regardless of how many parents are outside the iframe.
Forward to Web Page of Your Choice
After the user submits the form, the browser will be redirected to another URL, which you supply in the URL field. You must include the http:// prefix (e.g., http://myhost.com/thankyou.html). The application can have a Form Action Base URL which you set in the application properties. For example, you can have http://myhost.com/ in the application baseURL and simply “thankyou.html” in the Form Action URL field.
...
These are the same options as described under the display message wizard above. Unless you have created a special page that you know will fit correctly within the form’s iframe you should not choose iframe. Choose the Parent or Top option instead.
Note |
---|
Forwarding users to a web page that is located in a different domain will not work, with or /without the use of templatized strings. |
Forward to Paypal
When the form is submitted, users will be forwarded to Paypal to complete payment. This multi-step wizard guides you through configuration:
...
Here is an expense report form that shows what you can do using the Google Documents Wizard. Click here to try this form.
Panel | |||||
---|---|---|---|---|---|
|
Note |
---|
Forwarding users to a web page that is located in a different domain will not work, with or without the use of templatized strings. |
Error Action Wizards
These wizards optionally allow you to customize what the user sees if an error occurs. You can either display a message or forward users to a web page of your choice. The wizards behave exactly like the corresponding Form Action wizards above.
...