Hi
I added a checkbox to body rows to select records and few other form elements including a 'GO' button to start processing. Now I want to manipulate selected database records. What is the best practice to do that in the CC5/CF5 environment?
Is it possible to pass data to a form and do database operations in PHP with the form?
Thanks... Béla
I added a checkbox to body rows to select records and few other form elements including a 'GO' button to start processing. Now I want to manipulate selected database records. What is the best practice to do that in the CC5/CF5 environment?
Is it possible to pass data to a form and do database operations in PHP with the form?
Thanks... Béla
Hi Béla,
You can use an Edit link, or a custom Action (see the action tab) to link to a form event and process data there.
Bob
You can use an Edit link, or a custom Action (see the action tab) to link to a form event and process data there.
Bob
How can I access value of controls, e.g. chechkboxes in the action code or the invoked form?
This topic is locked and no more replies can be posted.