I have a popup that is triggered by the user on "click here to enter your email"
Here's the code:
<a href="#" class="onclick-coupon">click here to enter your email</a>
The css class triggers the popup, so all good - but I am sure that the empty URL with a # is wrong - or is it?
Thanks!