Hello...
I need help with the Data Save Action.
my table field = NAME
my form field = name
DataSource = {data:}
Override Data = NAME={data:name}
So I get a 500 error.
what is the error ? enable debug mode in Joomla
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
error Uncaught Throwable of type TypeError thrown with message "Cannot access offset of type string on string". Stack trace: #0 [ROOT]/administrator/components/com_chronoforms8/pages/display_element.php(84): require()
unlike v7, the data source keys should match the table, so remove {data:} from the Data source and keep the Override data, does it work ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
table field ID = INT 11 + PK + AUTO_INCREMENT
On CF8 set ID as Primary Key
yes, I forgot that setting the primary key will get it working with any data source.
so does it work now ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The option was already set for me. It still doesn't work.
try v8.0.8 ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
It works.
data source is empty...
if you have the PKey set then it should work regardless of the data source
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.