Page 1 of 1

form module with database validation

Posted: Sat Sep 12, 2009 6:29 pm
by big2all
Hi All,

Searching for form module with database validations.

Requirement:

I want to put signup form in cmsmadesimple site with 2 fields ( username,e-mail). When ever user enter all these details and press submit, user given should be compared with mysql data so that there will be no duplicate signups  same username or  e-mail.


Tried formbuilder but data validation function is not there. Please update here if you have any know work around.

-Thanks
Rav

Re: form module with database validation

Posted: Sat Sep 12, 2009 8:16 pm
by plger
I'd say formbuilder almost has an option for data validation: you can simply use "Call A User Defined Tag With the Form Results" and do the little validation yourself.

Re: form module with database validation

Posted: Sun Sep 13, 2009 5:48 am
by big2all
Thanks, I will check that uTAG option