Hello Team,
HivePress allows users to submit both ‘standard’ and ‘private’ Job Requests. These requests include additional attributes configured under the Requests → Attributes section.
I need the ability to define different attributes for ‘standard’ and ‘private’ Job Requests, as some attribute information (such as skill level) may already exist in the vendor’s profile and therefore not relevant to be included in a ‘private’ Job Request.
One possible approach to differentiating these two request types is by assigning a unique class value to the ‘private’ Request, enabling the hiding of non-relevant attributes using CSS.
If this is the recommended method, could you advise on how to implement a new class value to support this requirement?
Thank you in advance!