/    Sign up×
Community /Pin to ProfileBookmark

Help On Email Verification – TO REPLACE PREVIOUS THREAD TOPIC

Hi everyone

I have a multipart form using MMvalidateForm .

I have a problem with the fact that the phone number in the form won’t allow spaces in the numbers and I want it to.

The second problem is that anyone can fill in a completely bogus email address with spaces and other invalid charachters such as dgfht.fgr@dgftrh. fgh ghjy. fhj.com and the form submission still goes through ok.

I need the phone number part to except spaces and I need the email part of the form validate by way of correct syntax and by way of real domain.

Below is the head part of the code being used

[COLOR=Red]<script language=”JavaScript” type=”text/JavaScript”>
<!–

function MM_validateForm() { //v4.0
var i,p,q,nm,test,num,min,max,errors=”,args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
if (val) { nm=val.name; if ((val=val.value)!=””) {
if (test.indexOf(‘isEmail’)!=-1) { p=val.indexOf(‘@’);
if (p<1 || p==(val.length-1)) errors+=’- ‘+nm+’ must be a valid e-mail address.n’;
} else if (test!=’R’) { num = parseFloat(val);

if (isNaN(val)) errors+=’- ‘+nm+’ must not contain spaces.n’;
if (test.indexOf(‘inRange’) != -1) { p=test.indexOf(‘:’);
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+=’- ‘+nm+’ must contain a number between ‘+min+’ and ‘+max+’.n’;
} } } else if (test.charAt(0) == ‘R’) errors += ‘- ‘+nm+’ is required.n’; }
} if (errors) alert(‘The following error(s) occurred:n’+errors);
document.MM_returnValue = (errors == ”);
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf(“?”))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//–>
</script>
[/COLOR]

The code in the body that I mentioned is this

[COLOR=Red]<p><form action=”directory-add-advert2.php” method=”post” enctype=”multipart/form-data” name=”form2″ onSubmit=”MM_validateForm(‘contact_name’,”,’R’,’company_name’,”,’R’,’post_code’,”,’R’,’email’,”,’RisEmail’,’phone’,”,’RisNum’);return document.MM_returnValue”>[/COLOR]

Is there anyone out there that can help me.

kind regards

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @Lara_Croft spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.10,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...