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
form module with database validation
Re: form module with database validation
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
Thanks, I will check that uTAG option