Glide Form
Glide Form
g_form.isMandatory ('category');
Glide Form Practice Guide
8.Working with addInfoMessage() method
Add information message on top of the form
g_form.addInfoMessage (‘please fill all mandatory fields');
g_form.clearOptions ('category');
Adding the same item twice is prevented; however, you can add the same icon
with a different title.