Empty $_POST with ajax form - Joomla! Forum - community, help and support
hello,
i'm developing simple plugin , want catch form data.
i'm testing form:
http://allforjoomla.com/xmodules/mod-simpleform2
this form ajax based when try print $_post array in plugin, i'm getting empty array everytime:
[27-jun-2017 14:00:22 europe/moscow] array
(
)
i'm developing simple plugin , want catch form data.
i'm testing form:
http://allforjoomla.com/xmodules/mod-simpleform2
this form ajax based when try print $_post array in plugin, i'm getting empty array everytime:
[27-jun-2017 14:00:22 europe/moscow] array
(
)
for $_post populated, post or put request must issued. if it's empty, odds request being sent , data found under $_get.
Comments
Post a Comment