what do you want to do exactly ?
Hi,
To be precise, I need a client side HttpClient and a server side HttpClient.
As for the client-side HttpClient (javascript or jquery) I need to be able to call a WebServices and obtain, for example, lists to be loaded dynamically within the dropdowns or for other asynchronous uses.
As for the server-side HttpClient I need it to be able to call a WebServices after submitting the form.
For example, a user fills out a form, submits it and the form data is captured and sent to my WebServices as parameters of an http request.
Obviously I could rely on the chronoform custom codes (of chronoform) and include external libraries such as jquery (ajax) for the client part and curl or guzzle for the server part, but I need all this to be available and customizable from a graphical interface for non-programmer users.
For example, in the actions (of chrofnorm) of a form insert an HttpClient module to which I pass the address of my webservices and the parameters to be sent.
To be precise, I need a client side HttpClient and a server side HttpClient.
As for the client-side HttpClient (javascript or jquery) I need to be able to call a WebServices and obtain, for example, lists to be loaded dynamically within the dropdowns or for other asynchronous uses.
As for the server-side HttpClient I need it to be able to call a WebServices after submitting the form.
For example, a user fills out a form, submits it and the form data is captured and sent to my WebServices as parameters of an http request.
Obviously I could rely on the chronoform custom codes (of chronoform) and include external libraries such as jquery (ajax) for the client part and curl or guzzle for the server part, but I need all this to be available and customizable from a graphical interface for non-programmer users.
For example, in the actions (of chrofnorm) of a form insert an HttpClient module to which I pass the address of my webservices and the parameters to be sent.
There is a CURL action, did you try it ?
For AJAX calls, I think you will need to do this yourself using a custom JavaScript code, but the dropdown has AutoComplete which can be used with AJAX, it depends on what you need exactly here!
Best regards
For AJAX calls, I think you will need to do this yourself using a custom JavaScript code, but the dropdown has AutoComplete which can be used with AJAX, it depends on what you need exactly here!
Best regards
This topic is locked and no more replies can be posted.