The new user fields phone number and company need to be validated in javascript (front-end) and python views (backend). For now the only way to add/change these fields is in the account information screen so this is the only place it should be checked
Tasks
Add validation for the fields in account_information_sub_script.js
Add new validation functions to common_functions.py in utils folder
Validated new fields in account_information_sub_page_view
Description
The new user fields phone number and company need to be validated in javascript (front-end) and python views (backend). For now the only way to add/change these fields is in the account information screen so this is the only place it should be checked
Tasks