email

Email Form Field

Ensures a valid email address is entered

<cfproperty 
    ftSeq="2" 
    ftFieldset="" 
    name="emailfrom" 
    type="string" 
    default="" 
    hint="The email of the person leaving feedback" 
    ftLabel="From" 
    ftType="email" 
    ftValidation="required"
/>