TYPO3 submission form via JQuery.submit ()

I have a typo3 (action = "update") form that needs to be submitted using jquery.

The form looks like this:

<f:form action="update" name="note" object="{note}"> <textarea class="form-control gettooltip" rows="1" placeholder="Kommentar" title="Kommentar zur Note">{note.kommentar}</textarea> </f:form>

+2


source to share


1 answer


Just to warn you not to follow our command, when you try to use some kind of custom AJAX dispatcher, go to a different pageType, then eID or the like. My recommended way of making AJAX calls inside TYPO3 is using EXT: typoscript_rendering

Find an article by an authoring author that has links to reasons and use cases.



And the Github repository .

+2


source







All Articles