Hyperlink need to be added in the form choice field in catalog item

Negha1
Tera Contributor

I have a request to get a helptext including the hyperlink to get to another link.

but issue iam facing is the link is not directing to next page, instead it is taking the hyperlink as string.

 

Used script:

function onChange(control, oldValue, newValue, isLoading) {
    if (isLoading || newValue == '') {
        return;
    }
    var access = g_form.getValue('select_the_type_of_request');

    if (access == 'Request to create an additional email account') {
        g_form.showFieldMsg('select_the_type_of_request', 'If you need a new account in a different Operating Company please use the New Joiner form' + url + ',please ensure this is submitted by the respective OpCo HR or OpCo Manager.', 'info');

    }
}
 
 
But getting the error, attach the screenshot
Negha1_0-1719592031889.png

 

1 REPLY 1

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Not possible for g_form.showFieldMsg() however, thread has some solution using a macro.