Hello,
Is it possible to add checkbox for the customer who subscribes to newsletter?
This is the basic code of the form:
…
{%- if settings.subscription_method == ‘shopify’ -%}
{% form ‘customer’, id: null, class: ‘form-group–type-inline d-flex d-flex flex-column flex-lg-row mb-0’ %}
{% render ‘form-get-check-error-popup’ %}
{% endform %}
…
Thank You!
