The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Pre-Parser not working with PHP Fields - 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: Pre-Parser not working with PHP Fields (/showthread.php?tid=543) |
Pre-Parser not working with PHP Fields - Johhhn - Mar 1st, 2010 Hi, I have a multi-form setup that works 100%. Receives submissions, emails, etc.. However, the pre-parser doesn't seem to work,, more specifically, I'm trying to combine 3 fields for phone. I'm using your code that you demonstrated a couple of times and it doesn't work at all. Here's my code with the fields I have in the database. PHP Code: if ( (isset($_POST["CamperPhone1"]) && !empty($_POST["CamperPhone1"])) && Any ideas? thanks! John OK, I just figured it out.. apparently, the pre-parser will only work with lowercase fields! Can someone verify this for me? I've seen it on 2 different installs.. thanks! RE: Pre-Parser not working with PHP Fields - Ben - Mar 14th, 2010 Really...? It should be case-sensitive... Though now that I think about it, it makes me worried: I always use lowercase on my own installations... uh-oh. I don't have time to look at it right now, but I'll log it as a bug and check it out when I can. http://forums.formtools.org/showthread.php?tid=543 Thanks! - Ben |