All Collections
FAQs and Troubleshooting
Can I refresh the page after a form submission?
Can I refresh the page after a form submission?
Tim Reilly avatar
Written by Tim Reilly
Updated over a week ago

When a visitor submits a form, you can show them a personalized completion message with form submission actions, or redirect them to another page.

However in some cases, you may just want to refresh the page after a visitor submits the form. For example, if your form is a Smart Content version and you'd like to show the visitor a targeted version immediately after submitting the page.

You can accomplish this by setting the form's Redirect URL to:

javascript:location.reload(true)

Example:

Did this answer your question?