UPDATE instead INSERT primary key

hv 24 Nov, 2014
Hi guys,
My problem is the next, I have a database external (mysql),
In local with a form created with php and html I have not any problem, but when I wanna use the form (chronoform) work perfect until the input PRIMARY KEY.
When I try Insert a new person (name, date, email, identity card) doesn't work identity card.

Debuger say he try Update instead INSERT INTO.
So If somebody has some idea about this problem...just please help


Regards😉
GreyHead 24 Nov, 2014
Hi hv,

Is the form in an article? Then the id from the page URL may be causing a problem. Please see this FAQ

Bob
hv 01 Dec, 2014
Hi Bob,
I changed my version last week, now I have v4. I read the FAQ but my error is continue.
My form isn't an article, it's a menu element.
😟
What more can I do?

Thank you for the answer!
GreyHead 02 Dec, 2014
Hi hv,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.

Bob
This topic is locked and no more replies can be posted.