-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formResponse.actionAfterSuccess is always null #324
Comments
Hi @JeanM38, could you provide example request with form data you sending to TYPO3 backend? |
Hi @twoldanski, I do not have specific request, I'm just using the sendForm method provided by nuxt-typo3
|
@JeanM38 we use simplified version of Core Form Runtime method, but handling of finishers is the same way, the the core/html version. What are the values of |
@twoldanski, here is the formResponse :) |
@JeanM38 I see, looks good, so please double check if ConfirmationFinisher is executed and/or is returning proper value? |
Hello !
I created a form in TYPO3 Backend with the Forms module, and assign it to a specifig page, form is well rendered in my front-end application, but I don't understand why formResponse.actionAfterSuccess in the T3CeFormFormframework.vue component is always null after the form submission, I created different finishers for this form so I would like to retrieve them. This is a classic form configuration :
Maybe I forgot something ? Thanks for the answer.
Versions
TYPO3 [12.4.4] . TYPO3 Headless [4.2.2] . nuxt [2.17.2] . nuxt-typo3 [1.3.3]
The text was updated successfully, but these errors were encountered: