Guest User

Untitled

a guest
Nov 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <field
  2. name="myfield"
  3. type="text"
  4. class="inputbox"
  5. description="Please type your something"
  6. label="My Something"
  7. required="true"
  8. size="10"
  9. filter="raw"
  10. />
  11.  
  12. if ($this->params->get('myfield') === '') {
  13. return true;
  14. }
Add Comment
Please, Sign In to add comment