By Jamar Jp Pugh on Tuesday, 28 March 2017
Posted in General Issues
Replies 4
Likes 0
Views 128
Votes 0
how to delete in the event, (Allow maybe state) and (event type) this shows up in the mandatory area but I want it removed for my event and don't seem to know how.

Ive tried to play around with how to remove mandatory
Hi Jamar,
Unfortunately, mandatory custom fields are a must since the values for these mandatory fields cannot be empty.
Alternatively, you can hide these custom fields in the frontend so that users cannot view it(http://take.ms/vaRa5).
·
Wednesday, 29 March 2017 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
The event type still shows after I unchecked the appear during display and all other buttons I unchecked and it still shows in front end.
·
Wednesday, 29 March 2017 20:33
·
0 Likes
·
0 Votes
·
0 Comments
·
For this event type, there is no option to disappear it, but you can apply this following custom css into your current template css file.


#es.view-events.layout-steps .o-form-horizontal [data-element="type"] {
display:none !important;
}


So it will disappear on event creation form page.
·
Wednesday, 29 March 2017 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post