Comment 4 for bug 494193

Revision history for this message
hugo lassiège (hakanai-deactivatedaccount) wrote :

ok thanks, I was looking on the branch 1.1, that's why I didn't saw the build number.
And it seems my problem is not the same one indeed. I'll open a new issue. My purpose was to add some custom fields in the form. My common use case is a form to create a user. The field "confirmPassword" is not a field in the model but I would like to add it in the form (and handle it in the save method, I don't know how for the moment).

#{crud.custom 'confirmPassword'}
... some code to display the confirm password
#{/crud.custom}