cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize the Registration Page OOTB - Need to add one new Filed

Former Member
0 Kudos

Hi Expert,

I need to add few fields in registration page OOTB in b2c Telco accelerator. OOTB registration page having Title,First Name ,Surname ,Email Address ,Password ,Confirm Password . i need to have 2 more fields in this page. I believe Its register.tag . But when i am adding into this tag, Spring throws error for not binding newly added attributes. There is a Form Bean class called RegisterForm.java there i could see all OOTB attributes are available but i just wanted to know how newly added attribute would be part of this RegisterForm.java so that this exception will not occur and i can customize the registration page.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member664713
Active Participant
0 Kudos

Hi You need to write new Form class and then you need return and use the same form class in the the controller.