Add url link on a Question of the variable field in the service request item

Danny Sun
Tera Guru

Hi All,

When we upgraded the version to Jakarta Patch 4, some of the catalog request item could not work. When we click the 'Order Now', it will show the message as below. I checked that we used some HTML codes in some variables of the Question filed. Such as: Security Policies (<a href="https://xxxxxx.xxx.com" target="_blank"><font color="blue">IT Security Policies</font></a>)

find_real_file.png

Do you have any suggestions on this? I shall be very grateful.

Best Regards,

Danny

1 ACCEPTED SOLUTION

Danny Sun
Tera Guru

Hi all,

 

We finally use the 'Show help' to fix this. Move the link to the Instructions of the Annotation.

 

Regards,

Danny

View solution in original post

7 REPLIES 7

adityaghosh
Tera Guru

whats the issue, is the link not working ?


All the request item could not be submitted. It will should the message above.



Regards,


Danny


in the catalog item of that ... add the following code on client script onLoad and let me know, if it works then you'll have to make some system changes..



$$(".sn-tooltip-basic").each(function(item){


                                                              var textValue = item.innerText;


                                                              $(item).update(textValue);


                              });


Hi Shiladitya,



Thank you very much for your help. I will try and let you know if it works fine.



Regards,


Danny