Jump to content

how to post check box


tonyledenko

Recommended Posts

Hello,

 

I have a 4 layer combo box and would like to include the option to post a check box.  Here is the code: Thanks in advance:

 

include_once('http://www.ram-mount.com/hamradio_mount/header.htm');

echo ("<title>RAM Ham Radio Wizard</title>");

include_once('http://www.ram-mount.com/hamradio_mount/header2.htm');

echo ("");

/*

Fetch Base Images

Fetch Base Parts

selectaccessories

<img src='http://www.ram-mount.com/console_mount/pics/ramholmot1.gif'><br>

*/

    switch ($ltt) {

        case 'chevrolet1' :

$HTML_Doc = <<<HTMLDoc

<span style='float:left;width:545px;'>

  <span class='contentc'>Vehicle Chosen: Chevrolet 1500 (1999-Newer)</span><br>

  <span class='contentc'>Top Plate Size Chosen: $lty</span><br>

  <span class='contentc'>Console Box Size Chosen: $ltm</span><br>

  <span class='contentc'>Number of Filler Plates Chosen: $ltmo</span><br><br>

  $base_images

  <form style="margin-bottom:0;" name='CartItem' action='https://www.ram-mount.com/RamCart/CartPutItem.php' method='POST' target='_blank'>

  <input type='checkbox' name='part' value='RAM-HOL-KNOB3LU'>

  <input type='hidden' name='part' value='${base_parts}RAM-202U'> <input type='submit' Value='Add To Cart'>

  </form>

</span>

HTMLDoc;

Link to comment
https://forums.phpfreaks.com/topic/123697-how-to-post-check-box/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.