|
| A R C H I V E D M E S S A G E |
|
Subject: Subject not populating |
| Posted: 04/02/2003 at 7:45:08 pm |
| By: Jeff Rhodman |
| When a someone submits the email comes in with a blank subject line. This isn't a user field, it is a hidden field. This is the line of code in the web page that we are using to populate the subject field:
[input type= | |
|
|
Subject: Re: Subject not populating |
| Posted: 04/02/2003 at 7:45:22 pm |
| By: Jeff Rhodman |
| Also, it isn't sending an autoresponse to the post.
[input type="hidden" name="sendreply" value="1"]
[input type="hidden" name="reply_subject" value="(firstname) here is a copy of your question"]
The url for the form is:
http://www.theiconsortium.com/ate.html
I have bizmail.cgi in cgi-bin.
Any input would be helpful.
| |
|
|
Subject: Re: Subject not populating |
| Posted: 04/02/2003 at 7:46:18 pm |
| By: Jeff Rhodman |
| Well, brute force got me through. I don't know cgi and my html is rusty. So, I downloaded ver 1.5 and did line by line comparison to find where I was missing code.
On a side note, I had trouble making the initial post here. It kept cutting off the post. I had to double post my first sentence to get it to show up and then it cut off the end of my post. Just FYI.
Thanks for making such a cool program.
| |
|
|
Subject: Re: Subject not populating |
| Posted: 04/03/2003 at 7:46:31 pm |
| By: Seth Knorr |
| I tested your form and it worked fine. However you will want to change the field
[reply_subject" value="{firstname} This is the reply subject]
Unless you want "This is the reply subject" as the reply subject line for the autoresponse.
Seth
| |
|
|