Home › Forums › Newsletter Plugin Support › Only allow custom email format to subscribe
Hi there!
I am using the newsletter at my university and want to limit subscribers to emails ending in @abc.co.uk.
I couldn’t find an option for that or a place to add further validation to email inputs.
Can I access some JS to validate this?
Max
You should create your custom form with your own validation code, starting from the generated form. it’s not that complicated.
Stefano.
Thanks Stefano! Where does the plug-in store the validation code? Then I can simply edit the file on the server.
Nevermind, edited the regex in the validate.JS and it works fine!