Link to home
Start Free TrialLog in
Avatar of UltraFlux
UltraFluxFlag for Canada

asked on

INPUT type = hidden.... How can I hide textarea?

I tried using INPUT type=hidden as a text area but my resume field keeps showing up...

Any suggestions or fixes?
<form>
<input type="hidden" value="<? echo $fname ?>" name="fname" />
<textarea name="resume"><? echo $resume?></textarea>
</form>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of nplib
nplib
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of UltraFlux

ASKER

haha, I should have known that.

Thanks ^^