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” 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