I try to use simple PHP code in PHP action block to retrive data from text field with this code
if ($this->data('text_12') == "Yes!"){ return "Reload"; } else { return $this->data('text_12');}on debug this PHP block have no any value.What's wrong?
I try to use simple PHP code in PHP action block to retrive data from text field with this code
if ($this->data('text_12') == "Yes!"){ return "Reload"; } else { return $this->data('text_12');}on debug this PHP block have no any value.What's wrong?