Hello,
Although it worked fine at some point, the Save Data function doesn't save the records to a specific table. I added it as an action to Submit and added the Modify Data Source behavior, where I configured all the fields using: field_name{dat:name of column}.
What could be happening? Just in case, I uninstalled the Chronomyadmin extension and cleared the cache, but to no avail.Is there anything else I need to add to the submit tab?
Private Attachment is only visible to Author & Moderators
Hi arancha
The data source should be something like {data:} providing an array of key value pairs
In "Modify data source" you need a multi line list of column_name=value, so it should be something like this:
column1={data:name}
column2={data:email}
column_message={data:message}
...etc
if you have installed Chronomyadmin AFTER Chronoforms8 then please install Chronoforms8 again over your installation, do NOT uninstall, just install over it to update the shared files
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi arancha
The next step is to check the form debug after the Save Data runs, it should show which data the Save Data saved
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi arancha
You have to choose a table to save to
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.