Skip to Main Content
Community Feedback

We love to hear your feedback. Your suggestions and ideas are important to us. Our feedback forum is a great place to post your ideas and vote on others. Please share your detailed use case and how the proposed enhancements can increase value to your business. We do read all of your posts, but may not be able to respond to all comments.

More information on the status of submitted ideas can be
found here

Status Under review
Categories Other Recruitment
Created by Guest
Created on Jan 14, 2025

Option to Auto-expand Blue Panels

I would like a setting that causes the "Blue Panel" to open automatically. I assume it would be a comma separated list of field names (like "Position displayed fields"; using the first item in the list as the unique identifier) and on any page that renders the panel; it is automatically expanded. I would also like the box to not have the "collapse" button and hyperlink.

We have currently found a way to do this but we were warned that it may not continue to work, so I am requesting an official solution.


Settings > Jobs > Job Card Fields > Add the following to a "DrawLabel" and drag it to the right side. Then drag it below the field that you want expanded.

<style>

/* hide blue panel toggle */

#lPositionID_fieldInfo > a {

display: none !important;

}

/* open blue panel automatically */

#lPositionID_fieldDetail {

display: block !important;

}

</style>


What business value are you trying to achieve?

We are trying to prevent user error by removing the editable "white boxes" and replace them with the "blue panel". The panels are collapsed by default; which adds several clicks and those clicks add up and those people start to complain.

  • Attach files