Get to know what HTML-button is clicked with PHP, no Name of value available
- by koko
I have a wizard with 4 steps and in one of the steps, you can add items. By default, there are 3 time 5 empty input-fields listed. When you click a button, there have to be added some more. The 3 times 5 fields are added by a loop.
How can I determine where I have to add some fields (in the first 5 field of the second or the third). I can't use…