I have a simple form in a page. I was wondering if I can use dhtmlxAjax to submit the form (instead of a normal POST) so that instead of navigating to a new page I can just display the response from the server update in the current page. Is there a way to use dhtmlxAjax to submit a form so that it posts all the fields in the form?
Thank you.
There is no ready to use functionality for such use-case, dhtmlxAjax can be used to submit post request, but it can’t handle form submit on its own.