hide field – PHP Database Form https://phpdatabaseform.com Generate web form from database. Simple. Fri, 18 Jul 2014 18:11:36 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 set_hide() https://phpdatabaseform.com/docs/set_hide/ Fri, 18 Jul 2014 18:11:36 +0000 http://phpdatabaseform.com/?p=343 set_hide(mixed $col) : $this

Hide a field on the form from displaying with CSS display:none. Note that the field still exists on the form but not visible.

Do not use this field to hide sensitive information such as password.

Parameters

mixed $col
  • Database table column name
]]>