Name | Value |
---|---|
base | This is the base path (including slash) to your responder root setup. Required. |
campaign | The campaign ID as detailed on the main campaigns page. Required. |
tmp | The location of the form template, relative to the 'base' path. Defaults to 'content/signup-form.html' if omitted. |
remote | If code is being added on a different domain, this MUST be set to yes to invoke the cross domain proxy. Defaults to no. Important: If this is set, you MUST NOT have code in an existing .htaccess file blocking cross site scripting, this will always kill the remote code. |
style | The location of the form stylesheet, relative to the 'base' path. Defaults to 'content/css/signup.css' if omitted. |
processor | Name of processing file in responder root. The default is 'signup.php'. If you wish to rename it, also set the new name in the 'control/options.php' file (SUBSCRIBE_PROCESSOR). |
text | Text which appears at the top of the default form template. Defaults to 'Join My Newsletter' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
place_text1 | Placeholder text for first name input box in the default form template. Defaults to 'Enter first name..' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
place_text3 (Added in v1.4) |
Placeholder text for last name input box in the default form template. Defaults to 'Enter last name..' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
place_text2 | Placeholder text for email input box in the default form template. Defaults to 'Enter email address..' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
bt_text | Text which appears on button in default form template. Defaults to 'Signup' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
bt_text_wait | Text which appears on button after submission in default form template. Defaults to 'Please wait..' if omitted. If you are using a custom template, this may have no affect. IMPORTANT: Apostrophes MUST be escaped, eg: 'xx\'xx' |
focus_nm | Do you want the name field to have focus on page load? Yes or No, defaults to No. |
show_fa_icons | Do you want the show the font awesome icons for messages? Yes or No, defaults to Yes. |