Page 1 of 1

Integrating Wufoo

Posted: Tue Nov 27, 2007 3:10 am
by aimon
Hey All,

I have an instance of CMS Made Simple "Samoa" set up and am having some troubles including iframes in HTML code. I am trying to insert a form from wufoo.com in order to collect responses into a database. Whenever i try to insert this code:

Code: Select all

<__iframe height="2788" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://jdrf.wufoo.com/embed/islet-transplant-questionnaire/" title="HTML Form"><a href="http://jdrf.wufoo.com/forms/islet-transplant-questionnaire/" title="Islet Transplant Questionnaire">Fill out my Wufoo form!</a></__iframe>
<small><a href="http://wufoo.com/">Powered by Wufoo</a></small>
I get this error
Forbidden
You don't have permission to access /admin/addcontent.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I try adding a page without iframes and it works fine. Can anyone help me understand how i can get this code integrated into a page?

Thanks

Aimon

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 3:52 am
by calguy1000
I'm sure if you did a google search on 'You don't have permission to access' and 'on this server', you'd probably get a couple of hours worth of reading.  I'll bet that atleast one of those pages would tell you what the problem is.

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 7:47 am
by cyberman
Cant replicate your problem - embeding works for me.

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 9:42 pm
by aimon
thanks for trying this out.

maybe the problem is with iframes in my server then.

I will give that a try but i don't think it will work.

Thanks

Simon

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 10:18 pm
by cyberman
Please make a look at my playground

http://cmsms.cm.funpic.de/index.php?page=embed

Have insert your content with CMSms {embed} tag ...

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 10:29 pm
by aimon
Hey Mate,

Thanks for your help.

I have tried using the embed tag "{embed url=http://jdrf.wufoo.com/embed/islet-trans ... tionnaire/}"

as stipulated on the "Tags" page but it does not show anything. Is this coded incorrectly?

Regards

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 10:33 pm
by cyberman
Hmm, have done the same - try to add in head area {embed header=true}. And check page html source!

Re: Integrating Wufoo

Posted: Tue Nov 27, 2007 10:36 pm
by aimon
Amazing work.

I thought the header code was only applicable if i wanted to resize the iframe but it's integral to the whole operation.

You have made my day so thank you very much for your time  :)

Re: Integrating Wufoo

Posted: Wed Nov 28, 2007 7:22 am
by cyberman
aimon wrote: I thought the header code was only applicable if i wanted to resize the iframe but it's integral to the whole operation.
Yea but since a short time {embed} works only with header code - dont know why.