Redirect to URL After Submission

To have your form redirect you to a page on your site or an outside URL / address place the following code within the completed section of the form template.

{if $completed}

<META http-equiv="refresh" content="0;URL=http://www.your-domain.com/">

{/if}