Title: Customize subscribe form
Last modified: February 28, 2017

---

# Customize subscribe form

 *  [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/)
 * I know that other topics like this can already exist but even I did read I couldn’t
   find the solution. I’m sorry for that.
    I’m not able to customize the subscribers
   form: the text area where the email must be written types in white color font
   so it isn’t visible. The subscribe button too: the word “SUBSCRIBE” is white 
   on white back ground I used the html code in the widget. Thank you so much
    -  This topic was modified 9 years, 3 months ago by [orsocapo](https://wordpress.org/support/users/orsocapo/).
    -  This topic was modified 9 years, 3 months ago by [orsocapo](https://wordpress.org/support/users/orsocapo/).

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

 *  Thread Starter [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8856754)
 * ![subscritionfoirm](https://i0.wp.com/img137.imagevenue.com/loc107/th_276531248_mailpoet_122_107lo.
   JPG)
    -  This reply was modified 9 years, 3 months ago by [orsocapo](https://wordpress.org/support/users/orsocapo/).
    -  This reply was modified 9 years, 3 months ago by [orsocapo](https://wordpress.org/support/users/orsocapo/).
 *  [edinsac](https://wordpress.org/support/users/edinsac/)
 * (@edinsac)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8858006)
 * On the mailpoet settings tab where you work with subscribe forms, you’ll see 
   a link to get an HTML version of the form instead. Use that link, then insert
   the code into a WordPress Text/HTML widget to create the form. You can then add
   a style attribute to each form element to get the text color you want, i.e.:
 * style=”color: #000000″ //black text
 * You can do this for the button as well to change it’s text color. BE WARNED: 
   the HTML code contains a bug you’ll need to deal with, I’ve just posted about
   it here: [https://wordpress.org/support/topic/bug-header-scripts-for-html-version-of-subscribe-widget-breaks-page/](https://wordpress.org/support/topic/bug-header-scripts-for-html-version-of-subscribe-widget-breaks-page/)
 * Good luck!
    Ed
 *  Thread Starter [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8858271)
 * Dear Ed, thank you for the prompt and kind response.
    I don’t understand what
   I have to change about the bug and where I’ve to add the code (but the second
   problem it’s not difficult to resolve) My HTML code is: <!–START Scripts : this
   is the script part you can add to the header of your theme–> <script type=”text/
   javascript” src=”[http://www.lacanforabnb.com/wp-includes/js/jquery/jquery.js?ver=2.7.7″></script&gt](http://www.lacanforabnb.com/wp-includes/js/jquery/jquery.js?ver=2.7.7″></script&gt);
   <script type=”text/javascript” src=”[http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/validate/languages/jquery.validationEngine-it.js?ver=2.7.7″></script&gt](http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/validate/languages/jquery.validationEngine-it.js?ver=2.7.7″></script&gt);
   <script type=”text/javascript” src=”[http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/validate/jquery.validationEngine.js?ver=2.7.7″></script&gt](http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/validate/jquery.validationEngine.js?ver=2.7.7″></script&gt);
   <script type=”text/javascript” src=”[http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.7″></script&gt](http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.7″></script&gt);
   <script type=”text/javascript”> /* <![CDATA[ */ var wysijaAJAX = {“action”:”wysija_ajax”,”
   controller”:”subscribers”,”ajaxurl”:”[http://www.lacanforabnb.com/wp-admin/admin-ajax.php&#8221](http://www.lacanforabnb.com/wp-admin/admin-ajax.php&#8221);,”
   loadingTrans”:”Caricamento…”}; /* ]]> */ </script><script type=”text/javascript”
   src=”[http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.7″></script&gt](http://www.lacanforabnb.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.7″></script&gt);
   <!–END Scripts–>
 * <div class=”widget_wysija_cont html_wysija”><div id=”msg-form-wysija-html58b55b6d9fe51-
   2″ class=”wysija-msg ajax”></div><form id=”form-wysija-html58b55b6d9fe51-2″ method
   =”post” action=”#wysija” class=”widget_wysija html_wysija”>
    Iscriviti alla nostra
   newsletter. Ti verrà inviata una mail di conferma
 * <p class=”wysija-paragraph”>
 *  <input type=”text” name=”wysija[user][email]” class=”wysija-input validate[required,
   custom[email]]” title=”Email” placeholder=”Email” value=”” />
 *  <span class=”abs-req”>
    <input type=”text” name=”wysija[user][abs][email]” class
   =”wysija-input validated[abs][email]” value=”” /> </span>
 * </p>
    <input class=”wysija-submit wysija-submit-field” type=”submit” value=”Iscriviti”/
   >
 *  <input type=”hidden” name=”form_id” value=”2″ />
    <input type=”hidden” name=”
   action” value=”save” /> <input type=”hidden” name=”controller” value=”subscribers”/
   > <input type=”hidden” value=”1″ name=”wysija-page” />
 *  <input type=”hidden” name=”wysija[user_list][list_ids]” value=”1″ />
 *  </form></div>
 *  [Wysija](https://wordpress.org/support/users/wysija/)
 * (@wysija)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8863927)
 * We’re sorry, but we don’t provide support for CSS styles.
 *  Thread Starter [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8864532)
 * ok

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/wysija-newsletters_ffddcc.svg)
 * [MailPoet Newsletters (Previous)](https://wordpress.org/plugins/wysija-newsletters/)
 * [Support Threads](https://wordpress.org/support/plugin/wysija-newsletters/)
 * [Active Topics](https://wordpress.org/support/plugin/wysija-newsletters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wysija-newsletters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wysija-newsletters/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/customize-subscribe-form/#post-8864532)
 * Status: not resolved