Expand my Community achievements bar.

OOTB We.Retail Add Phone number to the Signup Form

Avatar

Level 2

Hi,

For demo purpose, I need to add a Phone Number field to the signup form of we.Retails site.(http://localhost:4503/content/we-retail/us/en/community/signup.html) . I can add it in the UI and able to send the phone number to the ajax call as request when user sign up, but it is not getting saved at the backend in CRX in the user profile. Please let me know how to achieve this

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
2 Replies

Avatar

Community Advisor

@selvendranr9588 Can you give some screenshots as how the values from the form is saved and how you are sending the phone number ?

Avatar

Level 2

Hi @VeenaVikramanAdd the new input fieldAdd the new input fieldPhone number shown in the signup formPhone number shown in the signup formPhone number sent in the POST requestPhone number sent in the POST request

I copied the component /libs/social/console/components/hbs/signup to /apps and added a new field for phone number as shown in the attached doc and it start appearing in the singup form and alse on submit sent in the request. All the screenshots are captured in the attached doc. Kindly take a look