Hi,
is it possible to write a plugin or a new kind of dropdown field which loads options with a call to a REST/SOAP web service?
I can write new fields and actions, but I don't know if is it possibile to integrate in chronoforms a new type of dynamic data different from "records from a table".
Thank you in advance.
Regards
is it possible to write a plugin or a new kind of dropdown field which loads options with a call to a REST/SOAP web service?
I can write new fields and actions, but I don't know if is it possibile to integrate in chronoforms a new type of dynamic data different from "records from a table".
Thank you in advance.
Regards
Hi ladyj,
You can use a Custom Code action to run pretty much any PHP that you need - that includes calls to remote services.
Bob
You can use a Custom Code action to run pretty much any PHP that you need - that includes calls to remote services.
Bob
Hi,
I need to dynamically populate options for a dropdown field just before display form in front-end (using a REST service).
As I read from your reply, I can write a Custom Action with which change (add) options of a dropdown field. Is it correct?
I need to dynamically populate options for a dropdown field just before display form in front-end (using a REST service).
As I read from your reply, I can write a Custom Action with which change (add) options of a dropdown field. Is it correct?
This topic is locked and no more replies can be posted.