smappler
06-30-2008, 07:00 PM
Hi I'm trying to make a form which users can use to sign up for a fantasy league for mountain biking similar to fantasy football where users pick players at the start and earn points when they score goals etc. however in this case it is mountain bikers when they win races.
anyway back to the point...
I'm struggling with making a form which can collect all the information that we require which is:
name, email address, the 6 riders chosen by the user ( there will be a few 100 riders to choose from on the proper entry form)
I have made a mockup/attempt at the form here:
http://www.dirtyhalfpipe.co.uk/fmtb/ftmb.html
each rider costs a certain amount of money, so the user has a certain amount of money to spend. The user must select 2 riders from each category giving them a total of 6 riders. and the cost of these must not exceed a pre-set amount of 'cash' they have. So the name of the person, their email address and the 6 riders they have selected are then emailed to an email address(me) or entered into a DB.
I'm wondering if this(JS) is the best way to go about making this kind of form and if there are any other methods which could be used to do it. so instead of using a form the user could drag the riders they want into an area to add them to the team?
your thoughts and opinions are very welcome.
thanks,
Sam.
anyway back to the point...
I'm struggling with making a form which can collect all the information that we require which is:
name, email address, the 6 riders chosen by the user ( there will be a few 100 riders to choose from on the proper entry form)
I have made a mockup/attempt at the form here:
http://www.dirtyhalfpipe.co.uk/fmtb/ftmb.html
each rider costs a certain amount of money, so the user has a certain amount of money to spend. The user must select 2 riders from each category giving them a total of 6 riders. and the cost of these must not exceed a pre-set amount of 'cash' they have. So the name of the person, their email address and the 6 riders they have selected are then emailed to an email address(me) or entered into a DB.
I'm wondering if this(JS) is the best way to go about making this kind of form and if there are any other methods which could be used to do it. so instead of using a form the user could drag the riders they want into an area to add them to the team?
your thoughts and opinions are very welcome.
thanks,
Sam.