There is a form. It has several fields and loading pictures. The output of the lecture is required from the form after clicking the Add button. Ie I clicked the add button, at the bottom of the form we got what we did. Again I clicked add, a number has appeared and so many times. + ability to delete (cancel adding).

After clicking Continue, the data will be sent by PHP, I already know how to do it.

After the form comes out again, and everything that has been added is derived. and they require the ability to delete (cancel the addition).

Is there something similar already in finished form?)

  • 2
    for this you just need to write the code, after the code is written, attach it to your code, how to attach, run, once started, it works, and in php you yourself know. - zb '30
  • > at the bottom of the form came what did what did? have added? added what? - zb '30
  • funny, very - GBread
  • What did you want to say @GBread? The question is not clear - zb '30
  • It’s not quite clear what exactly should come out at the bottom of the form, but if you need to add another field at the bottom of the form, then you need to add html content to js . For example, the simplest $ ('button'). On ('click', function () {$ ('form'). Append ('<input type = "text">')}) - webkostya

0