• Hi there,

    I have the following shortcode to display only one subscription list on my page. I am going to add more list and let user to pickup which one they would like to subscribe, is it possible?

    [sendpress-signup firstname_label=’First Name’ lastname_label=’Last Name’ email_label=’E-Mail’ listids=’121′ display_firstname=’true’ display_lastname=’true’ label_display=’true’ desc= ” thank_you=’Thank you for subscribing CREC newsletter!’ button_text=’Submit’]

    Regards

    Simon

    http://ww.wp.xz.cn/plugins/sendpress/

Viewing 1 replies (of 1 total)
  • Plugin Author Jared Harbour

    (@jaredharbour)

    Yes, this is possible. If you separate each list id with a comma the shortcode will display each list with a checkbox next to it so the user can choose to subscribe to as many lists as they want to subscribe to.

    Here’s an example of your shortcode with more lists added for comparison:
    [sendpress-signup firstname_label='First Name' lastname_label='Last Name' email_label='E-Mail' listids='121,122,123,124' display_firstname='true' display_lastname='true' label_display='true' desc= '' thank_you='Thank you for subscribing CREC newsletter!' button_text='Submit']

    Cheers,

    Jared

Viewing 1 replies (of 1 total)

The topic ‘SendPress shortcode shows multiple subscription lists?’ is closed to new replies.