export form

User 2449362 Photo


Guest
1 post

Can I build a form and use it on WordPress?
User 184085 Photo


Ambassador
1,707 posts

It's been years since I looked at wordpress, but basically you create a form and save it to the sdrive (or your host account, and isert some code between <iframe> tags. So if you can add Iframe to a wordpres page you should be good to go.

here is an article on uploading and linking a form.

http://www.coffeecup.com/help/articles/how-to-add-a-form-to-your-page/
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 38401 Photo


Senior Advisor
10,951 posts

If you have the paid version then yes you can export a form and use it on Wordpress or Joomla or wherever you want to, and definitely doesn't need to be on S-Drive only. Just follow the instructions carefully when exporting. Exporting can be found in the File menu, don't confuse that with Publish which only uploads to S-Drive. Good luck with it :)
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

If your going to use it in WordPress and you are having trouble getting it to work, it's probabaly because the page that the script is on isn't in the same directory as the form files. The easiest fix for this is to alter the script to absolute links.
Here's an example Bold parts are added. The myformname would be your form. You really can't use the example as the width and height of the iframe probably won't match but it will get you close so you know what and where to alter the script.


<script type="text/javascript">// <![CDATA[
document.write(unescape("%3Ciframe src=\"http://mydomain.com/myformname/myformname.html\" width=\"452\" height=\"1029\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"http://mydomain.com/myformname.php\" title=\"myformname\"&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

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.