Forums

Duplicate entries in Database Tables

Neuhaus 08 Mar, 2016
Every Form Submit is twice in my table. I have only one DB Save in my setup. If deactivate there is no entry in DB so it is by the one DB Save. Is it a known issue? I have my own custom code Form.
GreyHead 08 Mar, 2016
Hi Neuhaus,

I've only seen this happen when the form 'loops' and the On Submit event is called again. What is the last action in your form On Submit event?

Bob
Neuhaus 08 Mar, 2016
Thanks for reply,

it looks like attached:
GreyHead 08 Mar, 2016
Hi Neuhaus,

There's no obvious problem there. You might try adding a Submit Limit action from the Security action group and see if that solves the problem.

Bob

PS I prefer not to use the On Success boxes unless really necessary, they just make form more complex. If you have the Event Loop in the On Fail box the other actions can be put after the Validation action.
This topic is locked and no more replies can be posted.