A drop-down menu is a menu that offers a list of options. M5 provided a function to remove existing item from dropdown.
How to remove item from dropdown
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Remove from Dropdown. Click OK.
Click Save changes.
Click View code to view the coding.
You need to change field name and value accordingly based on your form. In this example, we going to remove 'Air Asia' from CompanyName dropdown field. Click Check Syntax to check any syntax error. Please make sure don't have any error then click Save and close.
Click Create now.
How it look in the form:
Before remove item from dropdown.
After remove item from dropdown.
Comments