Form pass value to DBView
-
Hi, I want to pass a simple form value to another page that has DB view. My form page looks like this:
<form action=" https://www.westsuburbanlittleleague.com/schedule.php" method="post" name="contact form"> <table width="100px"> <tbody> <tr> <td valign="top"><label for="division">Division</label></td> <td valign="top"><select name="division"> <option value="MAJ">MAJ</option> <option value="INT">Intermediate</option> <option value="MIN">Minors</option> </select></td> </tr> <tr> <td style="text-align: center;" colspan="2"><input name="submit" type="submit" value="Submit" /></td> </tr> </tbody> </table>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
I want to pass division to:
[dbview name=’MAJSchedule’ pagesize=10]How would I do that so it only queries the Division?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Form pass value to DBView’ is closed to new replies.