Hi, I on the frontend i have table with content from a database, that the user can add content to using a form.
When the user submit the the form once, it creates a new row in database with the data. Which is perfect.
But when submitting the form the second time. It updates the data the user has typed first time, instead of creating a new row of data in the database…
SO THE QUESTION IS:
Is it possible to create a new row of data in the database everytime the user submits the form, instead of updating the exsiting data.