Multiple check box in UI page

Royal1
Tera Contributor

my request is 50 check boxes in in catalog form , i am trying to arrange all in one UI page like below. but this code is not working. Please help how can i use UI pages in catalog form , how to 

code

<html>
<body>
 
<form action="">
<input type="checkbox" name="vehicle" value="Bike">I have a bike<br></br></input>
<input type="checkbox" name="vehicle" value="Car">I have a car </input>
</form>
 
</body>
</html>

 

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@Royal1 

why to have UI pages?

What's the business requirement?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Just add 50 check boxes, if i add by using the Check boxes variable option, the form looks not good 

 

so by using the UI page or macro , can we do that?

Sagar Pagar
Tera Patron

Hi @Royal1,

 

I would suggest to use the Check boxes variable for catalog item, instead of adding to UI page or macro.

 


If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

The world works with ServiceNow

Hi @Royal1,

 

Have you looked at my comments? Let me know if have any queries.


If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

The world works with ServiceNow