Contents
 Welcome
    Support
 Start Working
    System Login
    Home Page
 Groups and Recipients
    Creating a New Group
    Adding Recipients
       Import from File
          The Import Queue
          Import Report
       Import from Outlook
       Website Registration Form
       Manual Addition of Recipients
    Recipients Management
       Recipient Page
       Recipient's Fields Setting
       Removing Recipients from Mailing List
    Groups Management
       Groups Segmentation
          External Groups Segmentation
       Test Groups
       External Groups
          Setting a New Group
          Fields Mapping for External Group
 Creating a New Message
    Creating a New Message from Template
    Creating a New Message from Existing Message
    Creating a New Message from File
    Editing a Message In The Content Editor
 Sending a Message
    The Sending Queue
    Sending Reports
       Links Follow-Up
       Reports Comparison
       External Groups Reports
 Advanced Options & Appendixes
    Content Editor Toolbar
       Adding Link to File
       Using Target Pages
       Adding an Image
       Adding an Outlook Remider Object
       Adding a Form
       Using Personalized Links
    Advanced Options in the Website Registration Form
       Checkbox
       Radio Button
       Combo box
       Text area
    Advanced Mailing Options
       Follow-Up Messages
       Advanced Sending Settings
       Dynamic Content
    API's
    Blocked Domains
    Changing Password
 FAQ
    Logging in issues
    Groups management issues
       Import issues
       Unsubscribed recipients issues
    Mailing issues
       Content editor issues
       Sending issues
       Sending reports issues
  
Index

Home > Advanced Options & Appendixes > Advanced Options in the Website Registration Form > Checkbox

Checkbox

We'd like to use a checkbox when we want to give the recipient the possibility to check few options.
For example, if you have a field like "Which pets do you have?" you can give him few options to choose from.

In order to do that, we have to change the original line of this field (assuming it was, for example, field number 5):

<input type="text" name="field5">

To the following lines, that represent the options you want to show him:

<input type="checkbox" name="field5" value="Cat">
<input type="checkbox" name="field5" value="Dog">
<input type="checkbox" name="field5" value="Birds">

The example above will display three checkbox, each one with another option. Since this is a checkbox field, the value tag will contain the value we'd like to see in the recipients details. Please make sure that the value is in inverted commas, like in the example. 

It is very important to make sure that the name tag contains the name of the field we'd like to put the values in (in the example: field5 is a field from our account. It could also be a free field (only sent by email to account owner), in that case we should have name it free_text1, like explained in the previous page.

Please note that in case the recipient will choose more than one option, the chosen values will be separated by commas in his recipient's details.

See also

  
HelpConsole 2007 - Professional

Copyright © 2004 - 2007 Extreme Ease Software Inc. All Rights Reserved.