• Hi,

    I’m trying to have a 2 step form. After submitting the first step the user gets an automated link from the second step.
    After going to the second step he then needs to finish his form. Now atm I think you’ve done this with cookies, but is it possible to fill the first step from PC and then accessing the second step from mobile and finishing it on mobile, with of course, having the same data saved?

    Best Regards

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

    (@webheadllc)

    Hi,

    Theoretically this can be done with Contact Form 7’s default:get attribute.

    You would need to find a way to generate this link on your own though. Using javascript you can use the wpcf7mailsent event listener to get the submitted form values and display them.

    If your mobile form is a single step, non-multistep form, then you can make the PC version a multi-step form and the mobile version a regular CF7 form.

    If your mobile form is also a multi-step form, you can look at this example for pre-filled multistep forms.

Viewing 1 replies (of 1 total)

The topic ‘Filling form from PC – opening from mobile’ is closed to new replies.