OOTB We.Retail Add Phone number to the Signup Form | Community
Skip to main content
selvendranr9588
Level 2
May 26, 2020
Question

OOTB We.Retail Add Phone number to the Signup Form

  • May 26, 2020
  • 1 reply
  • 3023 views

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

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

VeenaVikraman
Community Advisor
Community Advisor
May 26, 2020

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

selvendranr9588
Level 2
May 26, 2020

Hi @veenavikraman

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