Forums

CURL different v5&v6

eleo_ 29 Jun, 2018
Hi, i've installed Chronoforms v6 on my joomla webiste.
I'm trying to use CURL function, but it doesn't work.

I copy the same working code from v5 to v6.
What are the differents? In the manuale i didn't find it.
Thanks.
GreyHead 30 Jun, 2018
Hi eleo_,

The way you identify data elements has changed - see the Variable Shortcodes FAQ here for some examples.

Bob
eleo_ 02 Jul, 2018
Yes in v5 i used
list="1"
email=email
group="24"
confirm="off"
campo1=nome
campo2=cognome
and in v6 i use
list:"1"
email:{data:email}
group:"44"
confirm:"off"
campo1:{data:nome}
campo2:{data:cognome}
but it doesn't work.
What is wrong?
GreyHead 02 Jul, 2018
Hi eleo_,

Please test without the "" round the string values. I don't see anything in the manual but I suspect that they may no longer be needed.

Bob
This topic is locked and no more replies can be posted.