Log in

View Full Version : Help with a tick box



Ominae
06-04-2009, 06:30 PM
Hi guys

okay here is my problem :). i am no web coder but i am building my own wedding site for our guests to go to :) for there responce to the invites
and for the gift list.
what i am trying to do is get a list with tick boxes on it so lets say
fred jones wants to come to the weding and alfred hays carnt come
they can both find there names tick the correct box and then submit
and there there answer will be save to the site so that no one els could
change it also the same thing for a wedding gift list ppl chose there gift
tick the box submit that gift is unchoseble then.

well you get my drift i hope due to my lack of skills i am having some real
trouble gettin this going any help you guys goul give me would be grand

thanx :D

forum_amnesiac
06-05-2009, 06:59 AM
To do what your wanting is going to involve some reasonably complicated coding.

To keep a record of who has already responded and what the response was you are going to need some way of storing that, eg a database, a flat file, etc.

To access those records you are going to need to use something like PHP or Ajax.

You will then need to have some form of conditional statements in your code that says if A has responded, don't let another response be made for A.

I would advise you to search the web to see if there are any similar applications that you could easily modify.

Although if the wedding is some time off you may have time to pick the skills you need, we are always willing to help here.