Steps to Using Separate Fields for First Name and Surname in a Form
Currently a form needs a value of "s_name" to submit properly. Lets take a look at how we can include two separate fields into "s_name".
Introduction
Step 1) Create Separate Name Fields in the Form in the Siteglide Admin

Step 2) Copy the Default Form Layout to Create a Custom Layout
Step 3) Hide the System Field for the User's Full Name
Step 4) Add Unique HTML IDs
Step 5) Change the Form Submit Behaviour to Run a New Data Normalisation Function First
Step 6) Define the handleNames() function in JavaScript
Last updated
Was this helpful?

