QuestionQ306
Extend the user experienceHOTSPOT -
A JavaScript function on a Contact form alerts users about what they need to enter, as shown in the JavaScript Code exhibit. (Click the JavaScript Code tab.)

The Business Phone field's OnChange event handler is configured as shown in the Event Handler exhibit. (Click the Event Handler tab.)

Users report incorrect wording on the Contact page, as shown in the Contact exhibit. (Click the Contact tab.)

Determine what occurs when a user changes a contact record's business phone.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| The message “telephone1” shows in the Business Phone notification area. | ||
| The message “mobilephone” shows in the Business Phone notification area. | ||
| The message “telephone1” shows in the form notification area. | ||
| The message “mobilephone” show in the form notification area. |
Community Discussion