• Resolved pauly33

    (@pauly33)


    I am currently using this and it works fine.

    On a multi page form, can you submit or save the data from the first page in case the user does not finish the form?

    Ideally would like to have page 1 emailed and page 2 emailed of 2 page form.

    Can this be done?

    Thank you.

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

    (@webheadllc)

    Yes, you can send email on each step of the form. You can simply add the following code to your theme’s functions.php

    add_filter( 'wpcf7_skip_mail', '__return_false', 11 );

    I’m currently working on a way to do this from the form editing page, but it won’t be out for a while.

Viewing 1 replies (of 1 total)
  • The topic ‘Multi Page Form’ is closed to new replies.