Form Browser/Form Builder: Validation

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
zooomit
New Member
New Member
Posts: 9
Joined: Fri May 04, 2012 11:38 am

Form Browser/Form Builder: Validation

Post 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
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: Form Browser/Form Builder: Validation

Post 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....
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
zooomit
New Member
New Member
Posts: 9
Joined: Fri May 04, 2012 11:38 am

Re: Form Browser/Form Builder: Validation

Post 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
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: Form Browser/Form Builder: Validation

Post 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.
zooomit
New Member
New Member
Posts: 9
Joined: Fri May 04, 2012 11:38 am

Re: Form Browser/Form Builder: Validation

Post 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
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: Form Browser/Form Builder: Validation

Post 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.
Post Reply

Return to “The Lounge”