• Resolved ifintbill

    (@ifintbill)


    Recently I need to design an online order form. I want to create a confirmation page before clients send out their submissions. I have tried the HTML field, but it cannot include the “None empty field” merge tags. I want the confirmation page can let clients review what they will purchase before submitting. Otherwise, they might have typos or other errors. Is there any way I can do it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @ifintbill

    I hope you are doing well.

    The HTML field would be the way to go, unfortunately the non_empty_fields macro wouldn’t work there but you would need to use single macros instead like {name-1}

    Best Regards
    Patrick Freitas

    Thread Starter ifintbill

    (@ifintbill)

    Hi Patrick

    Sorry to bother.

    Is there any other way to make a confirmation page or message before clients submit their forms?

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @ifintbill

    Another way to implement a confirmation form is by using the Pre-populate Form fields feature. Basically you will be creating 2 forms, one to enter the information and the second one to receive the information with the corresponding field values and display a “Please confirm your submitted data”. Some considerations to keep in mind:

    1. The First form should have the “save submissions in database” option disabled, since it will be used just to enter the data and redirect to the second form. Also, notifications should not be enabled.
      More info about this feature can be found here:
      https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#data-storage
    2. The second form should have the message to confirm the data submitted and should let submit the info if the data has been verified.

    You can find more info about this feature in our documentation:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#pre-populate-form-field-values

    Hope this information helps.

    Kind regards

    Luis

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ifintbill ,

    We haven’t heard from you for over 2 weeks now, so it looks like you no longer need our assistance.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creat a confirmation page before submitting form’ is closed to new replies.