Hello
How to add checkbox with validation in newsletter form
Hey, thanks for the plugin! FYI there’s a misspelling in the response if a subscription already exists for an email: “You’re current subscription has been updated!” should be “Your current subscription has been updated!” (You’re vs Your)
]]>sbd-bronto-newsletter.php ~line 332 uses the jQuery selector '#bronto-newsletter_{$form_ID}'
but this doesn’t account for custom form html as the plugin allows. I suggest changing the selector to something like '#bronto-newsletter-form_{$form_ID} input[name=email]'
so all that is required is the user to use an email input type.
file sbd-bronto-newsletter.php line 324-325 injects two </div> tags breaking my page layout. Please remove the second </div>
]]>Hi!
We recently noticed our Bronto Plug in is saying “Your email address is invalid!” I have tried a few different emails, all of which are valid and still getting the error. Checked the API and list code with Bronto and everything is correct.
Let me know what else you might need. [email protected]
]]>Hi, I think I have set up everything correctly but when I hit Signup, nothing happens.
So I edited the code. I will paste it below. Once I did that the email validation told me that every email I put in was invalid.
What am I doing wrong? This plug in is so cool, I wish I could get it to work.
Thanks
<style>
.bronto_signup{
width:20%;
}
.bronto_signup_label{
display:table;
}
.bronto_signup_input{
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
display:inline;
width:30%;
}
.bronto_signup_submit{
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, “Helvetica Neue”, sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
display: inline;
height: 42.5px;
cursor: hand;
}
</style>
<form id=”bronto-newsletter_%formID%”>
<span class=”bronto_signup”>
<span class=”bronto_signup_label”>Newsletter Signup</span>
<input type=”email” class=”bronto_signup_input” placeholder=”Your Email …” name=”email”>
<button type=”submit” class=”bronto_signup_submit”>Signup</button>
</span>
</form>
I have tried the plugin and it works fine, but why does it disappear after form submission? Also, is there a shortcode to display it? It appeared at a random spot on my homepage.
Thanks a mil’ for this. Really saved my skin.
]]>Hello,
I installed it on air-n-water.com/resources. You can find it in any single post page after the post content. While it works for me a lot of the times, it does not work for anyone else I’ve asked to test it out.
Once the subscribe their email address, the green background slides up but it doesn’t say “Your current subscription has udpated” or anything. It’s just empty. And if I check bronto, the email didn’t actually get added. So it’s like something happened to the connection with Bronto.
I’ve been able to replicate it for myself, but I can’t figure out why it doesn’t work for anyone else. Any ideas?
]]>