I’m currently using the Spotlight Theme and want to achieve the following: When a vistor creates an account, the account should be tagged automatically with a tag ‘Samples’.
Online I’ve found a tutorial to do this by editting the code, but it says to add
underneath the line:
{% form ‘create_customer’ %}
in the Template-file “Customers/register.liquid”. The only problem is that I cannot find this file in my code. Below a picture to visualise this.