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?
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.