At 10:12 AM 12/11/2006, Laurie Lovelace wrote: >wondering if anyone can help me with my mail merge problem. I >haven't tried this before and have tried to follow the instructions >on Pat Asher's website. I have browsed the archives on Rootsweb-Help >but can't seem to find out where I'm going wrong. Thanks Laurie The >form is located at http://www.rootsweb.com/~onmanito/bmd/index.html >The template is located at http://www.rootsweb.com/~onmanito/bmd/template.txt Laurie, Your template is located in the /bmd subdirectory. Your form action tag tells MailMerge to look for the template in your root directory. Change the form action tag to direct MM to the actual location of the template, e.g. form action="/cgi-bin/local/mailmerge.cgi/home0023/onmanito/public_html/bmd/template.txt" Pat
Thanks for your response Pat. I must still be doing something incorrect. I am still getting the following when I select submit: To: webmaster From: @66.186.93.127 Reply-to: [email protected] Subject: Web mail via the mailmerge gateway X-mail-agent: mailmerge v1.1 On Tue Dec 12 07:07:49 2006, the following message was submitted via the mailmerge server running on [email protected] (Nobody): NAME: ADDRESS: @66.186.93.127 MESSAGE TEXT: -----Original Message----- From: Pat Asher <[email protected]> To: [email protected], [email protected] Date: Mon, 11 Dec 2006 20:47:45 -0500 Subject: Re: Mail Merge Problems > At 10:12 AM 12/11/2006, Laurie Lovelace wrote: > >wondering if anyone can help me with my mail merge problem. I > >haven't tried this before and have tried to follow the instructions > >on Pat Asher's website. I have browsed the archives on Rootsweb-Help > >but can't seem to find out where I'm going wrong. Thanks Laurie The > >form is located at http://www.rootsweb.com/~onmanito/bmd/index.html > >The template is located at > http://www.rootsweb.com/~onmanito/bmd/template.txt > > Laurie, > > Your template is located in the /bmd subdirectory. > > Your form action tag tells MailMerge to look for the template in your > root directory. > > Change the form action tag to direct MM to the actual location of the > template, e.g. > > form > action="/cgi-bin/local/mailmerge.cgi/home0023/onmanito/public_html/bmd/ > template.txt" > > > Pat > >