Created
June 15, 2012 18:41
-
-
Save farmerbradllc/2938096 to your computer and use it in GitHub Desktop.
Web Form Portlet Preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sendAsEmail = "false" | |
| fieldLabel4 = "Comments" | |
| emailFromAddress = "[email protected]" | |
| emailAddress = | |
| fieldOptional1 = "false" | |
| fieldValidationScript1 = | |
| successURL = | |
| emailFromName = "Test Test" | |
| description = "Your input is valuable to us. Please send us your suggestions. | |
| requireCaptcha = "false" | |
| fieldValidationErrorMessage2 = "" | |
| subject = "Suggestions" | |
| saveToFile = "false" | |
| fieldOptions3 = "Excellent,Good,Satisfactory,Poor" | |
| fieldType3 = "options" | |
| fieldType4 = "textarea | |
| fieldOptions2 = "option1, option2, option3" | |
| saveToDatabase = "true" | |
| title = "Suggestions" | |
| fieldLabel2 = "radio button" | |
| databaseTableName = "1_WAR_webformportlet_INSTANCE_12832_1" | |
| customCSSClassName |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "portletId": "1_WAR_webformportlet_INSTANCE_${groupId}", | |
| "portletPreferences": { | |
| "fieldType2": "radio", | |
| "fieldOptions2": "option1,option2,option3", | |
| "title" : "", | |
| "description" : "", | |
| "portletSetupCss": { | |
| "advancedData": { | |
| "customCSSClassName": "make-appointment" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment