For pre-filling the full name via URL parameters, the Field code can be found under the Advanced properties.
The full name field has 4 supported attributes. Prefix, first name, middle name and last name.
To pre-fill these attributes, you can use the field code along with the attribute.
full_name.prefix
full_name.first_name
full_name.middle_name
full_name.last_name
Using the above, we can append the URL parameters to the form's URL:
For the combined mode, name must be specified asfull_name.name
for pre-filling.
We can append the URL parameters to the form's URL:
https://example.neetoform.com/5d55545edb7d71624847?full_name.name=Oliver