femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Error on validationEdit required fields

Open ingeniumdesign opened this issue 6 years ago • 3 comments

please, dont Close the Issues https://github.com/in2code-de/femanager/issues/124!

The 4.2.5 dont work in the Modus "Invitation password request"

@sbusemann => https://github.com/in2code-de/femanager/issues/124

ingeniumdesign avatar Feb 05 '19 10:02 ingeniumdesign

Got the same «Field could not be validated» general validation error message of required fields. The problem seems to be if the typoscript validation settings are on templates of subpages. As the Ajax request always goes to the base url, the validation settings of the form differ from the settings of the root page. I wanted to implement several registration forms on different pages for different user types with different validation settings. This doesn't work with client validation.

swisschocolate-zz avatar Jun 28 '19 12:06 swisschocolate-zz

I got this error when extended flexform and added customer actions to 'Edit' controller. After fast debugging, I found the problem in method. This condition not working for me because, in fact, we have hardcoded there and if you change something for 'switchableControllerActions' in flexform this condition will not work correctly. So my solution was extended repository PluginRepository and implement my owner logic for checking switchableControllerActions.

buldozer86 avatar Apr 28 '20 12:04 buldozer86

Same problem as swisschocolate. It work's, if all field are set to required in the root page template and set the individual requirements in the templates of the subpage.

stephangrass avatar Jun 16 '20 06:06 stephangrass