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
          Adding a New External 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
    Sending a SMS Message
    The Sending Queue
    Sending Reports
       Overview
          Deliverability
          Unsubscribed Recipients
          Clicks
          Emails sent by month
          Recipients Statistics
       Message list
          Review a message
          Review sending process
          Report comparison
          Link follow-up
       Recipients Statistics
       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
       Social 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

Advanced Options in the Website Registration Form

It is possible to insert complex fields to your website registration form.

Note: This chapter requires some basic knowledge in HTML.

You can insert two types of fields to the form:
1. Fields that are part of the recipients details
2. Fields that will be sent by mail to account owner, but are not part of the recipient's details.

Fields that are part of the recipients details
Generally, all the fields will be part of the registration form, in the following form:
<input type="text" name="field1">
The 'name' tag is who the system knows which field to insert the details to.

Fields that will be sent by mail to account owner
It is possible to add additional fields to your form, that will be sent by mail to the account owner (This email address is set when creating the form: 'email address to send notifications about new subscribers'). Every form is created automatically with 15 text fields of this type.
The code line in the HTML looks as following:
<input type="text" name="free_text5" size=50>
The name of this free field should always be "free_text" with a number in the range 1-15, like in the example above.

Both those fields types are text fields. You can customize the fields types as described below:

 

  
HelpConsole 2007 - Professional

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