iframe for Contact Form stopped working
jwalkeroh
Registered Users Posts: 165 Major grins
I have an html only gallery that was working before this weekend:
http://www.nikiwalkerphotography.com/gallery/5041664_K58ud
that displays a contact form using the following html:
<html>
<iframe height="530" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/" title="HTML Form"><a href="http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/" title="Niki's Contact Form"></a></iframe>
<br><br><center><small><font color="#c0c0c0">Form is Powered by </font><a href="http://wufoo.com/" style="text-decoration:none;color:white">Wufoo</a></small></center>
</html>
If you go to http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/ directly is displays fine.
Did something change over the weekend to cause this to no longer work?
http://www.nikiwalkerphotography.com/gallery/5041664_K58ud
that displays a contact form using the following html:
<html>
<iframe height="530" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/" title="HTML Form"><a href="http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/" title="Niki's Contact Form"></a></iframe>
<br><br><center><small><font color="#c0c0c0">Form is Powered by </font><a href="http://wufoo.com/" style="text-decoration:none;color:white">Wufoo</a></small></center>
</html>
If you go to http://nikiwalkerphotography.wufoo.com/forms/nikis-contact-form/ directly is displays fine.
Did something change over the weekend to cause this to no longer work?
-jw-
le pere de www.nikiwalkerphotography.com
le pere de www.nikiwalkerphotography.com
0
Comments
http://www.nikiwalkerphotography.com/gallery/5041664_K58ud
http://www.smugmug.com/gallery/5041664_K58ud works fine.
Check all your /* and */ for comments make sure you've got no errors in your CSS.
Portfolio • Workshops • Facebook • Twitter
It wasn't flaky comments. It was shooting self in foot. I had added the line:
.journal #albumDescription {visibility: hidden;}
and resolved the problem by adding the following below it:
.gallery_5041664 #albumDescription {visibility: visible;}
Thanks for showing me the "...smugmug.com/gallery/..." technique to see galleries in un-edited state. That helped.
le pere de www.nikiwalkerphotography.com