Webplux x 7 contact form problem-POST...

User 2765616 Photo


Guest
16 posts

Hi Eric, I've uploaded both the ContactForm.fb file and the ContactForm_exported to the server folder.
I also added the contactfrom.fb file and the contents of the ContactForm_exported I was able to, to the resources folder on the asset package and re-saved the asset package. The ContactForm_exported would not save into the asset pack as a whole so just added the files that would save.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Here's what I do.
I take the exported form folder and remove the _exported from it's name and upload this to my host.
I then adjust the iframe code to look one directory deeper then typically so I don't have to have the myformname.php outside that directory. If your still having issues make the iframe src absolute for testing then change it to relative after your done.
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"myformname/myformname.php" + window.location.search + "\" width=\"100%\" height=\"1597\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"myformname/myformname.php\" title=\"myformname\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="1597" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="myformname/myformname/myformname.html">
&lt;a href="/myformname/myformname.php" title="myformname"&gt;Check out
my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript>


Or cleaned up a bit.
<iframe height="1597" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="myformname/myformname/myformname.html">
</iframe>
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 2765616 Photo


Guest
16 posts

Thank you very much Eric, I will try this tomorrow and report back.
User 2765616 Photo


Guest
16 posts

Removed _exported and uploaded to server. Checked the contact page and the form is completely different to the one I designed, but does appear immediately, how to I change presentation and location of this new form?

And where is the iframe code that I can change?
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Is it still the same link because that form isn't by CC formbuilder?
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 2765616 Photo


Guest
16 posts

Could you elucidate please?
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

I'm looking at the form on this page.
http://catherine.collectablepaper.com/s … actus.html
That's not a form builder 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 2765616 Photo


Guest
16 posts

Hi Eric, my apologies, mystery solved as my colleague, without informing me, started working on a different form for the same page (made a copy of the page to keep my coffeecup form work intact) and uploaded his new form at the same time I made the changes you recommended.
I will see how he get's on with this form, and if not to my liking ; ), will change back to the Coffeecup form, using your suggestions and will update this thread. Thank you for all your help and advice.

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.