We'll create fresh WordPress site with Auto Fill Form Fields installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin does 1 thing and 1 simple thing only. If you pass info through the URL, say https://example.com/?firstname=John&lastname=Doe
it will fill fields associated with firstname
and lastname
with John
and Doe
respectively.
You have to know what the fields name
or id
value is. At the end of the URL type ?name_of_field=value&or_id_of_field=value
.
Compatible with all web-form builders, html 4 or 5, really this is so simple it works with everything.
This is extremely useful if you’re a CRM user. Such as Infusionsoft or MailChimp.
For example using merge fields in Infusionsoft to send people to personalized pages through Email Links.
If you’re an Infusionsoft user, pass info to a landing page by using the following syntex in your link. ?inf_field_FirstName=~Contact.FirstName~&inf_field_Email=~Contact.Email~