This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
IOS app and PhoneGap
Started 11 years ago by bmike | 3 posts |
-
I'd like to insert a form create with MachForm in a contact page that will be processed with PhoneGap for create an App (for iOS, Android, RIM, etc.)... is it possible? the Apple App Store policy allow to include javascript code allocated in a remote server?
Thanks
Posted 11 years ago # -
For "allocated in a remote server" I mean the full url in your javascript code:
<backticks>
<script type="text/javascript">
var __machform_url = 'http://www.mydomain.com/forms/embed.php?id=22222';
var __machform_height = 972;
</script>
</script>
<div id="mf_placeholder"></div>
<script type="text/javascript" src="http://www.mydomain.com/forms/js/jquery.min.js"></script>
<script type="text/javascript" src="http://www.mydomain.com/forms/js/jquery.ba-postmessage.min.js"></script>
<script type="text/javascript" src="http://www.mydomain.com/forms/js/machform_loader.js"></script>
</backticks>Posted 11 years ago # -
Unfortunately, we don't familiar with the way PhoneGap works, so I'm not sure regarding this. You might want to try asking into PhoneGap community directly?
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.