Contact form on listing page
2 posts by 1 authors in: Forums > CMS Builder
Last Post: February 1, 2011 (RSS)
By gversion - February 1, 2011
Hello,
I am setting up a classified ads website and would like to add a contact form on a listing page that allows the user to email the advertiser (a copy of the email should also be sent to the admin).
I have managed to setup the well known FormMail.pl script (http://www.scriptarchive.com), which is emailing the Admin correctly, however it will not email the advertiser because I have not defined the domain of the advertiser's email address in the FormMail.pl file (@referers).
It's not viable to have to add the domain name of each advertiser's email address to the @referers field...
Does anyone have any suggestions as to how I can get this to work?
Thank you,
Greg
I am setting up a classified ads website and would like to add a contact form on a listing page that allows the user to email the advertiser (a copy of the email should also be sent to the admin).
I have managed to setup the well known FormMail.pl script (http://www.scriptarchive.com), which is emailing the Admin correctly, however it will not email the advertiser because I have not defined the domain of the advertiser's email address in the FormMail.pl file (@referers).
It's not viable to have to add the domain name of each advertiser's email address to the @referers field...
Does anyone have any suggestions as to how I can get this to work?
Thank you,
Greg
Re: [gversion] Contact form on listing page
By gversion - February 1, 2011
HI guys,
I realised that if I changed the variables to be as follows then it works:
@referers = '';
@recipients = '';
Not secure I suppose but will do for the time being!
Greg
I realised that if I changed the variables to be as follows then it works:
@referers = '';
@recipients = '';
Not secure I suppose but will do for the time being!
Greg