Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Mar 18, 2015
1 parent 1cfbfbb commit c083c73
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,21 @@ By default, the fields property is an empty array. When an empty array, all fiel

Default Fields property

"fields": [],
"fields": {},

Modified fields property

fields:[{
fields:{
"GeoForm_Sample_3731": [{
"name": "email", // field ID
"alias": "Email", // label
"fieldDescription": "Let us contact you.", // help text
"visible": true, // show this field?
"typeField": false, // subtype field?
"tooltip": "[email protected]", // placeholder text
"displayType": "email" // text, checkbox, radio, textarea, url, email
}]
}]
}

#### Configuring Application Details

Expand Down Expand Up @@ -157,8 +159,20 @@ If you'd like the map to be reset after each submission, set this option to true

Use this text option to tell users what kind of file to attach.

"attachmentLabel": "Cat Image",
"attachmentHelpText": "Select a cat photo!",
"attachmentInfo": {
"GeoForm_Sample_3731": {
"enableAttachments": false,
"attachmentIsRequired": false,
"attachmentLabel": "",
"attachmentHelpText": ""
},
"Test_secured_geoform_9625": {
"enableAttachments": true,
"attachmentIsRequired": false,
"attachmentLabel": "",
"attachmentHelpText": ""
}
}

#### Use Small Header

Expand Down

0 comments on commit c083c73

Please sign in to comment.