Forums

Chronoforms 8.0.x - Section Grid Hide

rbock 11 Aug, 2023
Hello Max...

For the next forms I need the functions mentioned above. Are these in the foreseeable future?
rbock 11 Aug, 2023
Ok, and the ability to run the email action dependent on a checkbox. So, checkbox selected, then execute this email action.
Max_admin 11 Aug, 2023
1 Likes
what is "Section" ?

for the checkbox, you can use PHP, and use the Events behavior:

if(!empty($this->data("checkbox_name"))){
return "run_email";
}


Then you drag the email inside the "run_email" event.
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
rbock 11 Aug, 2023
i dumb - Segment! Not Section!
You need to login to be able to post a reply.