Forum Moderators: open
It takes some input fields and also gives users the oppurtunity to include an attachment.
The way it's currently set up, is that first the user will (or won't) upload an attachment, which gets uploaded to the server and the path is stored in a variable. Then the user sends the filled-in form and the form fields are reformatted and sent to a mail address. In the e-mail, the user sees a link to the (location of the) attachment on the server so they can pick it up there.
However, this seems to work differently in Internet Explorer (6.0) and Firefox (2.0):
- With Internet Explorer, the method wors if you browse to the file, and immediately press the "Submit" button, but not if you first press the "Upload (Attachment)" button. Then the input fields get blanked and nothing happens after you fill in the forms again.
- With Firefox, it works if you first use the "Upload (attachment)" button, but if you press the "Submit" button then the form gets sent *without* the attachment getting uploaded
Any help appreciated.