Hi
I have a simple Check Domain Form which directs to another Site to check availability. Form works but I would like to receive Email when Form is used.
I have 2 Scenarios which do or do not work:
Form Submits but Domain Name ALWAYS SHOWS NOT AVAILABLE on remote Site if I enter FORM ACTION: into TAB 'FORM URL'S' 'Submit URL: the form "action" URL' where it says though - don't put anything here unless you know what you are doing Email of the Form comes to me.
IF I enter the Form Action into the Box above that called 'Redirect URL' the form submits as well and Domain names show as available (if they are) but mail does not come to me
Any Ideas how to do this?
Here is the original Form Code:
Edited for clarity<br><br>Post edited by: GreyHead, at: 2008/04/21 01:04
I have a simple Check Domain Form which directs to another Site to check availability. Form works but I would like to receive Email when Form is used.
I have 2 Scenarios which do or do not work:
Form Submits but Domain Name ALWAYS SHOWS NOT AVAILABLE on remote Site if I enter FORM ACTION: into TAB 'FORM URL'S' 'Submit URL: the form "action" URL' where it says though - don't put anything here unless you know what you are doing Email of the Form comes to me.
IF I enter the Form Action into the Box above that called 'Redirect URL' the form submits as well and Domain names show as available (if they are) but mail does not come to me
Any Ideas how to do this?
Here is the original Form Code:
<FORM ACTION="http://www.checkdomain.co.za/whois.asp" METHOD="post">
<CENTER>
Check this domain:
<INPUT TYPE="TEXT" NAME="Domain" SIZE="15">
<SELECT NAME="Suffix">
<option value=".co.za" SELECTED>.co.za</option>
<option value=".com">.com</option>
<option value=".info">.info</option>
<option value=".net">.net</option>
<option value=".org">.org</option>
</SELECT>
<INPUT TYPE="SUBMIT" VALUE="Search">
<INPUT TYPE="HIDDEN" NAME="RefererName" VALUE="Your Name">
<INPUT TYPE="HIDDEN" NAME="RegisterURL" VALUE="http://www.YourURL.co.za/">
</CENTER>
</FORM>
I have taken the Line FORM Action OUT there and added that to the Tab as explained above.
Edited for clarity<br><br>Post edited by: GreyHead, at: 2008/04/21 01:04