Adding lists without user explicit selection
-
Hi!
I created a custom form for my sidebar and I want to be able to automatically assign users to one of two lists: (1)PL and (2)EN (my website is bilingual).I’ve added a following field to the custom newsletter form:
<input type=”hidden” name=”nl” value=”1″>But the user still gets assign to both list, not just to one (1)PL.
Right now my form looks like that:
(…)
<form method=”post” action=”https://www.goethic.com/?na=s” onsubmit=”return newsletter_check(this)”><input type=”hidden” name=”nlang” value=”pl”>
<input type=”hidden” name=”nr” value=”widget”>
<input type=”hidden” name=”nl[]” value=”1″>
(…)Still doesn’t work. Can you help, please?
The page I need help with: [log in to see the link]
- The topic ‘Adding lists without user explicit selection’ is closed to new replies.