Hi,
I’m planning to add more fields in my registration form like - address, contact, zip (and many more if I get these three to work)
The fields do show in the front end, but it does not catch data from the fields that I added when I check in the customer records.
I hope someone can help me. I’ve been stuck with this problem for days. I’ve read several threads/ posts and tried it but nothing seems to work.
{% form 'create_customer' %}
{{ form.errors | default_errors }}
{% endform %}
