Hi! I am looking to remove these two fields from My Activities > External Training > New Activity.

I tried a couple ways, but not successful. Was wondering if anyone here would be faster at this.
Hi! I am looking to remove these two fields from My Activities > External Training > New Activity.

I tried a couple ways, but not successful. Was wondering if anyone here would be faster at this.
Best answer by Bfarkas
So I think that second field, ‘Employed’ is n additional field configured in your system, curious, if you don’t want it, can you just get rid of it?
You can find it on the system admin menu under Manage External Training > Additional Fields.
/legacy/admin/index.php%3Fr%3DTranscriptsApp/additionalFields/index

Alright, for the first one, this should hide it:
.control-group:has(#certification) {
display:none;
}If for some reason, you want the additional field but don’t want users to fill it in….I think this should hide that one, although you’re id might be different.
.control-group:has(#Transcripts_additional_1_value) {
display:none;
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.