I’m in need of firstName
and lastName
fields instead of the default fullName
field in checkout.
Could I maybe relabel the fullName
field or just not use it in favour of my two custom fields?
I’m in need of firstName
and lastName
fields instead of the default fullName
field in checkout.
Could I maybe relabel the fullName
field or just not use it in favour of my two custom fields?
Hi @gcm, thanks for reaching out.
You need a name
field to pass validation on the checkout, but you can relabel it to “First name” and add a new custom field called “Last name”.
This will work just fine, but it the dashboard, the last name will show up as a custom field, and not right after the “First name”, like so:
Will this work for your case?
Thanks.
So, in the checkout form, could that custom lastName
field appear immediately after the name
field?