|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ASP formmail
I am trying to set up the form but i keep on getting this error
Form could not be processed due to the following errors:
The email address url that the form is to be sent to is different from the URL that the script is on is that ok? For example form is at www.yoursite.com email is to be sent to user@site.com Here is my coding <form action="http://www.yoursite.com.my/script/form.asp" method="post"> <input type="hidden" name="recipient" value="user@site.com" /> <input type="hidden" name="subject" value="Enquiry" /> <input type="hidden" name="required" value="Name,Company,Phone,email,Comments/Enquiries" /> <input type="hidden" name="print_config" value="Name,Company,Phone,Comments/Enquiries" /> <input type="hidden" name="redirect" value="http://www.yoursite.com/enquiry/thanks.html" /> <input type="hidden" name="missing_fields_redirect" value="http://www.yoursite.com/enquiry/error.html" /> Formmail coding '- Customization of these values is required, see documentation. ----------- referers = Array("www.yoursite.com","yoursite.com") mailComp = "ASPMail" smtpServer = "mail.site.com" fromAddr = "user@site.com" '- End required customization section. ------------------------------------- I did not change anything in the script except the part above. What could be the problem? |
|
#2
|
|||
|
|||
|
You didn't post any code that's causing the error. Post the exact error message, the appropriate code, and identify the exact line of code causing the error.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Hi
Thanks for the reply i have found the problem it is in the page not the formmail coding i had to change <input type="hidden" name="_recipient" value="yoursite@site.com" /> to this <input type="hidden" name="_recipients" value="yoursite@site.com" /> |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > ASP formmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|