You are here: Utilities > Web Forms > Referral Forms > New Referral Form

Utilities: Web Forms: Referral Forms: New Referral Form

 

 

Title

Enter a descriptive Title for your referral form. A title is required in order to save the referral form.

 

Description

Enter a relevant Description for your referral form. A description is required in order to save the referral form.

 

Applies To

Select the list, site, or server setting that this referral form Applies to; the level set here determines the access level required to edit the referral form. Server administrators can edit the server, site, and list referral forms. Site administrators can edit sites and lists, and list administrators only edit the lists accessible to them.

 

HTML

Enter the HTML for the referral form. If you are using a template to create the referral form, the HTML will automatically be inserted here when the template is selected. For more information on creating referral form templates, see Utilities: Web Forms: Web Form Templates: New Referral Form Template.

 

A standard example of HTML for a referral form is:

 

<html>
<head>
<title>Refer a Friend</title>
</head>

<body bgcolor="#FFFFFF" link="#0066FF" vlink="#0066FF" alink="#0066FF">

<center>

<FORM ACTION="/doinvite" METHOD="post">

<!-- leave the following hidden fields as-is -->
 

<INPUT TYPE="hidden" NAME="DetectCode" VALUE="$DetectCode">

<INPUT TYPE="hidden" NAME="DestUrlId" VALUE="$DestUrlId">

<INPUT TYPE="hidden" NAME="MemberID" VALUE="$MemberID">

<INPUT TYPE="hidden" NAME="DocID" VALUE="$DocID">

<INPUT TYPE="hidden" NAME="ReferralFormID" VALUE="$ReferralFormID">

<INPUT TYPE="hidden" NAME="MessageID" VALUE="$MessageID">

<INPUT TYPE="hidden" NAME="HashCode" VALUE="$HashCode">

<INPUT TYPE="hidden" NAME="ListName" VALUE="$ListName">

<!-- --------------------------------------- -->

 

<table border="0" bgcolor="#003366" cellpadding="5" cellspacing="5" width="550">

<tr>

<td>

 

<a target="home_page" href="http://www.lyris.com/products/listmanager/" title="Go to the Lyris ListManager home page"><img alt="Go to the ListManager home page" src="/img/english/button_listmanager_homepage.gif" align="left" border="0"></a>

 

</td>

</tr><tr>

<td bgcolor="#FFFFFF" align="center">

 

<table>

<tr>

<td></td>

<td colspan="2">

&nbsp;<br>

 

<font face="verdana, arial" size="-2">

<b>You can invite your friends to join this list by filling out the form below.<br>

We'll send them some information about the list and a sample issue!</b>

</font>

 

<br>&nbsp;<br>

</td>

<tr>

<td></td>

<td>

<font face="verdana, arial" size="-2">Your email:</font><br>

<input type="text" name="SenderEmailAddr" size="30" MAXLENGTH="100" VALUE="[mf_html::quoteFormValue $SenderEmailAddr]">

</td><td>

<font face="verdana, arial" size="-2">Your name:</font><br>

<input type="text" name="SenderFullName" size="30" MAXLENGTH="100" VALUE="[mf_html::quoteFormValue $SenderFullName]">

</td>

</tr><tr>

<td>&nbsp;</td>

</tr><tr>

<td></td>

<td><font face="verdana, arial" size="-2">Email:</font></td>

<td><font face="verdana, arial" size="-2">Name:</font></td>

</tr><tr>

<td align="right">

<font face="verdana, arial" size="-2">Friend #1</font>

</td>

 

<!-- You can add additional friends' address entries. All entries use the same name in the input tag. -->

 

<td><input type="text" name="FriendsEmailAddr" size="30" MAXLENGTH="100"></td>

<td><input type="text" name="FriendsFullName" size="30" MAXLENGTH="100"></td>

</tr><tr>

<td align="right">

<font face="verdana, arial" size="-2">Friend #2</font>

</td>

<td><input type="text" name="FriendsEmailAddr" size="30" MAXLENGTH="100"></td>

<td><input type="text" name="FriendsFullName" size="30" MAXLENGTH="100"></td>

</tr><tr>

<td align="right">

<font face="verdana, arial" size="-2">Friend #3</font>

</td>

<td><input type="text" name="FriendsEmailAddr" size="30" MAXLENGTH="100"></td>

<td><input type="text" name="FriendsFullName" size="30" MAXLENGTH="100"></td>

</tr><tr>

<td>&nbsp;</td>

</tr><tr>

<td></td>

<td colspan="2">

<font face="verdana, arial" size="-2">Message subject:</font><br>

<input type="text" name="SenderSubject" size="66" MAXLENGTH="200" VALUE="[mf_html::quoteFormValue $SenderSubject]">

</td>

</tr><tr>

<td>&nbsp;</td>

</tr><tr>

<td></td>

<td colspan="2">

<font face="verdana, arial" size="-2">Your message:</font><br>

<textarea name="SenderMessage" cols="50" rows="4">[mf_html::quoteFormValue $SenderMessage]</textarea>

</tr><tr>

<td></td>

<td colspan="2">

<font face="verdana, arial" size="-2">

<input type="checkbox" name="SendCopyToReferrer" VALUE="T"[if { $SendCopyToReferrer=="T"} { return " CHECKED" } else { return "" }]>Send me a copy of this message

</font>

</td>

</tr><tr>

<td>&nbsp;</td>

</tr><tr>

<td colspan="4" align="right">

<input type="image" border="0" name="Invite my friends" src="/img/english/button_invite_my_friends.gif"></td>

</tr>

</table>

 

</td>

</tr>

</table>

 

</form>

 

</center>

 

</body>

</html>

 

More

 

1. Utilities: Web Forms

2. Utilities: Web Forms: Referral Forms

1. Utilities: Web Forms: Referral Forms: New Referral Form

2. Utilities: Web Forms: Referral Forms: Referral Form From Template

3. Utilities: Web Forms: Referral Forms: Edit Referral Form