Hi Byron,
I created a custom form and it was working great. Somehow the new form (and the default one) have both disappeared. I get the thickbox pop-up with the default title but no content.
To compare, I did a fresh install of WP + Photosmash and compared the resulting HTML.
New install:
<form id="c1bwbps_uploadform" name="bwbps_uploadform" method="post" enctype="multipart/form-data" action="" style="margin:0px;" class="bwbps_uploadform">
<input type="hidden" id="c1bwbps_ajax_nonce" name="_ajax_nonce" value="e8843da105" />
<input type="hidden" id="c1bwbps_formname" name="bwbps_formname" value="newform" />
<input type="hidden" id="c1bwbps_formtype" name="bwbps_formtype" value="0" />
<input type="hidden" name="MAX_FILE_SIZE" value="" />
<input type="hidden" name="bwbps_imgcaption" id="c1bwbps_imgcaption" value="" />
<input type="hidden" name="gallery_id" id="c1bwbps_galleryid" value="1" />
<input type="hidden" name="bwbps_post_id" id="c1bwbps_post_id" value="0" />
hellop form
</form>
My problematic install doesn't have any of that code. The only things I remember doing are 1) applying my form changes to All Galleries and 2) playing with the CSS of the custom layout I'm using.
Help!
not resolved