Validate 2 E-mail address fields in insert record form


hello,

 

i have used insert record form wizard create form, including using validate form server behavior validate many fields.

 

i can't figure out how compare & validate 2 e-mail address fields.

 

after form created opened existing validate form server behavior - advanced tab , built condition {sub_email2} != {sub_email} had no affect on submitting form.

 

the other thing tried creating new compare transaction field behavior same condition {sub_email2} != {sub_email}, seemed have no affect.

 

i beginner, admit not knowing i'm doing, me addt has been great aid.

 

the other thing noticed, when tried both items above, besides not affecting being able submit form different e-mail addresses. red asterisks indicating required field, disappear.

 

here form http://www.oescahealthregistry.org/forms/pedigree_submission.php version of form not include either of attempts validate e-mail fields.

 

thanks in advance help.

 

dennis

if understand issue, validation perfomed each feild name looks :

 

$formvalidation->addfield("last_name", true, "text", "", "", "", "");

 

so each email needs own form , seperate name ex email1 email2

 

if trying put multiple emails in 1 feild...you going have make custom.

 

comparing them have custom, though sounds similar login function, wanting perform comparison prior insert, makes custom.

 

this question gunter..he knows software well, there might function, mask or modified.

 

 

let me know if i've misunderstood issue.



More discussions in PHP Application Development (read only)


adobe

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???