The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Option list that includes mysql query - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Option list that includes mysql query (/showthread.php?tid=2731) |
Option list that includes mysql query - johnbleck2 - Nov 18th, 2013 Is there a way to take an option list that is pulling data from a different form field in a different form and apply a where clause? ie: dropdown - using field "secname" from form3. ... select form3.secname WHERE secpub = 'PUB1' IF this can be done, where would I do it? RE: Option list that includes mysql query - Joe - Nov 20th, 2013 Hi John, There is no default way to do this. You will need to customize the code to implement that requirement. Cheers, Joe |