Tell us what you are trying to do?
I have a custom type called "Job Types" which is a check box list with 4 options:
-Full-time
-Part-time
-Internship
-Remote
This type is used in a toolset form so companies can post information about their open positions.
However, some customers would prefer to have different options listed for example:
-Full-time
-Part-time
-Co-op
-Volunteer
For now, each time a customer requests a slightly different version of job types, I create a new custom field with the job types that they request and create a new form which has this new custom type in it so they can post this information.
However, it seems like this is not the best approach to have many different "job type" custom fields with slightly different options. Since the job type choices are usually similar, I was wondering if there was a way to keep the main custom type "job type" and alter the options shown by using different forms.
In Views, it seems like I can use the same custom type and manually designate options. In this case, it seems like even if the the custom type has four options (Full-time,Part-time,Internship, Remote), it seems like I can display different ones to the user by manually designating them. However, in toolset forms, I am not sure if this is possible as I am able to change the label of a custom type (Job Types), but it seems like I cannot edit the names of the check box choices within the form. Is it possible to do this? Any recommendations?