I’d like to use the Channel Form to allow users to create entries. I need to create some functions to use the data that the user submits, so I figured I would use the JSON option on Channel Form so I can crunch the data after submission.
However, the JSON format just appears on the screen at the URL of index.php after form submission, and only displays the bare essentials of the new entry. Can I not send that JSON data to a location of my choosing? How would I use the JSON data that just appears on the screen?
Is there another way to retrieve the $_POST data following submission using Channel Form?
Chris