PDA

View Full Version : Contact form


FOTOGRF
Mar-15-2010, 04:20 AM
I have the script to set up my contact form from Wufoo but when I set up the link it takes people away from my site. I think I am using the wrong code could someone take a look and tell me if I have set it up incorectly or just put the code in the wrong place. (I have it in the description box)

On a side note is there a way to set up a contact page through the pro account? I read in a thread that this was an option but I dont remember where I saw it at... The screen shot Looks similar to the form I have.

Here is the code:
******** type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript (http://) src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</********
******** type="text/javascript">
var z7x4a9 = new WufooForm();
z7x4a9.initialize({
'userName':'russellledford',
'formHash':'z7x4a9',
'autoResize':true,
'height':'676'});
z7x4a9.display();
</********

Here is the second code: I am using this one with <html> at the beginning and the end
<iframe height="676" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="<A href="http://russellledford.wufoo.com/embed/z7x4a9/"><a">http://russellledford.wufoo.com/embed/z7x4a9/"><a href="http://russellledford.wufoo.com/forms/z7x4a9/" title="Russell Ledford Photography" rel="nofollow">Fill out my Wufoo form!</a></iframe>

Both of these say they are to embed the form without leaving the site.

Russell

RogersDA
Mar-15-2010, 04:52 AM
Your Contact link is neither the embedded javascript nor the embedded iFrame. It is simply a hyperlink to the form.
I think you need to go back and get the correct code from Wufoo.

<div id="caption810127901" class="caption">
Welcome To Russell Ledford Photography I am Honored you stoped in to view my work, if you have questions regarding my services or pricing please feel free to <a href="http://russellledford.wufoo.com/forms/z7x4a9/" title="Russell Ledford Photography" rel="nofollow">CONTACT ME THROUGH THIS LINK</a>
</div>

And here is the link the the Smug Contact-A-Pro (http://www.dgrin.com/showthread.php?t=155455) feature that you might be looking for.

Side note: That blue text for your navbar = unreadable. Not a good idea in my opinion. Also, you may want to fix a few punctuation/typos in the above caption, too.

denisegoldberg
Mar-15-2010, 05:05 AM
I agree with David on his comment on the blue in your navbar. I find I can barely read the blue and the hover purple as well.

In addition - you've removed the breadcrumb and not replaced it with anything else. See Are you really sure you want to hide the breadcrumb? Think of your viewers! (http://www.dgrin.com/showthread.php?t=111484)

You've left Originals enabled in your galleries. This means that your photos are available for free downloads. Is this what you want? See ORIGINALS = a gateway to free photos, & right click protection is NOT PROTECTION (http://www.dgrin.com/showthread.php?t=161044).

And you have misspelled Portraits in your gallery name, shows as Portriats.

--- Denise

FOTOGRF
Mar-15-2010, 05:32 AM
Thanks Denise and David can you tell I stayed up too late working on this "portraits" Thanks for the additional info on the site I am making the transision from PBASE so I am learning just not fast enopugh. LOL:bow

FOTOGRF
Mar-15-2010, 05:51 AM
Ok I changed the color on the Navbar Changed the spelling on portraits changed the size to large turned on right click protection however I went to the link David posted that is what i am looking for but How do I get it on my site? I think i am missing something.. Oh and the message on my contact page was just a quick throw together to try and make it work. :scratch

RogersDA
Mar-15-2010, 07:03 AM
Ok I changed the color on the Navbar Changed the spelling on portraits changed the size to large turned on right click protection however I went to the link David posted that is what i am looking for but How do I get it on my site? I think i am missing something.. Oh and the message on my contact page was just a quick throw together to try and make it work. :scratchBetween html tags you can do a lot. Embed the iFrame code:

A.
http://www.greyleafphoto.com/photos/810831115_nqWBf-L.jpg

B.
http://www.greyleafphoto.com/photos/810831104_Rnnuv-L.jpg


Make sure you place the iFrame between HTML tags. This example showing a quick way to format some text before the iFrame. The tag <br> is a line break.

With your photo you may need to format this more so that the iFrame is below the photo.


<html>
<p align="justify"><font size="10" color="white">
Whatever Text You Want here.
<br>
</font>
</p>
<p align="center">
Your iFrame code here
</p>
</html>

FOTOGRF
Mar-15-2010, 10:26 AM
David that worked great I would like to to get the smugmug contact link to work in my navbar but I think i will have to go back and build my navbar in the custom header rather than use the easy customizer. I like the wufoo but I would rather just use the things inside smugmug plus it would match my themes.:D the wufoo just looks out of place now that I have it working.

FOTOGRF
Mar-15-2010, 10:44 AM
Holy freakin cow I got it I got it!!!!!:clap :barb :ivar David thanks for steering me in the right direction:bow :bow