In general, there is a form with such a button that does not send data, but calls a modal window with two more fields, and a button that sends all data to the mail. How to implement it correctly? You can't make a form inside a form, right?

  • You register the form attribute id . New fields prescribe the form attribute with the form id value. The modal window is done in javascript. Look for ready-made solutions - ArchDemon

0