Hello guys !
I'm a trying to update data on entry by AJAX but been stuck :
- First a POST call to add a new entry on a collection A with some anonyme user datas.
- Second Then call a PUT method on the current viewing entry from a collection B with adding a new item on a relational field (UIID of the user previously created).
So I've tried the FETCH addon for handling AJAX call but it seems only fetching entries (even with POST method), do I have missed something for submitting entries outside from the CP, or do I have to create an addon for that ?
Thanks you,
Jérémy.