This question has been answered by omegerard. See the first response.
Have you given your form names in the formit call with forName=`Form 1` and also included the FormItSaveForm hook ?Thanks for your help.
https://docs.modx.com/extras/revo/formit/formit.hooks/formit.hooks.formitsaveform
Hi
The 'Form Select' dropdown list in the Formit CMP is empty, even though I have at least 5 different forms. I cannot select any. Should I enter some value for a variable in the systems settings?
Tnx for your help
Ludo
[2018-05-03 10:48:41] (ERROR @ /var/www/html/core/xpdo/om/xpdoobject.class.php : 240) Error 42000 executing statement:
Array
(
[0] => 42000
[1] => 1055
[2] => Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'modxforgipso.FormItForm.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
)
mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));