Can I add a customer with 'accepts_marketing' option on a contact form?

Can I add a customer with 'accepts_marketing' option on a contact form?

a-ok
Shopify Partner
18 0 1

I wanted to add an option on a contact form `{% form 'contact' %}` to allow users to sign up to my newsletter (add as a customer with the 'accepts_marketing' option checked). I know you can do this with the customer form `{% form 'customer' %}` but that isn't a contact form.

Is it possible to add a customer with the 'accepts_marketing' option on a contact form?

Replies 4 (4)

gina-gregory
Shopify Partner
742 51 213

I don't think it's possible from the contact form, but you could maybe put both forms together on the page and use some javascript to control submitting both forms at the same time.

MoritzK
Visitor
2 0 0

Gina, have you seen any success in combining both forms? Or is there even a new solution to this problem? 

MoritzK
Visitor
2 0 0

Has there been any update on this? 

lydiob7
Shopify Partner
1 0 0

Is there any update on this question? I would like to do the same