Hi,
I would like to write form data in a db.
A Table already exists in the db with the same names like the textfields in my form
Attached you'll find a screenshot from my save data:
I press the Button but in my db is no data.
I already set a Debugger by onsuccess and failed by the submit Event. but I dont see the results from the Debugger
What do I wrong?
I would like to write form data in a db.
A Table already exists in the db with the same names like the textfields in my form
Attached you'll find a screenshot from my save data:

I press the Button but in my db is no data.
I already set a Debugger by onsuccess and failed by the submit Event. but I dont see the results from the Debugger
What do I wrong?
Hi Chris,
This action is inside the form "submit" event ? could you please post a screenshot of the submit event structure ?
Best regards
This action is inside the form "submit" event ? could you please post a screenshot of the submit event structure ?
Best regards
Yes it is

Hi Chris,
Which message appears on the website ?
Best regards
Which message appears on the website ?
Best regards
Hi Max,
nothing.
After clicking the button, the loading animation will be displayed for a short time and then the form including data will be displayed again
nothing.
After clicking the button, the loading animation will be displayed for a short time and then the form including data will be displayed again
Hi Chris,
It sounds as though the Validation is failing.
In the On Fail event there you have the Message *after* the Event Loader action so it will never show.
Bob
It sounds as though the Validation is failing.
In the On Fail event there you have the Message *after* the Event Loader action so it will never show.
Bob
Hi Bob,
thank you very much.
Sometimes the solution is so easy.
I take the save data direct in the submit area and now the data would be saved in the DB.
Thanks a lot!
Chris
thank you very much.
Sometimes the solution is so easy.
I take the save data direct in the submit area and now the data would be saved in the DB.
Thanks a lot!
Chris
This topic is locked and no more replies can be posted.