Many text fields in Greenhouse Recruiting include a formatting toolbar that offers options to format your text.
If a text field doesn’t have a toolbar, formatting is not supported for that field.
Formatting options
Text
Format your text to emphasize or make certain words stand out.
|
Bold Bold your text. |
|
|
Italic Italicize your text. |
|
|
Underline Underline your text. |
Paragraph
Format your paragraphs to create visually separate sections or lists.
|
Align left Aligns a paragraph of text to the left side. |
|
|
Align center Aligns a paragraph of text to the center. |
|
|
Align right Aligns a paragraph of text to the right side. |
|
|
Bullet list
|
|
|
Numbered list
|
|
|
Decrease indent Moves your paragraph to the left. This option is only available after you've used the Increase indent tool. |
|
|
Increase indent Moves your paragraph to the right. |
Insert item
Provide additional context to your text by inserting a link, image, or other item.
|
Horizontal line Inserts a horizontal line to visually separate sections of text.
|
|
|
Insert/edit link Adds a hyperlink to your text. |
|
|
Insert/edit image Learn how to insert an image here. |
|
|
Insert/edit media Learn how to insert a video here. |
View source code
Viewing source code can be useful if you want to see the source of any unexpected formatting or to add custom HTML not available in the toolbar.
|
Source code The Source Code field shows the HTML tags applied to your text.
|
Best practices for entering code in a text box
You may need to enter portions of code into a text box in Greenhouse Recruiting, such as when completing a scorecard for an interview that included a coding exercise.
When entering code in the text box, paste it using CTRL + shift + V to prevent entering unintended formatting from your code editor.
Then apply Code formatting to the text you added (Paragraph > Inline > Code). This format adds the tag <code> around the text, which tells your browser to display the text within the tag, rather than render it.
Note: For security purposes, you can't save executable code like JavaScript in a text field. Executable code will be removed, and no error message will be displayed.