Relative Content

Tag Archive for javascriptreactjsreact-hook-form

My submit button also submits another form

so I’m using react here, I have a form inside of another form, to be more clear, when a user clicks on a specific button, a dialog shows up which has the form that I want to be submitted. my 2 forms have different IDs, but when I submit the form I want ( which is in the dialog ) , the form in the background also submits. I’m using react-hook-form to manage my forms here if this is also related.
hope this image can give you all a little background on the situation.