Hi everyone,
I want to display a first form in a page, then to display another form when the first one is submitted without reloading the page.
So I need to post my first form in ajax.
But I can't find out how? I can modify the submit button to put my submit button instead that will make an ajax call, so this isn't the problem. Problem is: which URL must I call?
I've tried to call the "action" property of the form, it gives nothing.
When I look at the url it's logic: "/index.php?option=com_cck&lang=fr" can't be enough!
So if you could please help me and tell me what parameters I must give him....
In advance thanks!