Jump to content

form within a form


proctk

Recommended Posts

Hi I have a form within a form and when I submit one of the forms it freezes the browser. Can I change the below code to submit to make sure that it only submit the form numItems

 

<form name="numItems" method="post" action="<?php $_SERVER['PHP_SELF']; ?>">
       <select name="numItems" id="numItems" onchange="this.form.submit()">

Link to comment
https://forums.phpfreaks.com/topic/69963-form-within-a-form/
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.