I’m using the verbatim customer creation form on this page:
https://fullfunction.org/pages/waitlist
{% form 'create_customer' %}
{{ form.errors | default_errors }}
{% endform %}
It redirects the user to the homepage upon submission; but no customers are added to the customer database in Shopify. What am I doing wrong?