By Anders Lolk Vestergaard on Wednesday, 20 February 2019
Posted in General Issues
Likes 0
Views 412
Votes 0
Hi.

The field "Event type" is mandatory in the event workflow. Isn't it possible to the event type field to "Public" and remove it from the workflow (creation and edit).
Hi Anders,

For creation page, you have to use the following custom css to hide the event type field.

#es.view-events.layout-steps div[data-field-item="type"] {
display: none;
}
For the edit page, you have to disable this setting in the custom field: https://take.ms/fVbeB
·
Wednesday, 20 February 2019 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Great - thank you
·
Wednesday, 20 February 2019 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 20 February 2019 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post