I need to add an extra input in user profile page and the result is to be shown in the myaccount page, in the Dashboard section. Example: user enters an alias in profile page and this alias appears in myaccount page. How to achieve that?
In fact, what i really need is to have a radio component to show a message in the dashboard section of the myaccount page if the radio is set to “Yes”. There will be only two options, Yes and No. If Yes is checked, the user will see a message in myaccount page.
Thanks in advance