Hi,
I'm new here and I just have this basic question regarding grocery crud.
I'm looking for a way/method to filter my dropdown with a certain record when inserting a new record.
I've already used the "$crud->where" to filter my table and it successfully filters the result show, the problem is when I add a new record it disregards the "where" and it shows everything.
Any thoughts on this? I would really appreciate your help
Thanks in advance . :)