1. In the form builder, click "Form Settings" and on the Confirmation tab, select "Text" and paste this code in. Feel free to modify as appropriate for your text and URL:
Thank you for your submission. You will be redirected to our home page in 5 seconds. <a title="go to the home page immediately" href="http://www.homepageurl.com/">Click here</a> if you are not automatically redirected
<script type="text/javascript">
setTimeout(function() {
window.location = "http://www.homepageurl.com/";
}, 5000); // 5 seconds
</script>
You also need to check the box "Disable Auto-formatting" so that < p > and < br /> tags are not added which will prevent the JavaScript from working.
2. In the form builder, Click "Form Settings" and on the Advanced tab, you can change the text of the submit button from Submit to anything you want. Screenshot http://minus.com/lTtCr6TZWAeit
3. To add a Clear Form button to your form, you can add an HTML block in the form builder, and enter this:
[html]
<input type="reset" value="Clear Form" />
Posted 12 years ago on Sunday August 19, 2012 |
Permalink