Is it possible to create a new form from the frontend that contains extra events? I was looking at the chronoforms databases to see what fields I would need in a frontend form to create a new form but I would need to create up to 15 extra events in it. The problem is I don't see where separate events are stored in the database.
Hi bullfn33,
Not as far as I know - though Max might know differently. There are also some quite good security reasons for keeping this kind of activity in the back-end where they require an admin login.
The form actions are stored in a separate table #__chronoform_actions and the mapping of events and actions is base64 encoded in the events_actions_map column of the form record.
Bob
Not as far as I know - though Max might know differently. There are also some quite good security reasons for keeping this kind of activity in the back-end where they require an admin login.
The form actions are stored in a separate table #__chronoform_actions and the mapping of events and actions is base64 encoded in the events_actions_map column of the form record.
Bob
This topic is locked and no more replies can be posted.