I need when the customer account signup the info store my db and shopify backend also. How can I achieve it I using the customer notes
This is the following code::
{% form ‘create_customer’ %}
{{ form.errors | default_errors }}
Where I define the my api post route so data store my db.
