There are 4 steps to setting up the Co-Registration Manager.
Step 1:
You will be given a text box, where you must enter the number of newsletters for which you wish to accept co-registration, and submit the form.
Step 2:
On this screen, enter the newsletter name, the subscription email address (email address to which an email "from" your visitor will be sent), and a newsletter description for each newsletter, and submit the form.
Step 3:
This screen will show you what the final co-registration form will look like on your web site, based on your input (in Step 2).
To create a similar page on your site, do a view-source on this final page where you see the form, and then copy-and-paste the entire code into a new page on your web site (say coregistration.html).
To get just the HTML code for the Co-Registration form to insert into an existing page on your web site, then be sure to remove the unwanted <HTML> </HTML> and the <BODY> </BODY> and <HEAD> </HEAD> tags from the code.
The code that you can remove looks like this:
<html>
<head>
<title>Co-Registration Manager</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
ACTUAL HTML CODE FOR FORM - DON'T REMOVE THIS
</body>
</html>
From the final source, you can remove the code that is shown highlighted above if you want just the co-registration HTML code.
Step 4:
Upload the file you received when you purchased the Co-Registration Manager script (coregSubmit.php) to the same folder as the page on which the co-registration form has been inserted.
NOTE: Don't forget to do the following:
That's it - you're done!
Now click here to get started.
|