Is it possible to hide fields on the exposed block (with using CSS).
I would like a hidden field on the content type - which is used to gather results about state (IP and Country) when the form is submitted.
I'm using Rules to set values on the node after creation.
Is this possible?
Comments
Comment #1
hixster commentedSorry, first line should have read.
"is it possible to hide fields on the exposed block (Without using CSS)."
Comment #2
rv0 commentedusing hook_form_alter
example:
Comment #3
hixster commentedThanks rv0
Comment #4
mikey_p commentedClosing out old 6.x issues.