Hide the location field
-
Hi team,
I have managed to hide many of the fields using the unset option (e.g. unset($fields[‘company’][‘company_name’]);), and would like to hide the location field but haven’t been able to make it work. I tried the following:
unset($fields[‘company’][‘location’]);
unset($fields[‘job’][‘location’]);But neither have worked. Is this something I can hide using this function, or do I have to do it another way?
Many thanks in advance,
Lee
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Hide the location field’ is closed to new replies.