Closed RodriAndreotti closed 6 years ago
Is possible to include the type "hidden" for getField method? I have included here in this line:
if($type == 'text' || $type == 'password')
Changing to: if($type == 'text' || $type == 'password' || $type = 'hidden')
if($type == 'text' || $type == 'password' || $type = 'hidden')
On index.php
This feature is important to receive a info from url, post or session.
Tks.
Is possible to include the type "hidden" for getField method? I have included here in this line:
if($type == 'text' || $type == 'password')
Changing to:
if($type == 'text' || $type == 'password' || $type = 'hidden')
On index.php
This feature is important to receive a info from url, post or session.
Tks.