Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

creating a registration form

Tags:

registration

Alright let me explain my situation first:

I am part of an organization that "hosts" events. For example, we have an annual camp, skating, hocket/soccer tournaments, dinners, and the like.

Now they want me to design their website. My habit is usually to put it on paper first so I am trying to do that. But the problem is here:

They need a registration form. But for every event/activity the questions asked are different. For example for the annual camp, theres a question "What allergies do you have?". For the hockey tournament theres a question "Whats your favourite jersey color" and "Name the 5 other people in your team". *

*note: there are generic questions like name/age/location/phone/email.

Also please keep in mind that these people dont know a thing about web development and how to use it. I know this because I've already made them a website with an admin panel but they still find it too confusing (and also the part where I have to create teh "custom" registration form).

I am now thinking of how to incorporate this. Ideally I'd like all this information to go to a database.

My options 1) Using online registration form to capture generic information. Pass a PDF link but open the PDF in the BROWSER with the ability to write on it. Upon submitting, the newly saved PDF can go to an email.

2) .. well thats all I have right now lol.

Anyone have suggestions/solutions?

thanks a lot!

tech used: c#/vb.net ASP.NET!

like image 399
masfenix Avatar asked Jan 05 '09 21:01

masfenix


2 Answers

This sort of app has been done 1000x times over. Use one of them. Evite if you must.

Or one of these Evite alternatives.

Or, use a Google App Form. Works wonders for small events.

like image 136
Kenan Banks Avatar answered Sep 30 '22 13:09

Kenan Banks


A database that stores which questions go with which types of forms. A web interface to display the appropriate form for a given event. A second web interface for their admin to easily view/add/remove questions to each type of form.

like image 31
Sparr Avatar answered Sep 30 '22 13:09

Sparr