Hi,
I saw that syntaxe changed $form became $this but when i do a var_dump($this), i see a big boolshit of data!!!
I just want to use a read_data12 how can i do please?
Thanks
Regards
I saw that syntaxe changed $form became $this but when i do a var_dump($this), i see a big boolshit of data!!!
I just want to use a read_data12 how can i do please?
Thanks
Regards
Hi Christophe,
Please see this FAQ - in the Request data section you will see that you can use {data:array.field} e.g. {data:read_data12.email}
Using the Debugger action will show you the results of the Read Data action - though there is again quite a lot of unhelpful content.
Bob
Please see this FAQ - in the Request data section you will see that you can use {data:array.field} e.g. {data:read_data12.email}
Using the Debugger action will show you the results of the Read Data action - though there is again quite a lot of unhelpful content.
Bob
Hello Bob,
I saw the new syntaxe but it doesn't work or it's impossible to find path to data..
Regards
I saw the new syntaxe but it doesn't work or it's impossible to find path to data..
Regards
It's in the FAQ
So for you that's
$this->get("varname", "default");
$this->data("field name", "default");
So for you that's
$this->get("read_data12", "");
Can you be more specific? Did it return nothing, did it return too much?
Thanks healyhatman,
I solved this issue by processing a js and a php script. You can see it here
https://www.arobasfinance.fr/sofica/comparatif-sofica
It should be better to use chrono functionnalities until the end of the process but not.
Regards
I solved this issue by processing a js and a php script. You can see it here
https://www.arobasfinance.fr/sofica/comparatif-sofica
It should be better to use chrono functionnalities until the end of the process but not.
Regards
Well if you fixed it that's great, still don't know what you were trying to do though.
This topic is locked and no more replies can be posted.