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
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