Page 1 of 1

Form Browser/Form Builder: Validation

Posted: Mon Nov 03, 2014 9:19 am
by zooomit
I am working on a website which is using Form Builder for a membership form. A unique random membership number is generating and form is storing in Form Browser.

Now as per requirement I need to verify the membership through another form where user need to put membership number and email address.

Basically, I am front-end developer not know much about backend codding. Need help, to resolve this.

Thanks!
Vipul

Re: Form Browser/Form Builder: Validation

Posted: Mon Nov 03, 2014 9:45 pm
by JohnnyB
I'm sure there is a PHP guru out there for hire to work with the current systems you are using for this. But, why a random number? And why formbuilder? If it is membership for the site, how about
http://dev.cmsmadesimple.org/projects/selfreg
with Frontend Users?

Self registration allows you to force the new user to verify before they have access....

Re: Form Browser/Form Builder: Validation

Posted: Tue Nov 04, 2014 6:56 pm
by zooomit
Thanks JohnnyB,

As per requirement, user just needs to submit a joining form online. There is no need to create login. The membership no. (unique random no.) required to enter every time when user want to access some info from the site. In this case we need to verify it.

I know it sound weird but client is always GOD :)

Thanks
Vipul

Re: Form Browser/Form Builder: Validation

Posted: Wed Nov 05, 2014 5:35 am
by Jeff
You could use SelfReg as suggested.

The client wants the user to enter their email and member id, that sounds like a username and password. The functionality for creating the form/validation and protected content are there, you can change the field labels to make the client happy.

Re: Form Browser/Form Builder: Validation

Posted: Fri Nov 07, 2014 12:31 pm
by zooomit
Thanks JohnnyB & Jeff,

I am able to convince the client for User/password thing after a long discussion.... :)

Anyway, I am still working that verification process work, may be useful in other project.

Thanks a lot for the support!
Vipul

Re: Form Browser/Form Builder: Validation

Posted: Fri Nov 07, 2014 11:39 pm
by Jeff
zooomit wrote: Anyway, I am still working that verification process work, may be useful in other project.

Thanks a lot for the support!
Vipul
You would probably need a custom UDT to do the validation. I would probably be best to store it with an UDT in a custom table that is optimized for the lookup and validation.