Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2182

Joomla! 5.x Coding • Re: Receiving JSON data (is this AJAX???)

$
0
0
I don't think you need to send JSON. You can submit the form, something like:

Code:

const data = new FormData( adminform );const url = 'index.php?option=com_mycomponent';const options = {method: 'POST',body: data}let response = await fetch(url, options);
The response format could be anything you need, HTML or JSON or ...

Statistics: Posted by ceford — Tue Feb 13, 2024 9:07 am



Viewing all articles
Browse latest Browse all 2182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>