Use the code below to hide the “Assign To User” option in the Awesome Forms feature. It’s important to note that the option will only be hidden when creating a record. When visiting the record after it’s created, it will be visible.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3)Ā Scroll down to theĀ Advanced SCSS boxĀ andĀ enter the code below.Ā If there is already code in the advanced SCSS box, do not remove it.Ā Start a new line āafterā the last character in the box, then paste the above code.
/*** BEGIN: AWESOME FORMS - HIDE ASSIGN TO USER FUNCTION ***/
ion-view[state="awesomeforms-view"] form > div[ng-repeat="section in sections"]:nth-child(6) { display: none; }
/*** END: AWESOME FORMS - HIDE ASSIGN TO USER FUNCTION ***/
4) Click āSaveā