Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8204195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:49:22+00:00 2026-06-07T07:49:22+00:00

I have 2 submit buttons in my form and I’m trying to make each

  • 0

I have 2 submit buttons in my form and I’m trying to make each one go to a different controller method. I’m trying not avoid the use of multiple forms.

I’m currently using

<button type="submit" onclick="javascript: form.action='restore'">Restore</button>
<button type="submit" onclick="javascript: form.action='delete'">Delete</button>

…which works but I’m not sure if that’s the best method. Any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T07:49:26+00:00Added an answer on June 7, 2026 at 7:49 am

    Usually I’d like to handle the multiple submits by giving button/input tag a name attr. In this way you can submit and call to one function/action in one same controller, just by checking which button was submitted.
    e.g:

    <form id="your_form" action="your_controller/process" method="post">
    <input type="submit" name="restore" id="restore" value="Restore" />
    <input type="submit" name="delete"  id="delete" value="Delete" />
    </form>
    

    Then in your controller, there will be a function called “process” doing this:

    function process(){
      if(isset($_POST["restore"])) {
        //do your restore code
      }
    
      if(isset($_POST["delete"])){
        //do your delete code
      }   
    }
    

    Hope this would help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to have two submit buttons in my form - one accepts
I have several different submit buttons on my JSP in one form tag that
I have two submit buttons in a form which has different values, one to
I have two submit buttons in one form. I want to call different actions
I have a form, which has a few different submit buttons on it all
I have two submit buttons and one form. How do I check what submit
I have a django form with two different submit buttons, on the view where
I have a form with two different submit buttons. I take a different action
I want to use a form that has two submit buttons. Each button calls
I have a form with multiple submit buttons. When one of those button is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.