Form not displaying on an app
Form not displaying on an app I'm creating with an app builder.
Added HTML form code to a page in an app builder, won't display, just locks up.
App support says I need a delay code snippet? before Web Form Builder code to keep it from trying to load before the page loads. As I have searched W3schools, etc, trying all different code lines to no avail, any ideas?
I asked this Q in my CC support room relaying the app companies answer that "Apps do not include server support for PHP" which CC uses.
Is there any code workaround or "delay snippet" I can use so it will load on an app?
Thank you,
Cat
Added HTML form code to a page in an app builder, won't display, just locks up.
App support says I need a delay code snippet? before Web Form Builder code to keep it from trying to load before the page loads. As I have searched W3schools, etc, trying all different code lines to no avail, any ideas?
I asked this Q in my CC support room relaying the app companies answer that "Apps do not include server support for PHP" which CC uses.
Is there any code workaround or "delay snippet" I can use so it will load on an app?
Thank you,
Cat
Form not displaying on an app I'm creating with an app builder
What app?
Added HTML form code to a page in an app builder, won't display, just locks up
What is app builder?
App support says I need a delay code snippet?
We never said anything bout "delay'. We mentioned you needed PHP for the form to "display".
As I have searched W3schools, etc, trying all different code lines to no avail, any ideas?
What exactly are you searching for?
I asked this Q in my CC support room relaying the app companies answer that "Apps do not include server support for PHP" which CC uses.
Form Builder does use PHP.
Is there any code workaround or "delay snippet" I can use so it will load on an app?
What do you mean by "delay snippet"?
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.
What exactly do you mean on an app?
Is this being used in an html or php page?
Is this being used in an html or php page?
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
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
See if this will work.
Adjust the mydomainname and myformname to your needs. Also adjust the height to your form.
You can see it working here.
http://ericrohloff.com/coffeecup/ccforum/delay-content/
Adjust the mydomainname and myformname to your needs. Also adjust the height to your form.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(window).load(function() {
$('div[content-delay]').prepend(function(index){
var formcode = $(this).attr('content-delay')
return '<iframe height="878" style="border:none; background:transparent; overflow:hidden; width:100%;" id="fb_iframe" src="http://mydomain.com/myformname/myformname/' + formcode + '"></iframe>'
})
})</script>
<div content-delay="myformname.html"></div>
<script>
$(window).load(function() {
$('div[content-delay]').prepend(function(index){
var formcode = $(this).attr('content-delay')
return '<iframe height="878" style="border:none; background:transparent; overflow:hidden; width:100%;" id="fb_iframe" src="http://mydomain.com/myformname/myformname/' + formcode + '"></iframe>'
})
})</script>
<div content-delay="myformname.html"></div>
You can see it working here.
http://ericrohloff.com/coffeecup/ccforum/delay-content/
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
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
Hi Scott,
Due to confidential info I have replied in My Support room.
Thank you
Due to confidential info I have replied in My Support room.
Thank you
Hi Eric,
I will try this also.
Thank you!
I will try this also.

Thank you!
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.