Unable to change the Font and Alignment in the Collibra Workflow start event forms
Hi Team,
I am unable to make changes to the font and alignment to the collibra workflow form.
Attaching the screenshot.
Sample name is of type string. And for sample user, the type is user. But the form is not looking good. I want the two fields to have same font and alignment.
Kindly suggest.
Thanks,
Monica
Monica Kamlekar
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
3 comments
Roger Craig
·3 years ago · EditedYou could set a default value for
stringfields, but this does not work onenumfields.You’re second option is to just add another paragraph in the
Namefield.For example:
<p><strong><span style="color:#5B8F22">Request Type </span></strong><span style="color:red;">*</span></p><p><i>Please enter the request type.</i></p>Results in
Monica Kamlekar
OP3 years ago · Edited@rcraig.agloan.com I found that in my custom.css file following changes are applied
.user {
font-size: 16px;
font-weight: 600;
margin: 20px;
}
I think because of this, the syntax is showing in that way.
Also, I want to know, if there is any way we can change the form-value text “Type something here and confirm using enter” to some custom m text
Thanks for your response
Regards,
Monica
Roger Craig
·3 years ago · Edited@monica.kamlekar.accenture.com I know that in the “Name” field of the form, you can use HTML syntax.
Have you tried using style attributes for font and alignment?