1
0
-1
2 answers
- 210
Table & Column Naming
- For database tables created by Joget Forms, Joget adds a "c_" in front of table column names (or "t_" if your column name starts with a number) and "app_fd_" in front of database table names.
Refer: Database SQL Query
Unless you plan to insert all records of machine_listing into the log table you might want to add a where condition where id = "#form.Machine_Listing.id#"Refer How to get the form data in the post form submission tool ?
Additionally you can also check the logs for error logs and try to debug why its not working.Refer: Web App Log Viewer
Add your comment... - 10-1
Oh I've answered partially in how can I create a form automatically - Joget | COMMUNITY
You may wanna fix your sql queryAdd your comment...
I have 1 form that I will input data into

and when i press save i want to save data into another table
here is my code for the post processing tool
but then inside my list there isn't anything being actually generated

why isn't not working ??