• Resolved anthonyflibustiers

    (@anthonyflibustiers)


    Hello guys, hope you are doing great,

    I’va made a two page form with personnal info on the first and a payment on the second and I would like to know if there’s a way to display a reminder of the information entered on the first step.

    Thanks a lot !

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @anthonyflibustiers,

    I hope you are doing well today!

    Please elaborate your query a little bit more as “display a reminder of the information”, do you want to show the whole information from the previous page of the form on the next page or a part of it or a message etc.?

    Kind regards,
    Zafer

    Thread Starter anthonyflibustiers

    (@anthonyflibustiers)

    Hello,

    The form is used as a membership one, and the law in my country indicate that before the payment it has to be an confirmation step. So I would like to show all the filled out fields before the user gets to pay.

    Thanks !

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @anthonyflibustiers,

    You can use the “HTML” field to display all the fields inside the HTML field for your user before the form is submitted.

    You can use the “Add Form Data” button to add all the fields and format it according to your needs.

    Screenshot at 18:12:03.png

    Please check and see whether the above fits your needs.

    Best Regards,

    Nithin

    Thread Starter anthonyflibustiers

    (@anthonyflibustiers)

    Hello,

    Thanks for your answer.

    I’ve tried your solution but it seems I can only retrieve the email input, all the other fields stays blank despite the fact they were filled.

    What I am doing wrong ?

    By the way, I have another question, I would like to add products to the cart at the form submission, witch I’ve already figure out how to. But, is there a way to include the form fileds in the woocommerce confiormation mail ? The probleme is the mail from the form will arrive before the customer payment.

    Thanks !

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @anthonyflibustiers

    Could you please export your form https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export and share it here using pastebin.com or Google Drive so we can verify why the other fields are blank?

    “By the way, I have another question, I would like to add products to the cart at the form submission, witch I’ve already figure out how to. But, is there a way to include the form fileds in the woocommerce confiormation mail ? The probleme is the mail from the form will arrive before the customer payment.”

    I am afraid it is not possible out of the box, you can remove the email from Forminator > Form > Email and then use only the order email, but you would still need to collect the data into your woocommerce order.

    Forminator does have the API feature https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/#method-get_entry which can be called in Woo email hook https://www.ads-software.com/support/topic/woocommerce-order-email-hooks/, but you would need to pass your form ID and Submission ID into that order to get it later to be used in the email.

    Those require a deeper development and would be out of our support scope.

    Best Regards

    Patrick Freitas

    Thread Starter anthonyflibustiers

    (@anthonyflibustiers)

    Hello !

    Thanks for your answer, I have made a form from scratch and it works fine. It’s seems that somehow my last form is corrupt..

    Thanks again !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display previous page display’ is closed to new replies.