Reply
Matt's Script Archive FormMail Problem!
Old 07-04-2009, 06:58 PM Matt's Script Archive FormMail Problem!
pealo86's Avatar
Webmaster Talker

Posts: 588
Name: El Phantasmo
Location: England, north west
Trades: 0
My client is registered with 123-reg.co.uk, and the only option for a contact form is to use the .cgi script known as something like "Matt's Script Archive: FormMail".

See here:
http://www.scriptarchive.com/readme/...tml#recipients


I keep getting the following error when attempting to submit the form:

Quote:
Error: Bad/No RecipientThere was no recipient or an invalid recipient specified in the data sent to FormMail. Please make sure you have filled in the recipient form field with an e-mail address that has been configured in@recipients. More information on filling in recipient form fields and variables can be found in the README file.
I don't see what the problem is, I've configured the referers and recipients variables like so:
Code:
@referers = ('freshbeat.co.uk','www.freshbeat.co.uk');
@recipients = &fill_recipients(@referers,'contact@freshbeat.co.uk');
I've temporarily used my own domain / email address just to test the script before making the website live.

If anyone has any advice or is familiar with this script please let me know!
Thanks.

Last edited by pealo86; 07-04-2009 at 06:59 PM..
pealo86 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 07-05-2009, 06:34 AM Re: Matt's Script Archive FormMail Problem!
JSTYLISH's Avatar
Graphic Designer & WebDev

Posts: 297
Name: Styla
Location: City of London
Trades: 0
try changing it to:

Code:
@referers = ('freshbeat.co.uk');
@recipients = &fill_recipients(@referers);
then in your HTML formfield, you then state the email address you want it sent to.

The above code is on the understanding that you only want emails processed and sent to freshbeat.co.uk and not anywhere else. (eg;the form on freshbeat goes to a hotmail account, in this case it won't work.)
__________________
a website | If you have time
a magazine | If you don't have time

Last edited by JSTYLISH; 07-05-2009 at 06:35 AM..
JSTYLISH is online now
Reply With Quote
View Public Profile Visit JSTYLISH's homepage!
 
Old 07-05-2009, 09:50 AM Re: Matt's Script Archive FormMail Problem!
pealo86's Avatar
Webmaster Talker

Posts: 588
Name: El Phantasmo
Location: England, north west
Trades: 0
Thanks but that doesn't work either, it gives me:
Quote:
Internal Server Error

Could not execute script "/websites/123reg/LinuxPackage06/is/ta/he/istahealth.com/public_html/dev/form.cgi"
pealo86 is offline
Reply With Quote
View Public Profile
 
Old 07-05-2009, 10:21 AM Re: Matt's Script Archive FormMail Problem!
JSTYLISH's Avatar
Graphic Designer & WebDev

Posts: 297
Name: Styla
Location: City of London
Trades: 0
What's the link to your page?
JSTYLISH is online now
Reply With Quote
View Public Profile Visit JSTYLISH's homepage!
 
Reply     « Reply to Matt's Script Archive FormMail Problem!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.11754 seconds with 13 queries