Forward input field to another form

I am trying to copy one input field to another form on a different page. The scenario is when the user press the button to submit the input field from one form goes to another form.

You are entering a website and the hero says: Enter your business email to get started, they enter and submit their email. It forwards to another page (in the same project) where there is more information to be filled but the email field in form number 2 is already prefilled with the email entered in form 1.

Important is that when the user press SUBMIT in form 1, the input should be POSTED as usual in case of a user drops.

How would we do this?

1 Like

Hi @StefanBlendulf

It is possible, but you will need so coding skills to achieve it… this is something to get you started

1 Like