Dynamic Fields
Dynamic content appears in CRM3® within the Feedback gadget in the Contact view. Input must be named after their type, followed by an underscore, and then a descriptive name with words separated by underscores. Examples of supported inputs are as follow.
Name |
Result |
checkbox_Will_Travel |
Will Travel followed by true or false |
radio_Budget_Range |
Budget Range followed be input value |
select_Square_Footage |
Square Footage followed by the selected value |
text_Hotel |
Hotel followed by input text |
textarea_Comments |
Comments followed by input text |
N.B. The field names are case-sensitive. TEXT_Comments will NOT be recognized.
Everything after the first underscore will appear in CRM3® with underscores parsed into spaces - followed by the submitted value.