Hi all
I am using 2 database save actions on submit event, saving data to 2 different DB table respectively.
Both are working very fine – both increments a single row on form submission
The first DB save action is used to save unique payment order details–each time the form is submitted.
I want to use 2nd DB save action for data base record loader –That means it must update the form record and not create a new row of table record on the form submission.so that the form is pre loaded with last updated data when the next time user visit the page
My problem is – I want one table to be incremented on each form submission and other table to be updated on same form submission
If I use cf_id in hidden form field it will just update both the tables
Hope the problem is clear
Is there any solution to above problem
http://www.astrodarshan.com/index.php/online-payment
username - demo7
password - demo7
Thanks
djay
I am using 2 database save actions on submit event, saving data to 2 different DB table respectively.
Both are working very fine – both increments a single row on form submission
The first DB save action is used to save unique payment order details–each time the form is submitted.
I want to use 2nd DB save action for data base record loader –That means it must update the form record and not create a new row of table record on the form submission.so that the form is pre loaded with last updated data when the next time user visit the page
My problem is – I want one table to be incremented on each form submission and other table to be updated on same form submission
If I use cf_id in hidden form field it will just update both the tables
Hope the problem is clear
Is there any solution to above problem
http://www.astrodarshan.com/index.php/online-payment
username - demo7
password - demo7
Thanks
djay