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
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
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
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
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<a href=\"contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></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?
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<a href=\"contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></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?

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.

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

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<a href=\"../contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></script>
<script type="text/javascript">// <![CDATA[
document.write(unescape("%3Ciframe src=\"../contato.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"../contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></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
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
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.
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.
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.
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<a href=\"http://espacodecorado.com/contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></script>
document.write(unescape("%3Ciframe src=\"http://espacodecorado.com/contato/contato.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"http://espacodecorado.com/contato.php\" title=\"contato\">Check out my CoffeeCup Form</a>%3C/iframe%3E")); // ]]>
// ]]></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
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
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.
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.