Solved – Chronoforms V5 won’t add database entry because of duplicate id – 1062 – Duplicate entry ’28’ for key ‘PRIMARY’
I had to hard code a URL and pass some parameters to a Chronoform in an article. The form submitted to a database. The form submission was taking the article ID as the form’s unique ID, so I could only submit once.
Bob Janes with Chronoforms totally fixed my issue with unsetting the varible with custom PHP.
I hope this helps someone else out there…
0 Comments