Im looking for a method to retrieve entries based on a hidden field's value.
Lets say I have a form with a hidden field called 'Company' with numeral values,
what is then the preferred way to retrieve a list with entries that has Company-value 7 ?
I have been looking for a custom SQL-way of doing it, but can't with the given database structure make a simple method for this.
Thank you!