No action in form using shortcode
-
I have modal window that is open with a button in that modal window I have this code.
<?php echo do_shortcode('[yikes-mailchimp form="1"]'); ?>This shows the form on the modal window but there is now action. Here is the code. that is generated.
<form id="news-letter-sign-up-1" class="yikes-easy-mc-form yikes-easy-mc-form-1 " action="" method="POST" data-attr-form-id="1"> ... </form> <!-- MailChimp Form generated using Easy Forms for MailChimp v6.2.1 by YIKES, Inc. (https://ww.wp.xz.cn/plugins/yikes-inc-easy-mailchimp-extender/) -->The form will not submit to mail chimp. What am I missing?
The topic ‘No action in form using shortcode’ is closed to new replies.