How can I dynamically add input fields to a form?

前端 未结 5 889
南旧
南旧 2021-01-05 17:02

I\'m not much of a web programmer, but I\'m creating a simple web app that has a form where the user can enter a series of points (x,y,z) but I don\'t know how many the user

5条回答
  •  滥情空心
    2021-01-05 17:36

    You will most likely have to use javascript, yes. You can use this or write your own using it as a reference:

    http://www.mredkj.com/tutorials/tableaddrow.html

提交回复
热议问题