Home Forums Newsletter Plugin Support How To Change "Subscribe Our Newsletter" to "Subscribe To Our Newsletter"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140307
    Cheryl Almas
    Participant

    I want to change the default text to “Subscribe To Our Newsletter” in the Email Box,

    I currently use the HTML template code in a RAW HTML box (WPBakery Theme). I have modified the code as shown below:

    ———-

    <div class=”tnp tnp-subscription”>
    <form method=”post” action=”
    https://thegraffitiwall.com/?na=s&#8221; onsubmit=”return newsletter_check(this)”>

    <input type=”hidden” name=”nlang” value=””>

    <div class=”tnp-field tnp-field-firstname”><label><font color=”white”><font size=”4″>Name:</label><input class=”tnp-firstname” type=”text” name=”nn” ></div>

    <div class=”tnp-field tnp-field-email”><label><font color=”white”><font size=”4″>Email:</label><input class=”tnp-email” type=”email” placeholder=”Subscribe To Our Newsletter” name=”ne” required></div>

    <div class=”tnp-field tnp-field-button”><input class=”tnp-submit” type=”submit” value=”Subscribe”>

    </div>
    </form>
    </div>

    ———

    The edit is saved inside the WP Bakery editor but reverts back to the original text when I view the website.

    Is there an easier way to change this text?

    the website is http://www.thegraffitiwall.com and the form is at the bottom

    Thanks

    #140324
    Stefano
    Keymaster

    Hi I really don’t know how that theme is creating the form and why it reverted, anyway the email field should not display such text, but something different. The “subscribe (to) our newsletter” is good for a form title, not for a field placeholder.

    Stefano.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.