Nano
Nano

Reputation: 1398

TYPO3 v8 Form framework submitting form with ajax

Is there a way to configure the TYPO3 core Form framework to submit a form with ajax? I already tried to submit the whole form, but i think that the honeypot or another security feature prevent it from submitting directly. Is there any simple solution to fix this?

Upvotes: 0

Views: 592

Answers (1)

mtness
mtness

Reputation: 1024

Since this question ranks fairly high when searching for 'typo3 forms framework ajax', this link might help you with this task, finally:

https://www.comuno.net/blog/detail/formular-mit-typoscript-rendering-per-ajax-verschicken/

Upvotes: 1

Related Questions