This is beyond both making sense and my control. For instance, in a webshop, you want to list all your products, each paired up with an individual submit button to add that particular product to a … Multiple "Submit" Buttons & Form Fields; multiple submit buttons: Can I control which values will be submited? However, even with JavaScript, you cannot reliably submit more than one form to the same site at the same time -- to different sites, yes. How to send multiple values through one form button Jul 4, 2008. I've done it. after this i have a submit button. The "welcome.php" looks like this: one which displays the list of projects in a dropdown box from mysql db second one is a date picker form. November 16, 2018 at 10:32 pm #1148231 PHP; Submiting multiple forms with one Submit button; ... For example, if the hotel has 10 rooms, then the same form is displayed 10 times, and only one submit button for all the forms, which will process all 10 forms,each one as a separate record. When the user fills out the form above and clicks the submit button, the form data is sent for processing to a PHP file named "welcome.php". I have 2 [or more] forms that I wanna to submit them with one button. Form submitting data to new window and to two different pages We can use two different buttons to submit the form to two different pages. I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its information is … I need to have two separate forms, each using a different PHP script I have this one so far but when customers have js disabled i get the payment but not the order contents. That being said here is my dilema. jQuery. onSubmit="document.forms['form_2'].submit();" Multiple form submit using single button; Problem to transfer selected multiple value from select box to PHP page; multiple forms in one asp page? One of the buttons can submit the form in a new window. To display the submitted data you could simply echo all the variables. You need a common class that can be used to target the submit buttons of these forms. Multiple onclick=submit() need to pass name???? PHP. Whatstyle. The form data is sent with the HTTP POST method. I need it to not contain javascript. The above code relies on you editing the forms and adding the class "btn-submit" to the submit button field. Now, when i click the submit button I want to get the details of the Users corresponding to the project and the date. Therefore, without HTML/JavaScript, no, a single submit button cannot submit more than one form. Sometimes you want to have a form with multiple "actions". You can read the article on how to open the action page of the form in new window. WebForms. how can i submit two forms with one button, one to send the order to me and the other to paypal?