Hi there...
Im trying to validate that one integer field has a higher number than another, been trying to put some php code in there, but guess I cant figure out how to get the other fields value, I been doing some like this
if($this->value < $this->value['field_pris_min_']) {
$this->set_error();}
Well and 100 other attemps, how can I do this?
Comments
Comment #1
g089h515r806 commentedthe code should be in this format:
you could change it and correct it as your requirement.
Comment #2
g089h515r806 commentedplease do not include:
Comment #3
acoustika commentedThx alot, that seems to work like a charm :-) Thumbs up
Comment #4
aakanksha commentedIt works, Thanks
Comment #5
kenorb commented