ContactForm_Configuration_Element Class
Single element to appear within the Contact Us form's main section
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("ContactFormConfigElement")]
[DataContractAttribute]
public class ContactForm_Configuration_Element |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| AlwaysShow | If this is mapped from a user attribute, this flag indicates whether it should be shown, even
if the user is logged on |
| CssClass | CSS class to apply for this HTML element |
| Element_Type | Type of the element to display with the Contact Us form |
| Name | Name of the element, which is also the name that appears in the output email |
| Options | Options from which the user can select ( for radio, checkboxes, and select ) |
| QueryText | Text to display before the options for the user to enter answers or select options |
| Required | Flag indicates if this field requires a value |
| UserAttribute | If this element could be either skipped or be auto-populated for logged on users, this indicates which
field would replace thie field |
See Also