08-30-2017, 02:06 PM
I added this on line 133 of join.php
<pre></pre>
This seems to be working exactly how I wanted it to.
Thanks
<pre>
Code:
if (substr(strrchr($email, "@"), 1) != "url.com"){
$validation->addError([$domain."You can only register from a valid url.com email address."]);
}
This seems to be working exactly how I wanted it to.
Thanks