Can html (specifically forms) work in photo description?

I have been trying to put html into the photo description. Specifically a form: an example of such a form is as follows:

<FORM METHOD="POST" ACTION="http://ww12.aitsafe.com/cf/addmulti.cfm">
<INPUT TYPE="HIDDEN" NAME="userid" VALUE="E7303999">

<INPUT TYPE="TEXT" NAME="qty1"> Custom Avalanche 11x14 Poster $62
<INPUT TYPE="HIDDEN" NAME="product1" VALUE="Custom Avalanche 11x14 Poster">
<INPUT TYPE="HIDDEN" NAME="price1" VALUE="62">

<INPUT TYPE="TEXT" NAME="qty2">Custom Avalanche 16x24 Poster $105
<INPUT TYPE="HIDDEN" NAME="product2" VALUE="Custom Avalanche 16x24 Poster">
<INPUT TYPE="HIDDEN" NAME="price2" VALUE="105">

<INPUT TYPE="TEXT" NAME="qty3">Custom Avalanche 20x30 Poster $136
<INPUT TYPE="HIDDEN" NAME="product3" VALUE="Custom Avalanche 20x30 Poster">
<INPUT TYPE="HIDDEN" NAME="price3" VALUE="136">

<INPUT TYPE="SUBMIT" VALUE="Add to Cart">
</FORM>

I noticed that a href html for links works but what about other html. Can anyone help?

Comments

Sign In or Register to comment.