DB Record Loader

Luc 19 Oct, 2013
On a form I have a dropdown with Field name = Veld_5 and Field Id = Veld_5.
In the On Submit section I placed Db Record Loader and in the WHERE statement

`content1` LIKE '%sel-1a1a1%'


This works for searching on a part of the text to the value sel-1a1a1. I now want here for to use the variabele mentioned in the field Veld_5.
I tried this way

`content1` LIKE '%{veld_5}%'


Something is wrong, can you help me ?
Thanks.
GreyHead 19 Oct, 2013
Hi Luc,

The input name must be **identical** and veld_5 is not the same as Veld_5 here. I think that will work, otherwise we can switch to using the $form->data['Veld_5']

Bob
This topic is locked and no more replies can be posted.