Jump to content

multiple checkboxes


dean012

Recommended Posts

ok so i am trying to do multiple checkboxes that will directed to their own page with a single submit but not working

<form action ="trip1.php" method="post" name="form1">
<p><input type="checkbox" name="agree" /> Auckland</p>
</form>
<form action ="trip.php" method="post" name="form2">
<p><input type="checkbox" name="agree" /> North Shore</p>
<p><input type="checkbox" name="agree" /> Waikato</p>
<p><input type="checkbox" name="agree" /> Taranaki</p>
<p><input type="checkbox" name="agree" /> Toupo</p>
<p><input type="checkbox" name="agree" /> Wellington/p>
<p><input type="checkbox" name="agree" /> Bay of Plenty</p>
<p><input type="checkbox" name="agree" /> Manukau</p>
<p><input type="submit" value="submit" onclick="form2.submit();"/></p>
</div>
</form
Link to comment
Share on other sites

yea but no one replying on that thread and i tried already

<form action ="taupo.php" method="post" name="form1">
<p><input type="checkbox" name='agree[]' /> Auckland</p>
</form>
<form action ="hamilton.php" method="post" name="form2">
<p><input type="checkbox" name='agree[]' /> North Shore</p>
</form>
	<p><input type="checkbox" name='agree[]' /> Waikato</p>
	<p><input type="checkbox" name="agree[]" /> Taranaki</p>
	<p><input type="checkbox" name="agree[]" /> Taupo</p>
	<p><input type="checkbox" name="agree[]" /> Wellington/p>
	<p><input type="checkbox" name="agree[]" /> Bay of Plenty</p>
	<p><input type="checkbox" name="agree[]" /> Manukau</p>
	<p><input type="submit" value="submit" onclick="form2.submit();"/></p>
		
    </div>

</form>
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.