The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Filter in Dropdown Custom Field - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Filter in Dropdown Custom Field (/showthread.php?tid=4742) |
Filter in Dropdown Custom Field - janssenf - Oct 25th, 2014 Hi, in one of my tables PERSONALCOACH in my database I have the following 2 fields:
What code should I create in a Custom Field (type: dropbox) which filters out all records which match the email field of the Account table with mentioned PERSONALCOACH.fldEmail AND where PERSONALCOACH.fldStillActive = TRUE? Thanks for your help. RE: Filter in Dropdown Custom Field - janssenf - Oct 28th, 2014 Hi, maybe more in general: what Smarty code should I use to put the value of column FIELD1 from table TABLE1 into VARIABLE1? I'm struggling with extracting a field value into a variable. Thanks, Freek (Oct 25th, 2014, 7:50 AM)janssenf Wrote: Hi, RE: Filter in Dropdown Custom Field - andy_12-12 - Feb 1st, 2015 (Oct 28th, 2014, 1:55 AM)janssenf Wrote: Hi, Sorry, I can't help but also trying to find an answer to this! RE: Filter in Dropdown Custom Field - zeeshan002 - Apr 22nd, 2015 What code should I create in a Custom Field (type: dropbox) which filters out all records which match the email field of the Account table with mentioned PERSONALCOACH.fldEmail AND where PERSONALCOACH.fldStillActive = TRUE? |