I have created a onChange client Script auto populate the user's mobile number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 05:12 AM
Hi,
I have created a onChange client Script auto populate the user's mobile number, but it is not working as per the expectation.
please find the below mentioned SS
onLoad:
onload is working fine but onchange is not working.
Thanks,
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 05:16 AM
@kranthi2 In your onChange client script you missed variable "r" declaration on line 11.
var r = g_form.getReferece('caller_id', getprop);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 05:29 AM
Thanks for your early response.
Please find the below SS:
Not working as per the below SS:
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 05:31 AM - edited 01-25-2024 05:32 AM
@kranthi2 Which variable is caller_id ? is it opened for variable ? can you double check variable backend name is correct ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 05:36 AM