Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello rwilki,

    Our Lite (Free version) only allows the creation of a single form. If you require more than 1 form, then I would recommend buying our Pro version. You can check more details at https://mc4wp.com/.

    Let me know if you have any further queries.

    Thread Starter rwilki

    (@rwilki)

    Thanks. I’m considering buying the pro version but I can’t tell from the documentation if it allows a subscribe form to offer multiple list choices? I don’t want to use checkboxes for comment or registration forms, I want the list choices in my subscription signup form. Is this possible?

    Thanks!

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey rwilki,

    Yes if you use our form, it will allow you to offer multiple list choice a user could subscribe too and you can also create multiple forms (with a unique shortcode for each) and set each form to submit data to a different list.

    Secondly, please note that you can offer list choice option even in our free version. It does require additional code. Please find an example below:

    <label>
    			<input type="checkbox" name="_mc4wp_lists[]" value="ListIDgoeshere" />List 01
    		</label>
    		<label>
    			<input type="checkbox" name="_mc4wp_lists[]" value="ListIDgoeshere" />List 02
    		</label>
    		<label>
    			<input type="checkbox" name="_mc4wp_lists[]" value="ListIDgoeshere" />List 03
    		</label>
    Thread Starter rwilki

    (@rwilki)

    totally awesome! I just read the documentation for using radio buttons and tested it before I saw your reply! Checkboxes are better! Thanks so much! 5 star rating is coming soon!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I use a new form for different mailing list?’ is closed to new replies.