mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Configuration >> ContactForm_Configuration_Element_Type_Enum

ContactForm_Configuration_Element_Type_Enum Enumeration



Enumeration defines the different type of elements that can be included in the custom 'Contact Us' forms


Namespace: SobekCM.Core.Configuration
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public enum ContactForm_Configuration_Element_Type_Enum

Members

Member nameValueDescription
CheckBoxSet0 Either a single check box, or a set of checkboxes (where multipe selections can be checked)
Email1 Special textbox field includes email regex checking for valid input
ExplanationText2 Simple pararaph or line of text to explain something or inform the user filling out the 'Contact Us' form
HiddenValue3 Hidden value is included in the form (and subsequent email) but is not made available for editing by the user
RadioSet4 A set of radio buttons ( where only a single value can be selected )
SelectBox5 Drop-down selection box allows the user to select a value from a drop down list
Subject6 Special textbox field is mapped to the subject line of the resulting email
TextArea7 Area for a user to enter a large amount of text, or the main text for the body of the contact us email
TextBox8 Text box allows users to enter a free text answer to a simple query

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )