Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I am creating a portfolio section of a website that is using checkboxes to show a specific set of categories. I want to be able to use the search function to find those categories but it's not listing any projects. I have been searching all over the web to try and find some sort of fix but I'm stuck. Here is one of the checkboxes I;m using:

Code: Select all
      
<cms:editable
   type='checkbox'
   name='acute_checkbox'
   label='Acute Care Categories'
   desc='Check all that apply.'
   order='20'
   searchable='1'
   search_type='text'
   separator='|'
   opt_values="Surgery | Pharmacy | Laboratory | Inpatient Units | Imaging | Emergency Medicine | Behavioral Health | Ancillary Services | Women's Care | Interventional Services"
/>


I'm not sure what I'm doing wrong or if it's even possible to search for these. It does find text within the other editable regions I've created for the project, just not these darn checkboxes. And I have a few different checkboxes I need searchable.

Is there a way to do this or should I find another way to search? Thank you!
Please post your complete code
Image
where innovation meets technology
2 posts Page 1 of 1
cron