Hi Max
Could you explane or show use cases of AJAX Call and Reload Action in Advance Listener?Thank you.
Hi Max
Could you explane or show use cases of AJAX Call and Reload Action in Advance Listener?Thank you.
Hi Kittisak
You use this to call another form page using AJAX, but in AJAX call you will just call that page which may run PHP, you may also provide a javascript function to do something with the response from that page
in the example above, page2 will be called and whatever response (maybe using an HTML view or some JSON results) will be passed to a function "print_output" (if defined) which may do more work
In Reload you will be able to replace the calling element with response from the other page
in both cases the other page should have a different Page Group in order to be called independently