I have a form that looks like this:
{% form 'customer' %}
{% endform %}
How can I capture the fullname and the phone_number attributes from the front-end? I noticed in the backend it’s First Name and Last Name, is there any way I can pass it fully without having to use javascript to turn the Full Name field into chunks? Because some people have more than 2 words in their full name and it’s gonna be problematic.