On add or edit can you have a dropdown that limits what can be entered in a field and can the choices be limited to values from a table instead of being hard coded?
Solved: I used a relation and in the lookup table used 2 columns (ref1 and ref2) with the same data in them. The statement is
$xcrud->relation('refrigerant','refrigerants','ref1', 'ref2');
Solved: I used a relation and in the lookup table used 2 columns (ref1 and ref2) with the same data in them. The statement is
$xcrud->relation('refrigerant','refrigerants','ref1', 'ref2');
Last edited: