• Resolved neosan

    (@nreljed)


    Hello ,

    Do you have an idea how to insert a “thank you page” or more crazy.. a popup!
    After sending the form?

    I work with elementor builder.

    I also noticed in multistep the first page with “previous” is unnecessary how to hide it?

    One last note, you should perhaps consider integrating some options for elementor (3 ++ million installations) it does not go unnoticed it is clearly a winning approach

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi!

    There is the approach of setting a success message in the form settings which will be displayed after form submission. If you want a separate page you can create one and redirect to it after submission by setting the redirect argument: https://advancedforms.github.io/guides/basic/displaying-a-form/.

    On the first page the previous button will be disabled. You can use some CSS that targets the disabled property to hide it fully.

    A popup is a bit more difficult. The plugin doesn’t support AJAX submissions so you would have to display the popup after the page has reloaded. This is totally possible as you can detect if a form has been submitted using af_has_submission() but it takes a bit of code and is highly dependent on which solution you are using for popups.

    All the best!
    Elementor integration is definitely being considered but it’s mostly my inexperience with Elementor and a lack of time that is holding it back. Might get around to it eventually.

Viewing 1 replies (of 1 total)
  • The topic ‘After Submit –>thank you page’ is closed to new replies.