I have this idea of a page i want to create but i really don't know how i would implement it . I want to create a page with some pictures and below each picture there would be a check box , i want people to be able to select the check box click next and when they are at the next page the item they checked would automatically be displayed .
realistically, no one would be able to type up entire code here just to demonstrate. You should read w3schools for html.
I want to create a page with some pictures and below each picture there would be a check box , i want people to be able to select the check box click next and when they are at the next page the name of the item they checked would automatically be displayed . something similar to what happens here http://www.htmlcodetutorial.com/form..._CHECKBOX.html when you select either onions or mushrooms and click submit
The page you requested does not exist. Please click on one of the links in the menu above or use the search box. I would advise you to pay a freelancer to do it for you, or learn html yourself
The link does not exist. Do you want the next page to display one or multiple images? The design would vary depending on that. Try to provide better examples of what you want and you might be able to get some help. Regards
What you are asking is javascript and ajax to run some coding in the background when a checkbox is clicked. Search something along those lines in google and you will find your answer.