|
|
|
|
|
All times are GMT
|
|
|
customize link submission form
|
Fri Apr 25, 2008 3:11 pm
|
|
scanreg
Joined: 23 Oct 2006
Posts: 92
|
When creating the link pages, there is the option to add a link submission form to all the link pages.
Is there a way to customize this link submission form?
I'd like to add my own form system
Many thanks
|
|
|
|
Re: customize link submission form
|
Fri Apr 25, 2008 3:51 pm
|
|
LinkAssistant
Site Admin
Joined: 26 Sep 2005
Posts: 824
|
| scanreg wrote: |
|
I'd like to add my own form system
|
Do you want to use another link exchange script on your links pages?
(I think you can try doing this, but I must warn you that LinkAssistant won't be able to parse link partners' data coming through that link submission form, and you'll simply be getting emails (without the ability to add them in just one click). Anyway, I'm afraid I need more info to be able to answer your question... Could you give me more info -- what script, on what pages, why do you want this, what benefits do you expect, etc... - the more info, the better -- otherwise the question seems to be too wide) _________________ Search Engine Optimization Software
|
|
|
|
|
Fri Apr 25, 2008 4:22 pm
|
|
scanreg
Joined: 23 Oct 2006
Posts: 92
|
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>
|
|
|
|
|
Mon Apr 28, 2008 12:44 pm
|
|
LinkAssistant
Site Admin
Joined: 26 Sep 2005
Posts: 824
|
| scanreg wrote: |
|
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.
|
Yeap, I think this should work.
Let me know if you have any problems with this...  _________________ Search Engine Optimization Software
|
|
|
|
|
|
|
Back To Top
|
|
|