#{extends 'main.html' /}

Validation sample 5

#{ifErrors}

Oops, please correct these errors

#{/ifErrors} #{form @Sample5.handleSubmit()}
User informations
#{error 'user.username' /}
#{error 'user.information.firstname' /}
#{error 'user.information.lastname' /}
#{error 'user.information.age' /}
Password
#{error 'user.password' /}
#{error 'user.passwordConfirm' /}
Email
#{error 'user.email' /}
#{error 'user.emailConfirm' /}
Conditions
Checking this box indicates that you accept terms of use. If you do not accept these terms, do not use this website :
#{ifError 'user.termsOfUse'}Please accept terms of use#{/ifError}
#{/form}