
Originally Posted by
sfklaas
I would like to add a form on one of my EZPages. I have been successful adding other forms that have successfully inputed information to my e-mail.
However, this time, I can't add a <textarea> to my ezpage. When I enter the line of code:
After I click update in the admin EZpage, then everything after
is erased and it doesn't work. Then my form looks all screwed up.
Has anyone else had this problem or know why this happens? Or even better, know how to fix the problem?
My the link to the form page is
http://www.bendisskin.com/index.php?...age=page&id=25
I think ?? not sure but try including the form tags as well
Code:
<form> <textarea cols="50" rows="4" name="Biography">Enter Text Here</textarea> </form>
ZC is XHTML and this element may need the form tags to function properly.
~Melanie