Title: Inline Form does not work
Last modified: December 5, 2018

---

# Inline Form does not work

 *  Resolved [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/)
 * Hi.
 * I have enabled the online form option but it does not work. I’ve also tried adding
   inline = “1” in the shortcode, but nothing works.
 * I have read the documentation at: [https://yikesplugins.com/support/knowledge-base/how-do-i-place-all-of-my-form-fields-on-one-line/](https://yikesplugins.com/support/knowledge-base/how-do-i-place-all-of-my-form-fields-on-one-line/)
 * But I can not get the form to work on one line.
 * Help please, do not know what to look more ?.
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finline-form-does-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949160)
 * Hola [@daniel89fg](https://wordpress.org/support/users/daniel89fg/),
 * When you have our GDPR checkbox plugin enabled, we drop the submit button below
   the checkbox.
 * What would you like the form to look like? How would you like the elements aligned?
   We can give you custom CSS if you’d like a custom implementation.
 * Let me know.
 * Cheers,
    Kevin.
 * P.S. I love the pictures on your website 🙂
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949208)
 * I assumed it could be the GDPR plugin, I have disabled it and removed it. And
   the problem remains the same.
 * It would be great to leave the email field on the left, the subscribe button 
   on the right and below the GDPR checkbox.
 * I leave a link to an image that I have mounted for the example:
    [https://www.elisia.es/newsletter.jpg](https://www.elisia.es/newsletter.jpg)
 * Thank you.
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949227)
 * Okay. Re-enable the GDPR plugin and I will give you custom CSS to style it like
   that.
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949257)
 * Ready
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949342)
 * Try these styles. They’re not exactly like the image but we can improve on them.
   I want to see them on your site first.
 *     ```
       label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
           width: 78%;
       }
   
       .EMAIL-label {
          color: #fff;
       }
   
       button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary {
           width: 20%;
           float: right;
           margin-top: 26px;
           height: 20px;
           background-color: #c73434;
           font-weight: bold;
           color: white;
           outline: none;
           border: 0;
       }
   
       label.yikes-mailchimp-eu-compliance-label {
           position: absolute;
           top: 120px;
           left: 15px;
       }
   
       input#yikes-easy-mc-form-1-EMAIL {
           background-color: transparent;
           border: 1px solid #fff;
           color: black;
       }
   
       input#yikes-easy-mc-form-1-EMAIL::-webkit-input-placeholder { /* Edge */
           color: #fff;
       }
   
       input#yikes-easy-mc-form-1-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
           color: #fff;
       }
   
       input#yikes-easy-mc-form-1-EMAIL::placeholder {
           color: #fff;
       }
   
       .yikes-mailchimp-eu-compliance-text {
           color: #fff;
       }
       ```
   
 * Are you familiar with adding custom CSS?
 * Let me know.
 * Thank you,
    Kevin.
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949362)
 * Ready, it’s online now If I am familiar with css code.
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10949433)
 * Awesome.
 * I’m hesitant to style the checkbox because it’s _a lot_ of CSS.. Is this a requirement?
 * Do you know what color the submit button is using in your mockup?
 * Also, do you want the submit button’s width to be larger, the email field’s width
   to shorter, and the email field’s height to be bigger (like the mockup)?
 * Let me know.
 * Thank you,
    Kevin.
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10967214)
 * The color of the button is # 71babd.
 * I would like to leave it as close to the design of the image as possible.
 * A million thanks for the help;)
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973416)
 * What happened to the form? Did you make any further changes? It did not look 
   like this after the styles were applied last week.
 * Let me know.
 * Thank you,
    Kevin.
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973432)
 * Try to modify it and leave it similar to the image. But I was not able to do 
   it.
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973530)
 * Can you try to revert those changes?
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973535)
 * Ready. Changes revert
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973600)
 * Hello,
 * Please replace the above styles with these:
 *     ```
       .wpb_text_column .wpb_wrapper section#yikes-mailchimp-container-1 {
           margin-bottom: 10%;
       }
   
       .wpb_text_column.wpb_content_element {
           margin-bottom: 0px;
       }
   
       .wpb_text_column.wpb_content_element h2 {
           color: white;
       }
   
       label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
           width: 78%;
       }
   
       .EMAIL-label {
          color: #fff;
       }
   
       button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary {
           width: 20%;
           float: right;
           margin-top: 26px;
           height: 20px;
           background-color: #c2a16c;
           font-weight: bold;
           color: white;
           outline: none;
           border: 0;
       }
   
       label.yikes-mailchimp-eu-compliance-label {
           position: absolute;
           left: 15px;
       }
   
       input#yikes-easy-mc-form-1-EMAIL {
           background-color: transparent;
           border: 1px solid #fff;
           color: black;
           padding-top: 10px;
       }
   
       input#yikes-easy-mc-form-1-EMAIL::-webkit-input-placeholder { /* Edge */
           color: #fff;
       }
   
       input#yikes-easy-mc-form-1-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
           color: #fff;
       }
   
       input#yikes-easy-mc-form-1-EMAIL::placeholder {
           color: #fff;
       }
   
       .yikes-mailchimp-eu-compliance-text {
           color: #fff;
       }
       ```
   
 * That’s as far as I can take this one.
 * All the best,
    Kevin.
 *  Thread Starter [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * (@daniel89fg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973634)
 * Better. Many, many thanks for the help 🙂

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

The topic ‘Inline Form does not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [daniel89fg](https://wordpress.org/support/users/daniel89fg/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/inline-form-does-not-work/#post-10973634)
 * Status: resolved