Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form id="fruitForm" name="fruitForm" action="fruitPicker.cfm" method="post">
  2.     <input type="checkbox" id="fruitChoice1" name="fruitChoice" value="orange">Orange<br />
  3.     <input type="checkbox" id="fruitChoice2" name="fruitChoice" value="kiwi">Kiwi<br />
  4.     <input type="checkbox" id="fruitChoice3" name="fruitChoice" value="lime">Lime<br />
  5.     <input type="checkbox" id="fruitChoice4" name="fruitChoice" value="pear">Pear<br />
  6.     <button type="submit">Pick Fruit</button>
  7. </form>