how to show a different subscription form
-
Hi,
I can’t seem to figure out how to have multiple subscription forms, you only have this shortcode
[newsletter_form], and I know it can have parameters, like[newsletter_form lists= "9,10,11,12,13,14,15,16"], but the problem is that won’t work when trying to display different forms on multiple languages (using WPML)the situation is:
I have one category called ‘Movies’, that has a subscription form in 8 languages (8 subscriber lists) – that works with [newsletter_form]
but, I need another form for another category called ‘TV’, (just for that category), as well translated in 8 languages, so I need 8 OTHER subscriber lists, just for this categoryIf I call this shortcode (I call it only in the ‘TV’ category)
[newsletter_form lists= "9,10,11,12,13,14,15,16"], which has the ids of the subscriber lists of the category ‘TV’, in 8 languages, the subscriber will be subscribed to all of the lists, even if he is on the Spanish language.So how can I call a different list, based on category and the actual viewed language?
1 subscription form for ‘movies’:
list 1 Movies is for english
list 2 movies is for Spanish
and so onsecond subscription form for ‘tv’:
list 9 TV is for english
list 10 TV is for Spanish
and so onit would be great to be able to call a different subscription form, like ‘[newsletter_form_2], that add to it only a part of the lists I’ve created, and WPML will take care of the language matching
thank you
The topic ‘how to show a different subscription form’ is closed to new replies.