Hello-
Now that I am able to get some more advanced things done with Chronoforms I am really excited to create some great form apps.
i made a form that lets the user recall a record from the table, edit it, and save it. Everything works.
I want to add the functionality to delete the record instead of saving it.
I created a checkbox on the form for the user to check if they want to delete the record.
I setup an event switcher and made sure it worked for updating the selected record (by event_id key).
So now I am trying to figure out how to execute a php/mysql command in custom code that would DELETE the record with ID of event_id.
Any suggestions?
Now that I am able to get some more advanced things done with Chronoforms I am really excited to create some great form apps.
i made a form that lets the user recall a record from the table, edit it, and save it. Everything works.
I want to add the functionality to delete the record instead of saving it.
I created a checkbox on the form for the user to check if they want to delete the record.
I setup an event switcher and made sure it worked for updating the selected record (by event_id key).
So now I am trying to figure out how to execute a php/mysql command in custom code that would DELETE the record with ID of event_id.
Any suggestions?