Title: Post-post support
Last modified: August 22, 2016

---

# Post-post support

 *  Resolved [tmarsh1](https://wordpress.org/support/users/tmarsh1/)
 * (@tmarsh1)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/post-post-support/)
 * Hey Alex
    I use MD3.1 and T2.1. Is it possible to add these forms after each 
   post either via Skin Editor or otherwise? tim
 * [https://wordpress.org/plugins/kolakube-email-forms/](https://wordpress.org/plugins/kolakube-email-forms/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [kolakube](https://wordpress.org/support/users/alexmangini/)
 * (@alexmangini)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/post-post-support/#post-5469186)
 * Hey Tim!
 * Yes, you can create a Widget area in the Skin Editor and then drag the Widget
   into place via the Widgets panel in WordPress. You’ll want to do this on the “
   Single” template for posts.
 * DIYthemes also provides AWeber and MailChimp Boxes in the Professional plan (
   if you have it). They’re more integrated into Thesis since they create Boxes 
   in the Skin Editor, but work pretty much the same (connect, drag into place, 
   output form).
 *  Thread Starter [tmarsh1](https://wordpress.org/support/users/tmarsh1/)
 * (@tmarsh1)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/post-post-support/#post-5469187)
 * Thanks Alex
    Will have a play- I’m using Active Campaign so presumably I wrap
   their input boxes with the same MD classes to get the right look and feel
 * Tim
 *  Plugin Author [kolakube](https://wordpress.org/support/users/alexmangini/)
 * (@alexmangini)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/post-post-support/#post-5469188)
 * You’ve got the right idea. Base your code off of the code below. A few things
   to note:
    1. Add the `md-form` class to the outer container (in this case, the `form` tag)
    2. Wrap each `input` field with a `p` tag to output the field on its own line
 *     ```
       <form class="md-form" method="post" action="http://www.aweber.com/scripts/addlead.pl">
   
       	<p><input type="text" name="name" class="name" placeholder="Enter your name" tabindex="600"></p>
   
       	<p><input class="email" type="email" name="email" placeholder="Enter your email" tabindex="601"></p>
   
       	<p><input class="green button" name="submit" type="submit" value="Signup Now!" tabindex="602"></p>
   
       </form>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post-post support’ is closed to new replies.

 * ![](https://ps.w.org/kolakube-email-forms/assets/icon-128x128.png?rev=1210143)
 * [Kolakube Email Forms](https://wordpress.org/plugins/kolakube-email-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kolakube-email-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kolakube-email-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/kolakube-email-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kolakube-email-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kolakube-email-forms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kolakube](https://wordpress.org/support/users/alexmangini/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/post-post-support/#post-5469188)
 * Status: resolved