Title: Customize subscription form
Last modified: April 15, 2021

---

# Customize subscription form

 *  [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/customize-subscription-form/)
 * Hey guys,
 * in regard to this older post ([https://wordpress.org/support/topic/mail-poet-subscribe-form-footer-code-help/](https://wordpress.org/support/topic/mail-poet-subscribe-form-footer-code-help/))
   are there any further possibilities to customize subscription forms (custom templates)?
 * We’d like to apply basic bootstrap css form styles/markup to make forms look 
   more integrated. This should really not be such an headache.
 * Maybe some gutenberg-related hooks might help here?
 * regards

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

 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-subscription-form/#post-14331769)
 * [@zitrusblau](https://wordpress.org/support/users/zitrusblau/),
 * I don’t know if this will be helpful to you but, I managed to have my subscription
   forms to look better with this CSS I added through Yellow Pencil:
 *     ```
       form.mailpoet_form br{
       	display:none;
       	visibility:hidden;
       }
   
       .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{
       	left: 50%;
       	position: absolute;
       	text-align: left;
       	top: 12%;
       	transform: translate(-50%, -50%);
       }
       ```
   
 * and to the Manage my subcription page, I added this CSS:
 *     ```
       .mailpoet-manage-subscription .mailpoet_paragraph select,.mailpoet-manage-subscription .mailpoet_paragraph select option{
       	font-size:15px;
       	font-family:'Montserrat', sans-serif;
       }
   
       .mailpoet-manage-subscription .mailpoet_paragraph select{
       	margin-bottom:1em;
       }
   
       /* Mailpoet change email info */
       .mailpoet-manage-subscription .mailpoet_paragraph .mailpoet-change-email-info{
       	font-size:16px;
       }
   
       /* Strong Tag */
       .mailpoet-manage-subscription label strong{
       	font-size:16px;
       	color:#3498db;
       }
   
       .mailpoet-manage-subscription input{
       	margin-bottom:1em;
       }
   
       /* Label */
       .mailpoet-manage-subscription .mailpoet_paragraph label{
       	font-size:15px;
       }
   
       .mailpoet_paragraph label.mailpoet_checkbox_label input{
       	margin-bottom:0em;
       	font-size:15px !important;
       }
   
       .mailpoet_paragraph input.mailpoet_submit{
       	margin-top:1em;
       }
       ```
   
 *  Thread Starter [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-subscription-form/#post-14335195)
 * Thanks for sharing your approach [@anticosti](https://wordpress.org/support/users/anticosti/)
   
   But I’d rather like to adjust the html output instead if that’s possible.
 *  Thread Starter [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-subscription-form/#post-14335346)
 * Guess we might use a form builder integration (Gravity Forms) for this although
   this is definitely kinda over engineering for a very simple subscription form…
 * [https://www.mailpoet.com/plugins/](https://www.mailpoet.com/plugins/)
    -  This reply was modified 4 years, 11 months ago by [zitrusblau](https://wordpress.org/support/users/zitrusblau/).
 *  Thread Starter [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * (@zitrusblau)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customize-subscription-form/#post-14370704)
 * Unfortunately, the Gravity Forms addon that we would have used to workaround 
   this is no longer being maintained and not working with most recent WP and Mailpoet
   versions:
    [https://wordpress.org/plugins/add-on-gravity-forms-mailpoet/](https://wordpress.org/plugins/add-on-gravity-forms-mailpoet/)
 * So, do we have any other option here?

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

The topic ‘Customize subscription form’ is closed to new replies.

 * ![](https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=3284564)
 * [MailPoet - Newsletters, Email Marketing, and Automation](https://wordpress.org/plugins/mailpoet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailpoet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailpoet/)
 * [Active Topics](https://wordpress.org/support/plugin/mailpoet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailpoet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailpoet/reviews/)

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)
 * [subscription form](https://wordpress.org/support/topic-tag/subscription-form/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * 4 replies
 * 2 participants
 * Last reply from: [zitrusblau](https://wordpress.org/support/users/zitrusblau/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/customize-subscription-form/#post-14370704)
 * Status: not resolved