Open Side Menu Go to the Top
Register
Sign-up form that connects to database Sign-up form that connects to database

05-18-2013 , 10:19 AM
I'd like to setup a sign-up form for events that connects to a database whenever a user signs up. I do some rails development so I could build it myself, but is there any service that offers it out of the box? I.e. you build a form and then it gives you a backend to see who has signed up and what info they've entered?

I've seen a bunch that offer the front-end form builders, but none that give you a backend to view.
Sign-up form that connects to database Quote
05-18-2013 , 12:06 PM
I'm sure there are several things out there but the only service that I know of is wufoo.com. You can also create web forms with Google Docs.

The Gravity Forms plugin for Wordpress is pretty simple. Using Rails with ActiveAdmin is a pretty simple solution too.

The easiest way to do this in a stand alone situation (imo) would be to use PHP and phpMyAdmin to view entries.
Sign-up form that connects to database Quote
05-19-2013 , 03:50 PM
Thanks, it looks like I can use wufoo.com or google docs and connect them to a spreadsheet, which is in fact good enough. It would be nice if I could let users log-in so that they don't need to fill in their details every time, but I don't think I need to.
Sign-up form that connects to database Quote
05-19-2013 , 08:12 PM
launchrock.com is a service and this is what I typically use:

https://github.com/RailsApps/rails-prelaunch-signup
Sign-up form that connects to database Quote
05-28-2013 , 12:20 PM
Are you using a content management system? If you are, they usually have some sort of webform module plugin that will do what you need.
Sign-up form that connects to database Quote
05-29-2013 , 11:24 AM
You should generally not be building sign up forms yourself that take username/password, use a ready made solution. The reason being, if you do it wrong you're putting a lot of their data at risk. Best to use a tried and tested solution (for example the ASP.net membership system).

However, as an exercise it is fun and can be a good learning experience! If the form isn't collecting login details as well you don't need to worry so much either.
Sign-up form that connects to database Quote
05-30-2013 , 04:40 AM
Thanks guys. I'm not planning on using a CMS. Gullanian, for future stuff I'll look for ready-made solutions.
Sign-up form that connects to database Quote
06-17-2013 , 03:52 AM
Thanks dude....
through your answers i could find the solution for my work...
Sign-up form that connects to database Quote

      
m