|
|
MultiPage Attachment Mailer List of Categories
Multi Page FormMailer - Formmail Manager supporting multiple page forms, multiple forms, and file attachments
- What rights does the Subordinate Administrator have and how do I log in as the Subordinate?
- Can a User select a recipient from a list to direct Admin notifications to?
- I'm receiving error when trying to Export submissions
-
What rights does the Subordinate Administrator have and how do I log in as the Subordinate?
When you set up Attachment Mailer Plus, a Subordinate Administrator was automatically created with the following log in details:
Username: 222222
Password: 222222
If you're already logged in, click the "Log out" link in the Admin Control Panel and log back in using 222222/222222
The subordinate Administrator cannot :
Delete any Form's submissions
Edit any Form's submissions
Delete any forms
Cannot send any mail using the internal mail program
Cannot create, edit or view the Multi-Page Form Manager
Cannot view or edit any Form's Settings nor the Default Settings
-
Can a User select a recipient from a list to direct Admin notifications to?
Yes, by adding a field named "toemail" to your forms, the User can override the Admin email Setting defined in the Form's Settings. For example :
<input type="Text" name="toemail" value="mark@yourserver.com,lisa@yourserver.com">
Multiple email addresses can be separated by commas. Additionally, correlative names can be assigned for each email address by using a field named "toname".
<input type="Text" name="toname" value="Mark Thompson, Lisa Williams">
Both of these fields can also be defined as drop down select menus, or radio buttons allowing Users to select from multiple recipients. For example :
<select name="toemail">
<option value="mark@yourserver.com">Mark
<option value="lisa@yourserver.com">Lisa
</select>
-
I'm receiving error when trying to Export submissions
Open up your copy of mam_key.cgi and edit the following found on line 34 :
$ExportURL = "http://www.YOURSERVERNAME.com/psjs_datalogs/mam$FolderPass/data";
Enter your actual domain name in place of "YOURDOMAINNAME". Then upload the script to your server so that it overwrites your current copy.
|
|
|