Form renders but doesn't function
dlr1251 opened this issue · 2 comments
dlr1251 commented
Hello,
thank you for sharing this valuable piece of code.
I have tried to install it in my typo3 v. 9.5. using a sitepackage of typo3 8.7 I registered the YAML module configuration in the ext_localconf.php and the frontend config pluging tx in setup.typoscript.
The form renders correctly but it doesn't do anything when I click on next. How can I debug it?
dlr1251 commented
I finally found what stopped the application to function: The "next button contained a generic css class name called "next" which stopped the javascript event to trigger since it was being called from another part of my app. Sorry for the inconvenience.
sebkln commented
Glad you already found the cause!