Skip to main content

Hello


I’m trying to set up a form submission page where people will be directed there from a link sent to their emails. Is there a way to have the fields auto-populated from information gathered from their emails?


Thanks

yes!!! … with hidden fields


Oh terrific! How? I’m not sure I totally understand hidden fields.


Thanks!


it really is simpler, pass the value of the variable by url and your field must be called in the same way. example. The variable will be phone. In the url add “?phone = + 123456789” and in your form the field you receive will be called in the same way and voila!


Reply