Input and selection fields
You can integrate as many input and selection fields as you like in your HTML subscription form. (The only mandatory field should be the field for entering the email address.)
To ensure that the values entered by the recipient in the input and selection fields can be stored in Inxmail Professional, you must create the respective columns in the Inxmail Professional recipient table. The name defined in the HTML code within the <input> tag must exactly match the name of the recipient column in Inxmail Professional.
<label>Email*
<input type="text" name="email">
</label>
<label>Salutation
<select name="Salutation">
<option value="male">Mr</option>
<option value="female">Ms</option>
<option value="neutral">Divers</option>
</select>
</label>
<label>First name
<input type="text" name="First name">
</label>
<label>Last name
<input type="text" name="Last name">
</label>
Explanations of input and selection fields
|
Column name in Inxmail Professional |
Explanation |
---|---|---|
63 |
|
The column in which the email address is transferred or saved in Inxmail Professional is fixed. The name of this column is ‘email’. You cannot change this name. |
66 |
Salutation |
Option button with the options ‘Mr’ and ‘Ms’. The value ‘Mr’ or ‘Ms’ is stored in the Salutation field in Inxmail Professional. |
70 |
Salutation |
|
73 |
First name |
The values entered in the First name input field are stored in the First name column in Inxmail Professional. |
76 |
Surname |
The values entered in the Surname input field are stored in the Surname column in Inxmail Professional. |