Hi,
I'm looking for some documentation to write my own actions.
I took a look to the default ones, I understood I have to write a class whitch extends \GCore\Admin\Extensions\Chronoforms\Action. But what about parameters and so on?
Thanks in advance.
I'm looking for some documentation to write my own actions.
I took a look to the default ones, I understood I have to write a class whitch extends \GCore\Admin\Extensions\Chronoforms\Action. But what about parameters and so on?
Thanks in advance.
Hi ladyj,
What kind of action you need to write exactly ?
Best regards
What kind of action you need to write exactly ?
Best regards
Hi,
I need to send data to a "Document management system" through REST calls.
I've already successfully used "Custom code" and "curl" actions to achieve my goal, but this is a too complex solution and my customer wants to be independent.
I want to write a custom action and hide the most of complexity with parameters and so on.
I found out that the method "config_check" is used to expose parameters, is it right?
I need to send data to a "Document management system" through REST calls.
I've already successfully used "Custom code" and "curl" actions to achieve my goal, but this is a too complex solution and my customer wants to be independent.
I want to write a custom action and hide the most of complexity with parameters and so on.
I found out that the method "config_check" is used to expose parameters, is it right?
Hi ladyj,
I suggest that you check the curl action file then and build on that, if you need to understand something in this action then please let me know.
You may also check v6 if you have the option to upgrade.
Best regards
I suggest that you check the curl action file then and build on that, if you need to understand something in this action then please let me know.
You may also check v6 if you have the option to upgrade.
Best regards
This topic is locked and no more replies can be posted.
