Full Name

For pre-filling the full name via URL parameters, the Field code can be found under the Advanced properties.

Screenshot 2023-09-18 at 12.49.46 AM.png
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:

https://example.neetoform.com/8abc2aa31ef7d12f288e?full_name.prefix=Mr&full_name.first_name=Oliver&full_name.middle_name=Hayden&full_name.last_name=Smith

Screenshot 2023-09-18 at 12.38.16 AM.png
Full name with pre-filled attributes.

Can't find what you're looking for?