Cannot get rid of the border around...

User 407558 Photo


Registered User
36 posts

Hi guys,
I have uploaded the site.
The form can be found at http://www.match2match.co.uk/contact/index.html
I also intend to place another form on this page http://www.match2match.co.uk/subs/form.html. Will that create further problems?
Cheers,
Paul.
User 407558 Photo


Registered User
36 posts

One more thing.
I normally use Chrome as my default browser. I have just viewed the site in Firefox and although the form formatting is no better the banner rotator works!
Not sure if this will help you or muddy the water further!
Paul.
User 187934 Photo


Senior Advisor
20,181 posts

looks like you script is pointed at your contactform.html instead it needs to be pointed at contactform.php.
Did you uploaded all the files for the form?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 407558 Photo


Registered User
36 posts

I did.
It can be a bit tricky exporting the files from WFB into my Dreamweaver site. Rather than put the contactform directory and the contactform.php file into the page directory that I nominate, WFB creates a new directory (contactform-exported, I believe). I need to move the files from this directory into the page directory. It has worked ok in the past but this is my first form with v1.1
Paul.
User 187934 Photo


Senior Advisor
20,181 posts

Here's your form.:)
http://www.match2match.co.uk/contact/co … ctform.php
Now adjust your Iframe to point to it.
<iframe width="960" scrolling="no" height="725" frameborder="0" allowtransparency="true" src="contactform_exported/contactform.php">
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 407558 Photo


Registered User
36 posts

Hi Eric,
I have saved the form again. Added the code to my page in Dreamweaver. (the path to the code is root/contact/index.html).
When I export the files into the contact directory (so they are in the same place as the page on which I've placed the form), WFB creates a directory named contactform_exported, in which it places the contactform directory and the contactform.php.
If I simply renamed contactform_exported as you suggest the path to these files would be root/contact/contactform/contactform iu.e. not in the same directory as the file and contact form.fb
I believe the form,. the page it's on, the contact form files and the php file had to be in the same directory?
Anyway I have followed your instructions on renaming the folder and uploaded to the server.
I now have a the following instead of the form:

"Not Found
The requested URL /contact/contactform/contactform.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

User 187934 Photo


Senior Advisor
20,181 posts

Eric Rohloff (Rolly) wrote:
Here's your form.:)
http://www.match2match.co.uk/contact/co … ctform.php
Now adjust your Iframe to point to it.
<iframe width="960" scrolling="no" height="725" frameborder="0" allowtransparency="true" src="contactform_exported/contactform.php">
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 407558 Photo


Registered User
36 posts

Your original message to change the iframe to point to the php file crossed with mine re changing the name. As I'd already changed the name by deleting _extended, I've exported everything again, left well alone, and changed the iframe as you suggest.

The script on my page now reads:
<script type="text/javascript">document.write(unescape("%3Ciframe src=\"contactform/contactform.html\" width=\"960\" height=\"725\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"contactform.php\" title=\"contactform\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe width="960" scrolling="no" height="725" frameborder="0" allowtransparency="true" src="contactform_exported/contactform.php">
&lt;a href="contactform.php" title="contactform"&gt;Check out my CoffeeCup
Form&lt;/a&gt;
</iframe>
</noscript>

The form is still not visible. www.match2match.co.uk/contact/index.html
User 187934 Photo


Senior Advisor
20,181 posts


<script type="text/javascript">document.write(unescape("%3Ciframe src=\"contactform_exported/contactform.php\" width=\"960\" height=\"725\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"contactform.php\" title=\"contactform\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe width="960" scrolling="no" height="725" frameborder="0" allowtransparency="true" src="contactform_exported/contactform.php">
&lt;a href="contactform.php" title="contactform"&gt;Check out my CoffeeCup
Form&lt;/a&gt;
</iframe>
</noscript>


I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2073552 Photo


Registered User
1,625 posts

Ta da! Looks good. :D
"An Apple doth not fall far from its tree, yet an orange does."

https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.