Not another link exchange script, but I'd like to use my own form system.
I see it now, in the link page template, I'll just change the stuff below to point to my own form script and validation, no prob.
Many thanks
<form action="http://www.link-assistant.com/submit/process_requests.php" method="post" name="submit_form" onsubmit="return submitForm()">
<input type="hidden" name="your_name" value="<[YOUR_CONTACT_NAME/]>">
<input type="hidden" name="return_email" value="<[YOUR_EMAIL encode="true"/]>">
<input type="hidden" name="your_site_url" value="<[YOUR_SITE_DOMAIN/]>">
<input type="hidden" name="redirect_url" value="<[FIRST_LINK_PAGE fullPath="true"/]>">
<table align="center" border="0" cellspacing="10" cellpadding="0">
<tr>
<td align="right"><b>Category:</b></td>
<td>
<select name="category" id="category" tabindex="1" style="width:350px">
<[ROOT_CATEGORY]>
<[FOR_EACH_CATEGORY]><option value="<[FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>/<[/FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>"><[FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>/<[/FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]></option>
<[/FOR_EACH_CATEGORY]><option value="New category">New Category (use comments to suggest)</option>
<[/ROOT_CATEGORY]>
</select>
</td>
</tr>
<tr>
<td align="right"><b>Site URL:</b></td>
<td><input name="site_url" type="text" size="50" tabindex="2" style="width:350px"></td>
</tr>
<tr>
<td align="right"><b>Site Name:</b></td>
<td><input name="anchor_text" type="text" size="50" tabindex="3" style="width:350px"></td>
</tr>
<tr>
<td align="right"><b>Description:</b></td>
<td><textarea name="description" cols="39" rows="4" tabindex="4" style="width:350px"></textarea></td>
</tr>
<tr>
<td align="right"><b>Reciprocal Link URL:</b></td>
<td><input name="reciprocal_url" type="text" size="50" tabindex="5" style="width:350px"></td>
</tr>
<tr>
<td align="right"><b>Contact Name:</b></td>
<td><input name="contact_name" type="text" size="50" tabindex="6" style="width:350px"></td>
</tr>
<tr>
<td align="right"><b>Contact Email:</b></td>
<td><input name="contact_email" type="text" size="50" tabindex="7" style="width:350px"></td>
</tr>
<tr>
<td align="right">Comments:</td>
<td><textarea name="comments" cols="39" rows="2" tabindex="8" style="width:350px"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input name="submitBtn" type="submit" value="Submit" tabindex="9"></td>
</tr>
</table>
</form>