I have formmail set up on a main domain and trying to get it set up on a sub domain and it's not working and the host says it's a 3rd party program so they don't support it (the tech support guys tried to figure it out but act like they've never set up formmail before). I'm not a programmer although I understand some of the programming. If someone can help me with this it would be highly appreciated
Here is how I have the @recipients set up in formmail.pl
@recipients = &fill_recipients('maindomain.com','subdomain.com');
No other changes have been made to the formmail.pl
Here is the relevant lines on the HTML form:
<FORM METHOD=POST ACTION="http://www.maindomain.com/cgi-bin/formmail/FormMail.pl">
<input type=hidden name="recipient" value="info@maindomain.com">
<input type=hidden name="return_link_url" value="http://www.subdomain.com/">
<img src='http://www.maindomain.com/cgi-bin/formmail/captcha.cgi' alt="">
The captcha letters show up on the HTML page so I know I've linked to it correctly.
Can anyone see a mistake?