Easy Forms

buzztouch plugin: Easy Forms
Version: v1.7
Provides an easy way to create forms in your apps, and works in both iOS and Android!
works on iOS iOS
works on Android Android
Developer Info
Latest Review
Pointerwva | 01/14/15 (v1.7)
good plugin but its bugged. when using the load function the app crashes on android. it happens with every build
Screenshots
More Information
Provides an easy way to create forms in your apps, and works in both iOS and Android!
Forms can be saved by the user for quick retrieval, and as many forms as you need
can be used in your app. Forms consist of labels and text fields, with spacing as needed.

A server that can handle PHP is required for this plugin to work. Buzztouch.com does not allow php files to be uploaded.

Version history
------------------------
1.0 - Initial Release (4/3/14)
1.1 - Minor wording change on control panel (4/4/14)
1.2 - Fixed bug on Control Panel where child item properties were missing a save option
1.3 - Deleted unnecessary Android xml file.
1.4 - Added a sample PHP script that will email the data from the form to a specified email address. You must have a server that can handle PHP to upload this file. (4/27/14)
1.5 - Changed name of custom ios alertview class so it doesn't conflict with other plugins that might use a similar class. (7/11/14)
1.6 - Bug fix on iOS related to alertview class not being found. (10/12/14)
1.7 - Bug fix on iOS (10/17/14)

iOS Project (3.0 projects only)
------------------------
[email protected]
CR_easyForms.m
CR_easyForms_CustomIOS7AlertView.m
CR_easyForm_cell.m
CR_easyForms.h
CR_easyForms_CustomIOS7AlertView.h
[email protected]
cr_open.png
cr_save.png
cr_submit.png
[email protected]
CR_easyForm_cell.h

Android Project (3.0 projects only)
------------------------
cr_easy_form_row.xml
cr_easy_form.xml
cr_easy_forms_save_dialog.xml
cr_easyforms.xml
cr_save.png
cr_open.png
cr_submit.png
cr_easyform_edittext.xml
CR_easyForms.java

JSON Data
------------------------
{"itemId":"easyForms","itemType":"CR_easyForms","backgroundColor":"#FFFFFF","showHeaderLabel":"1","headerText":"A Cool Form","titleFontSize":"8","childItems":[
{"itemId":"item1","itemType":"BT_menuItem","titleText":"First Person", "hideField":"1","titleFontSize":"18"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Name", "fieldName":"name1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Email", "fieldName":"email1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Password","isPassword":"1", "fieldName":"password1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"", "hideField":"1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Second Person", "hideField":"1","titleFontSize":"18","cellHeightIphone":"50"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Name", "fieldName":"name2"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Email"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Password","isPassword":"1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Name"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Email"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Password","isPassword":"1"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Name"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Email"},
{"itemId":"item1","itemType":"BT_menuItem","titleText":"Password","isPassword":"1"}
]}