Problem posting form on wordpress...

User 457589 Photo


Registered User
133 posts

I am having a problem posting my form on a wordpress site. When I place the code for the form into the site post and look at the page, I see a message that the page cannot be found. However, when I delete the code I see the page. I cannot figure out what I am doing wrong. Maybe I've been looking at this too long? Any help is appreciated :)

jojototherescue.com

The page is Request a Quote

Thank you!
User 187934 Photo


Senior Advisor
20,271 posts

You must have figured it out because I see a 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 457589 Photo


Registered User
133 posts

Eric,

Thanks for the reply. I did not get the cc form figured out. I ended up using a wordpress plugin form builder, but I would much rather use cc. I am hoping to change the wp form to one created by cc form builder.
I followed the instructions I found on the cc website to add the form to a wp page, but I could not get it to work. If you have any ideas, I would love to hear them. :)
User 103173 Photo


VP of Software Development
0 posts

What you need to do there is add a / in front of all SRC=" references. That will fix it. This is also listed on the KB article here at http://www.coffeecup.com/help/articles/ … ress-blog/ at the bottom "Hacking the markup".
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 457589 Photo


Registered User
133 posts

I'm still not having any luck with getting the form to show up after making the changes.
User 187934 Photo


Senior Advisor
20,271 posts

I see it.
http://jojototherescue.com/
Try ctrl + f5
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 457589 Photo


Registered User
133 posts

I have the form on

http://jojototherescue.com/quote/

I'm still unable to see the form on that page.
User 103173 Photo


VP of Software Development
0 posts

Amy Bills wrote:
I have the form on

http://jojototherescue.com/quote/

I'm still unable to see the form on that page.

You messed up the markup when you added a /.

<iframe width="100%" height="2094" style="border:none; background:transparent; overflow:hidden;"<br />
id="fb_iframe" src=/"/sitting/sitting.html"><br />
&lt;a href=/"/sitting.php" title="sitting"&gt;Check out my CoffeeCup Form&lt;/a&gt;<br />
</iframe>

Should be:

<iframe width="100%" height="2094" style="border:none; background:transparent; overflow:hidden;"<br />
id="fb_iframe" src="/sitting/sitting.html"><br />
&lt;a href="/sitting.php" title="sitting"&gt;Check out my CoffeeCup Form&lt;/a&gt;<br />
</iframe>

The form is here:

http://jojototherescue.com/sitting/sitting.html
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 457589 Photo


Registered User
133 posts

Scott & Eric,

Thank you! Thank you! It is working now. I appreciate your time and help so much! This is one of the reasons Coffeecup is so great to work with - awesome support.

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.