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 8363015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:04:42+00:00 2026-06-09T12:04:42+00:00

I am using Symfony2 with Doctrine and Twig. I have two forms created in

  • 0

I am using Symfony2 with Doctrine and Twig. I have two forms created in this way:

class PaymentsType extends AbstractType
{
    public function buildForm(FormBuilder $builder, array $options)
    {
        $builder->add('date', 'date', array('widget' => 'single_text', 'format' => 'yyyy-MM-dd', 'required'  => false));
        // ...
    }

    public function getName()
    {
        return 'payments';
    } 
}

The second is similar but getName() returns ‘edit’

Each of the has its own submit button. How can I get the name of the form whose submit button was pressed? The thing I want to do is to find a way the controller to identify which button was pressed because each of them should make different things happen.

  • 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-09T12:04:43+00:00Added an answer on June 9, 2026 at 12:04 pm

    The following should work:

    public function processAction(Request $request)
    {
        $form_a = $this->createForm(new FormAType());
        $form_b = $this->createForm(new FormBType());
    
        if ($request->request->has($form_a->getName())) {
            // form a was sent
        } else if ($request->request->has($form_b->getName())) {
            // form b was sent
        }
    
        // any additional code
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a join-table which is created by using @ORM\ManyToMany annotation in Symfony2/Doctrine. It
I am using Doctrine with Symfony2. My config.yml file looks something like this:- Doctrine
I have a project created using Symfony 1.4.15. Because I like Doctrine :) I
I'm using Symfony 1.4 with Doctrine. I have a doctrine class called Image and
Is there any way to run this sql query in Doctrine using symfony ??
I'm using symfony2 and have accessed an entity using a doctrine query, which I
I'm using Symfony2 and Doctrine 2.0. I'm trying to read data from an XML
I'm currently breaking my head on a 1452 error (using Symfony2 with doctrine). Here
I am currently using Symfony2 and Doctrine2 and am trying to join two tables
I'm using Symfony 2 with Doctrine. I have 4 classes: Country, District, County and

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.