Hi Max,
In my form, I have use Javascript to make a table which some cell can be clicked for show a dropdown menu. I need to do an AJAX call to do some job (such as : get parameters for linked menu). I have some questions.
1. Can I use PHP action that created in the other page group, for AJAX to call (like AJAX Call in advance listener)?
2. What is URL for AJAX to call ?
For this question : I make a form that has an main page alias "ajax-v2" and the other page group that have PHP action, with alias "ajax_handler". I had try to use this url 'https://xxxxxxxx.com/administrator/index.php?option=com_chronoforms8&view=form&chronoform=ajax-v2&chronopage=ajax_handler&tvout=view'. It's not work so I am not sure what the right url.
Regards,
Kittisak
Hi Kittisak
- Yes, you can call a page in a different page group using AJAX
- The URL should be the same url to your form page +
&chronopage=ajax-page-name&output=ajax // where ajax-page-name is the page alias/name