Okay
  Public Ticket #1578700
best practice for applying shortcode
Closed

Comments

  • tmmorgan1207 started the conversation

    I was trying to apply a shortcode in a text editor element and it isn't accepting what I entered in. Is there another element that I need to use to accomplish this?  My client uses mailchimp so we have no use for the Newsletter plugin that comes with the theme. How else can I integrate another email service opt in that can be embed into one of the pages successfully?

  •  1,998
  • tmmorgan1207 replied

    can you reply back with the code in a text box like this one instead of a screenshot of it, the screenshot cut off and I can't see all of the code that you typed in so I can't correct my website. Please update ASAP. Thanks

  •  1,998
    Ocean replied

    Hi,

    <div id="form-subscribe">
      <div class="form-group input-group">
         <div class="form-status text-color-white"></div>
            <input type="text" class="form-control" name="email" placeholder="Enter your e-mail">
            <span class="input-group-btn"><button class="btn btn-white" type="submit"><i class="arrow_right"></i></button></span>
      </div>
    </div>
    
  • tmmorgan1207 replied

    Thank you so much! Do you have any suggestions on how to update the messages color when someone submits an email address? Currently the color is black and doesn't show well on the background, the client likes the background in place. 

  •   Ocean replied privately