Web Form Builder & Wordpress - Page 1...

User 2396634 Photo


Registered User
12 posts

Hello,

I am trying to use my first Web Form Builder form on my own server. Where do I upload the form files to? It says to place them in the page (html) section of my server, but there is no such html files for my Wordpress site.

Thanks,
Brad
User 187934 Photo


Senior Advisor
20,271 posts

Make sure all the files inside the myformname_exported are inside the same directory that your WordPress page is in that contains the script that the form builder provided.:)
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 2106076 Photo


Registered User
13 posts

Hi,

Could someone help me, please?

I have created a form on Web Form Builder, and it is in the below page:

http://sertweb.com/contato/

I have used the code one user of this forum provides me in the past, because the code provided by the software after the form export does not runs on WordPress. I used the below code on the WordPress page:

"<script type="text/javascript">// <![CDATA[
document.write(unescape("%3Ciframe src=\contato.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"contato.php\" title=\"contato\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E")); // ]]&gt;
// ]]></script>"

The form is OK and running, and I upload all the files and folders of it to my public_html folder, which is the folder where WordPress is installed. The form can be seen here:

http://sertweb.com/contato.php

But, I can't embed it on my WP page, again.

Anyone has some idea about how to solve this, please? :)
User 187934 Photo


Senior Advisor
20,271 posts

You form files need to be in the same directory as the page your using the script on.:)
right now their in the root of the site. Move them to the contato folder.
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 2106076 Photo


Registered User
13 posts

Hi,

Thank you. :)

But, the sertweb.com domain is configured in a similar way to what I have done on the below url:

http://espacodecorado.com/contato.php

Just the file contato.php on sertweb.com is on the public_html folder. All the other files are in the "contato" folder.

But, on sertweb.com this does not works. :(
User 187934 Photo


Senior Advisor
20,271 posts

Perhaps this.

<script type="text/javascript">// <![CDATA[
document.write(unescape("%3Ciframe src=\"../contato.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"../contato.php\" title=\"contato\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E")); // ]]&gt;
// ]]></script>


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


Registered User
13 posts

Hi Eric,

Thanks again for your help. :)

But, again, the form does not works:

http://sertweb.com/teste-contato/

Just a strange iframe with content from the homepage is displayed. I really don't know what is happening.
User 38401 Photo


Senior Advisor
10,951 posts

I have to ask the obvious question... why doesn't the code that the program gives you work? That should be all you need to make the form work if your files are in the correct location. Just curious why you don't think the code works that comes from the program.
User 187934 Photo


Senior Advisor
20,271 posts

Try this. If it doesn't work then get those files into the same directory as the page the script is on.
<script type="text/javascript">// <![CDATA[
document.write(unescape("%3Ciframe src=\"http://espacodecorado.com/contato/contato.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"http://espacodecorado.com/contato.php\" title=\"contato\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E")); // ]]&gt;
// ]]></script>
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 2106076 Photo


Registered User
13 posts

Hi Eric,

Thank you very much. This last code is running fine. :)

@Jo,

So, the code provided by the software works fine, but only outside of WordPress pages and posts. It does not works on WordPress, and I don't understahd why. :(

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.