Checkbox Filter Using Search Button > Appear on Lightbox with Repeater

Ok, i will reconstruct your issue to demonstrate you how to do all these steps and codings the right way.

Do me a favour… NEVER do such things again in your SETUP and codings…


Never name your field different then it’s corresponding ID.

If the Field-Name = “Banana-Field” —> then ID = bananaField.
If the Field-Name is “Apple-Field” -----> then the ID of that field is → “appleField”

This is normaly automatically generated, don’t change such things.
That will save a lot of headaches!!!

The best coding is a → short, dynamic, efficient, logical and systematic coding .

  1. Never use to long variable declarations (try to keep your code short and clean).
  2. Try always to code variable and dynamic.
  3. Try always to code systematical and logical → this will keep your code always better readable → faster working with code.

Conclusion —> more efficient and faster CODING-PROCESS !!!
Less failures, errors and code-bugs, less waste of time!!!