Hello,
I have a small piece of HTML in a right side bar widget for users to sign up for email notifications. It’s worked well until recently when the button text disappeared. In the customizer it also appears blank until I click on the widget and make any changes. At that point the text appears. However, this isn’t fixing the live site, the text is still blank. The code is set to value=”Sign Up” but inspection of the live site shows this field to be blank. I can’t figure out what’s erasing the text. Any help would be appreciated.
Website: https://foamed.ebmedicine.net
Widget: Right side bar, “Get notified when we publish new blog posts:”
HTML code for the widget:
<form action=”https://www.getdrip.com/forms/270757736/submissions” method=”post” data-drip-embedded-form=”270757736″ id=”drip-ef-270757736″>
<div data-drip-attribute=”description”>Get notified when we publish new blog posts:</div>
<div>
<label for=”drip-email”>Email Address</label><br>
<input type=”email” id=”drip-email” name=”fields[email]” value=””>
</div>
<div style=”display: none;” aria-hidden=”true”>
<label for=”website”>Website</label><br>
<input type=”text” id=”website” name=”website” tabindex=”-1″ autocomplete=”false” value=””>
</div>
<p> <input type=”hidden” name=”tags[]” id=”tags_” value=”Blog_RSS_Feed_Subscriber” tabindex=”-1″></p>
<div>
<input type=”submit” value=”Sign Up” data-drip-attribute=”sign-up-button”>
</div>
</form>