Conversation
supportWhen I use short codes, I receive an error, “Error in your short code. ” Code : <?php echo do_shortcode(‘[email-subscribers-advanced-form id=”1″]’); ?> This topic was modified 8 years, 3 months ago by vinuchacko999 .
@vinuchacko999 Update to the latest version of Email Subscribers & Group Selector. Adding you have added correct colon in the shortcode and hence the error. Try this: <?php echo do_shortcode("[email-subscribers-advanced-form id='1']"); ?>
@vinuchacko999 Update to the latest version of Email Subscribers & Group Selector. Adding you have added correct colon in the shortcode and hence the error. Try this: <?php echo do_shortcode("[email-subscribers-advanced-form id='1']"); ?>