python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I make a form with multiple entities under symfony 5?
I have been blocked on my project for a long time trying to figure out how to do a multi-entity form in symfony 5. I looked at a big number of people having a problem like mine but I couldn't find any...
KevSIO
Votes: 0
Answers: 1
How to pass form data (not related to Entity Class) in editorjs to symfony controller (Symfony)
Here is the form connected to database
class JsonType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder
->...
koken
Votes: 0
Answers: 1