0
Welcome Guest! Login
0 items Join Now

Check List HTML

  • Check List HTML

    Posted 12 years 3 months ago
    • I am trying to create a 'check list' on an articles page on my website. One that would keep track of the checked boxes each time that they go to the site, so that the site doesn't default back to the unchecked boxes. I have done some looking around and found some html for a general list, but am unsure how to make it list per individual user.

      It would be for them to keep track of 'tasks' that they have completed, but be self monitored. They would have the control to 'check' or 'uncheck' the boxes when they wanted to. The next time they logged in, the boxes would be the same as they left them. Much like how the lists on the back of Joomla work for the 'published' and 'unpublished' boxes.

      Is this something that the gantry framework can do. If not, do you have a resource I can go to.

      Thank you.

      *I am on Joomla 2.5 with a Metropolis template.

      These are samples of the code that I have found:

      <INPUT NAME="options" TYPE="CHECKBOX" VALUE="o1">
      Option 1<BR>
      <INPUT NAME="options" TYPE="CHECKBOX" VALUE="o2">
      Option 2<BR>
      <INPUT NAME="options" TYPE="CHECKBOX" VALUE="o3">
      Option 3<BR>

      or

      <form name="myform" action=" www.mydomain.com/myformhandler.cgi " method="POST">
      <div align="center"><br>
      <input type="checkbox" name="option1" value="Milk"> Milk<br>
      <input type="checkbox" name="option2" value="Butter" checked> Butter<br>
      <input type="checkbox" name="option3" value="Cheese"> Cheese<br>
      <br>
      </div>
      </form>
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Check List HTML

    Posted 12 years 3 months ago
    • Gantry doesn't do that for you.
      That's something for a 3rd party extension.
      Not sure if RS forms would do that for you ...
      You might check that.

      Gantry is a template-framework and does not build web-applications.

Time to create page: 0.057 seconds