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
<?php if (function_exists('(whatever the function is for custom data is')) customdata(); ?>
where i want it to go in image.php (i have the stopdesign theme)
am i thinking correctly?
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetAlbumCustomData
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintAlbumCustomData
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetImageCustomData
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintImageCustomData
Hint for searching functions: On http://www.zenphoto.org/documentation/ click on "all elements" (top right) and use your browsers page search function.