Is there anyway to “submit” the data step by step? I want to create a multipage form, but if someone leave the form at page 2, i would already took his data from page 1 !
This topic was modified 8 years, 11 months ago by johnteki.
The data is technically submitted on every step. You could send it via email by adding this filter in your theme’s functions.php file: add_filter( 'wpcf7_skip_mail', '__return_false', 11 );
Viewing 1 replies (of 1 total)
The topic ‘Submit every step’ is closed to new replies.