Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Compare rule

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons
View previous topic :: View next topic  
Author Message
schoenung
Smarty Rookie


Joined: 05 Apr 2004
Posts: 28

PostPosted: Tue Mar 08, 2005 3:26 am    Post subject: Compare rule Reply with quote

I have 3 fields-2 edits and 1 drop down. Trying to validate the drop down in the following maner. If drop down value = 16 then edit box need not be filled in, however if the drop down value is not 16 both edit boxes are required and must be validated. The validation is easy, but having trouble writting the compare function as I'm unsure where to get the values of the other controls.

My function would work like this.

Code:
function smarty_validate_criteria_isEditValueRequired($value, $empty, &$params, &$formvars) {
        if(strlen($value) == 0)
            return $empty;       
        if ($_POST[list]!=16){
            return=TRUE;
        }

}


However something does not work.

[/code]
Back to top
View user's profile Send private message
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Tue Mar 08, 2005 2:39 pm    Post subject: Reply with quote

You can use $formvars instead of $_POST, but what does this produce?

print_r($formvars);

Be sure your values are what you expected.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Add-ons All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP