Results 1 to 2 of 2

Thread: Help with a tick box

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Help with a tick box

    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

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •