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.
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.
Hi eleo_,
The way you identify data elements has changed - see the Variable Shortcodes FAQ here for some examples.
Bob
The way you identify data elements has changed - see the Variable Shortcodes FAQ here for some examples.
Bob
Yes in v5 i used
What is wrong?
list="1"and in v6 i use
email=email
group="24"
confirm="off"
campo1=nome
campo2=cognome
list:"1"but it doesn't work.
email:{data:email}
group:"44"
confirm:"off"
campo1:{data:nome}
campo2:{data:cognome}
What is wrong?
This topic is locked and no more replies can be posted.