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="orangeFruit" name="orangeFruit" value="1">Orange<br />
  3.     <input type="checkbox" id="kiwiFruit" name="kiwiFruit" value="1">Kiwi<br />
  4.     <input type="checkbox" id="limeFruit" name="limeFruit" value="1">Lime<br />
  5.     <input type="checkbox" id="pearFruit" name="pearFruit" value="1">Pear<br />
  6.     <button type="submit">Pick Fruit</button>
  7. </form>