- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 12:09 AM
HI All,
below is my requirement
Asset Undertaking – For service request raised under Hardware category, there should be a checkbox with text stating ‘I have read and agree with Do’s and Don’ts for asset undertaking’.
The Do’s and Don’ts should be hyperlinked and popped up when user click it.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 12:36 AM
DHi Shilpi,
Follow below steps.
1. Create a simple widget : Disclaimer with below snippet in body html.
<div>
<input type="checkbox">Your Text <a href="www.google.com">To Do & not To Do</a><br>
</div>
2. Create a variable of type Macro & save it.
3. In the same variable that is created & saved you will find Type Specifications tab where you can specify widget (Disclaimer) created above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 12:23 AM
I would suggest making a onchange script on the do's and don't field. i've found a helpfull community post which might get you started in the right direction.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 12:36 AM
DHi Shilpi,
Follow below steps.
1. Create a simple widget : Disclaimer with below snippet in body html.
<div>
<input type="checkbox">Your Text <a href="www.google.com">To Do & not To Do</a><br>
</div>
2. Create a variable of type Macro & save it.
3. In the same variable that is created & saved you will find Type Specifications tab where you can specify widget (Disclaimer) created above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 02:22 AM
Hi Jaspal,
follow the above steps but field is not visible on catalog item

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 02:39 AM