Cannot create custom form
-
I am using latest version of WordPress and Newsletter plugin. I need to create a custom for with default plugin options. Here is my html,
<form class="form-horizontal"> <div class="input-group"> <input id="address" placeholder="Enter your Email Address" class="form-control" type="email"> </div> <div class="input-group"> <button type="button" class="btn btn-success">Subscribe Now</button> </div> </form>
But I cannot create this custom form.
This is what I tried so far, but I couldn’t get this done. Hope you can help me.
<?php echo do_shortcode("[newsletter_form button_label='Subscribe Now' button_class='btn btn-success'][newsletter_field name='email' placeholder='Enter your Email Address'][/newsletter_form]"); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cannot create custom form’ is closed to new replies.