Webform Generator

buzztouch plugin: Webform Generator
Version: v3.4
The Webform Generator plugin allows you to create customized webforms natively in your app. Forms can be connected to a .php file stored on your webserver.
works on iOS iOS
Developer Info
Latest Review
Screenshots
More Information
The Webform Generator plugin allows you to create customized webforms natively in your app. Forms can be connected to a .php file stored on your webserver, and sent off using a submit button.

There are many options included in this plugin, some of which are for more advanced uses. You can add images, text (in paragraph form even!), text fields, segment controls, on/off switches, sliders, and hidden fields for sending non-editable/private data.

Each element has its own customization option, such as default values, size and alignment of the object, keyboard types, etc.

---------------------------------------------------------------------------
IMPORTANT NOTE:
THIS PLUGIN IS FOR IOS ONLY, AND ONLY ON THE 3.0
BUZZTOUCH CORE. IT WILL NOT WORK ON OLDER BUZZTOUCH
PROJECTS OR ON ANDROID PROJECTS.
SUPPORT MAY COME AT A LATER TIME FOR THAT.

---------------------------------------------------------------------------


INSTALLATION
------------------
This plugin requires a php script to handle the data sent from the form. When you add a Webform Generator screen to your app, you will need to set the location (URL) of the script in your control panel.

Version History
------------------------
3.4 - (3/9/14) Fixed issue where iOS was crashing due to shouldAutoRotate error
3.3 - Fixed issue with self-hosted installs where updates weren't happening
3.2 - Included a sample php script for emailing results somewhere.
3.1 - Bug fix for showing child item properties on self-hosted installs.
3.0 - Initial public release

iOS Project
------------------------
The files you need for this plugin are automatically included in the project
package you download from the Download Source Code screen in your control panel.
These files are listed below:

CR_Webform_generator.h CR_Webform_generator.m


Android Project
------------------------
This plugin is iOS only for now.

JSON Data
------------------------
{"itemId":"41FFAE9FFD8C2019DAECE79", "itemType":"CR_Webform_generator", "itemNickname":"webform3", "itemId":"41FFAE9FFD8C2019DAECE79", "itemType":"CR_Webform_generator", "itemNickname":"webform3", "navBarTitleText":"webform", "theURL":"http://www.website.com/sampleWebformScript.php", "submitButtonName":"Submit",
"childItems":[{"itemId":"DA5AA9E37E72BBADFF415CD", "itemType":"BT_menuItem", "fieldName":"name", "fieldType":"textField", "fieldX":"50", "fieldXLg":"50", "fieldY":"50", "fieldYLg":"50", "fieldWidth":"200", "fieldWidthLg":"300", "fieldHeight":"35", "fieldHeightLg":"50", "shouldSave":"YES", "keyboardType":"decimal", "placeholder":"your name"}