Ring's Join Form HTML Code
If you want to have the join form on your webring's homepage, you will
have to copy and paste some html into your web page's source code.
To get the html, just copy the html code provided beneath the form.
You have to update the ringid line toward the bottom of the code.
Where it says YourRingID, you need to replace it with your webring's id.
This is what it will look like on your page:
|
Yes! I would like to join
the YOUR RING'S NAME,
and this is my Information:
Warning for Ringmasters: If you hard code these forms on your home or join pages, they may not work properly when the system manager upgrades to the latest version of the Ringlink program. So, when notified of a system upgrade, it is best to test all your hard coded forms (Ringlink recommends that you link to these forms within the system, and do not hard code them on your join or home pages).
Above Form's HTML code:
<form method="post" action="http://www.petscorner.org/cgi-bin/ringlink/newsite.pl"> <table align="center"> <tr> <td align="left" colspan="2">Site title<br /> <input type="text" size="50" maxlength="50" class="inputring" name="sitetitle" value="" /></td> </tr> <tr> <td colspan="2" align="left">Description(max 350 characters)<br /> <textarea name="sitedesc" class="inputring" rows="4" cols="46"></textarea></td> </tr> <tr> <td colspan="2" align="left">Keywords(optional; max 150 characters)<br /> <textarea name="keywords" class="inputring" rows="2" cols="46"></textarea></td> </tr> <tr> <td colspan="2" align="left">Site entry URL<br /> <input type="text" size="50" class="inputring" name="entryURL" value="http://" /></td> </tr> <tr> <td colspan="2" align="left">HTML code URL(leave blank if same as entry URL)<br /> <input type="text" size="50" class="inputring" name="codeURL" value="http://" /></td> </tr> <tr> <td align="left">Site ID(letters and/or digits)<br /> <input type="text" size="22" maxlength="15" class="inputring" name="siteid" value="" /></td> <td align="left">Password<br /> <input type="text" size="21" maxlength="15" class="inputring" name="sitepw" value="" /></td> </tr> <tr> <td colspan="2" align="left">Name(name of the new site's webmaster)<br /> <input type="text" size="50" maxlength="50" class="inputring" name="wmname" value="" /></td> </tr> <tr> <td colspan="2" align="left">Email(email address of the new site's webmaster)<br /> <input type="text" size="50" class="inputring" name="wmemail" value="" /></td></tr></table>
<input type="hidden" name="ringid" value="YourRingID" />
<input type="hidden" name="pw" value="" />
<input type="hidden" name="routine" value="New site" />
<input type="submit" name="submit" style="background:#ffffff; font-size: 13pt; color:#006600; cursor:pointer" value="Submit" /> <input type="reset" value="Reset" style="background:#ffffff; font-size: 13pt; color:#ff0000; cursor:pointer" /></form>
|
|
| |