Hi,
I've create a form with Fabrik component and I try to sync with Acymailing; I want that all field are sync on list but I find that problems:
- On acymailing admin I can't find Frontend listing when I create a new custom fields
- I use the link for subscribe the user on Acymailing, if I use this
index.php?option=com_acym&ctrl=frontusers&task=subscribe&hiddenlists=2user[name]={name}&user[email]={email}
every function, but if I add a new parameter
index.php option=com_acym&ctrl=frontusers&task=subscribe&hiddenlists=2user[name]=Matteo&user[email]=m.fontana@apiceweb.it**&user[messaggio]={message}**
I recieve that error 1054 - Unknown column 'messaggio' in 'field list'
Thanks so much
Matteo Fontana