Sir, Please, how can I use the form data in a custom PHP action; and how can I convert custom generated values to form data in PHP?
Forums
HOW TO USE FORM DATA IN PHP
Sir,
I tried but seems not to be working with CCv6; I still need help, please
I tried but seems not to be working with CCv6; I still need help, please
Hi,
In v6 you can get the form data using this syntax:
or in php:
You may also add any value to the data array like this:
Best regards,
Max
In v6 you can get the form data using this syntax:
{data:field_name}
or in php:
$this->data("field_name");
You may also add any value to the data array like this:
$this->data["field_name"] = "abc";
Best regards,
Max
This topic is locked and no more replies can be posted.