Problem with form mobile within an iframe in Chrome and IE

Problem with form mobile within an iframe in Chrome and IE


Hello

When I try to open a form-mobile within an iframe I can see just the title. None of the fields are published.
I happens in both, Crome and IE.
In Firefox, however, it works OK.

this is my page's code

<html>

<body>

<iframe id='formulario_reservas' name='formulario_reservas' height='900px' width='100%'  frameborder='0' allowTransparency='true' scrolling='no' src= https://creator.zoho.com/calterras/reservas-usategui/form-mobile/solicitar_reserva/></iframe>

</html>

you can try in this link

http://ziaboga.com/usategui14/pzm.html


In IE I get this error :

Detalles de error de página web

Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Fecha: Wed, 29 Oct 2014 17:03:29 UTC


Mensaje: Se requiere un objeto
Línea: 4
Carácter: 154112
Código: 0
URI: https://js.zohostatic.com/creator/ZOHOCREATOR_REVIEWED_Oct_20_2014//js//zcformpermaie.js

and in Chrome

Uncaught type error: cannot read property 'style' of null https://zohostatic.com/creator/ZOHOCREATOR_REVIEWED_Oct_20_2014//js// zcformperma.js : 4

Any help ?