Hi @darrellwilde
I hope you’re well today!
Yes, fields can be automatically filled-in from URL.
Let’s say you have a field “name-1” and you want to fill-it from link. This is how you do it:
1. edit the form and open your “name-1” field for editing
2. switch to field’s “Settings” tab and you’ll see “Pre-populate” section
3. in the “Query parameter (optional)” field put the name of the URL parameter that is used to pass that name; for example, if your URL is
https://domain.com/?person=John
you’d want to put word person in that option.
4. Apply changes and update the form
Now if you visit URL like the example above, the “name-1” field will automatically be filled-in with name John.
The same way it can work for other fields. Take a look here, please:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#pre-populate-form-field-values
Best regards,
Adam