Author Topic: Lost Default HTML  (Read 1440 times)

jswilko

  • Posts: 9
    • View Profile
Lost Default HTML
« on: November 24, 2005, 11:25:06 am »
Hi

I have just figured out how to use the Custom HTML but in the process i have lost a couple of the default html pages, I would like to put them back to the original state incase I need them later.

The ones I need HTML for are:-

Signup Confirm
Signup Success
Signup Error

Can I do something to make them come back or is there a page where I can copy and paste them back in from

Thanks
John

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Lost Default HTML
« Reply #1 on: November 24, 2005, 11:58:56 pm »
I was just thinking about this yesterday when I noticed a client I was working with had lost his default HTML.  I am going to implement a feature that will allow you to restore the default "Default HTML".

For the meantime, here are the pages:

Subscribe Confirm:
Code: [Select]
<html>
<head>
<title>Confirmation Page</title>
</head>
<body bgcolor=white>
!fname !lname,<br><br>
Before we add you to our database, we must verify your email address.  Please check your email for the confirmation message and click the link provided to finalize your subscription.<br>
</body>
</html>


Subscribe Success:
Code: [Select]
<html>
<head>
<title>Welcome to the list!</title>
</head>
<body bgcolor=white>
Thanks for signing up, !fname.<br>
Your email address <u>!email</u> will be kept safe!<br><br>
You will receive an introductory email in a moment.<br>
</body>
</html>


Subscribe Error:
Code: [Select]
<html>
<head>
<title>Signup Error</title>
</head>
<body bgcolor=white>
There were errors with your subscription to our mailing list.<br><br>
The error messages are as follows:<br>
!data<br>
Please press the back button on your browser and re-enter your information.<br>
</body>
</html>


Remove Confirm:
Code: [Select]
<html>
<head>
<title>Remove Confirmation Page</title>
<style type=text/css rel=stylesheet> <!--
.confirm_button: { border: 1px solid #000000; font: 10pt arial; }
--> </style>

</head>
<body bgcolor=white>
!fname !lname,<br><br>
Your name was successfully retrieved from our database.  We apologize if our mailings were an inconvenience to you and hope you are able to find what you were looking for in the near future.  Please confirm that you would like your email address (!email) removed from our mailing list by clicking the button below.<br>
!button
</body>
</html>


Remove Success:
Code: [Select]
<html>
<head>
<title>Removal Success Page</title>
<body bgcolor=white>
!fname !lname,<br><br>
Your email address (!email) was successfully removed from our database.  Be assured you will never receive any more email from this list server.  We're sorry you decided to leave and wish you the best in the future!<br><br>
Management<br>
</body>
</html>


Remove Error:
Code: [Select]
<html>
<head>
<title>Remove Error</title>
</head>
<body bgcolor=white>
There were errors removing you from our mailing list(s):<br><br>!data
</body>
</html>


Regards!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Lost Default HTML
« Reply #2 on: March 28, 2006, 12:03:19 pm »
This is no longer an issue in v1.86
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting