FAQs

How to delay the redirect in your form

In Chronoforms 8 you can delay the redirect to allow for other actions to complete before the redirect is started.

  1. Open your form for editing and switch to the "Submit" event because we need to redirect when the page is submitted, make sure the Views area is selected on the right side panel
  2. Expand the Content section under Views
  3. Find the Message view
  4. Drag the Message view to the Submit area and click the "Configure" button
  5. Write a message for the user letting them know about the redirect to start soon.

  1. Keep the Submit event open
  2. Switch to the Actions area on the right side panel
  3. Find the Redirect action under the Basics group
  4. Drag a Redirect action to the submit event and click the "Configure" button
  5. Enter the URL to redirect the user to, here we redirect to a sub page /complete, if you stop here, the redirect will start immediately and the "Message" view will never appear to the user.
  6. Enable the "Redirect Delay" behavior.
  7. Set the delay to 2 seconds, this gives enough time for the user to read the message before the redirect starts.