hi,
I need to create a function like this:
<% if IsEmailAddress ($ email)%>
Send email to
<% $% contact_name>
</ a>
<% / if%>
so that we can do a check on the fields that I entered.
How can I do?
Thanks
hi,
I need to create a function like this:
<% if IsEmailAddress ($ email)%>
Send email to
<% $% contact_name>
</ a>
<% / if%>
so that we can do a check on the fields that I entered.
How can I do?
Thanks
Doing something like that would simply send an email, even if you entered null@..com
I don't really see a value in sending an email that you can't validate as being received by a user.
Thanks ;-)