I saw it on another website and I'd like to implement something similar on mine. It's a simple email subscription form with one button to subscribe. The HTML code has
<button class="btn" style="width:125px; height:35px;" onClick="signup.addEmail()">
Where do I need to go to build the signup.addEmail() code and make that work?
And any thoughts on what that code would look like?
<button class="btn" style="width:125px; height:35px;" onClick="signup.addEmail()">
Where do I need to go to build the signup.addEmail() code and make that work?
And any thoughts on what that code would look like?