October 30, 200124 yr Newbies How can I format the output of an email form? Everything works fine except that when I receive a message I shows up like this. Subject: Contact Us Date: Thu, 18 Oct 2001 11:11:01 -0400 From: <[email protected]> To: [email protected] -DB=contactsUs.fp5 -Lay=Main -Format=index.htm -Error=error.htm name=joseph email=cisner subject=test type=Information message=this is the message I want to parse the text so it shows up like this get rid off all the junk at the beggining then Name: Joseph Email: [email protected] Subject: Test Type: information Message: this is the message any help will be greatly appreciated. Thanks in advanced. Tek.
October 30, 200124 yr Does your page contain something like the following... and are you are using a text file (xxx.txt) for your output formatting? <INPUT TYPE="hidden" NAME="-MailTo" VALUE="[email protected]"> <INPUT TYPE="hidden" NAME="-MailSub" VALUE="[FMP-Field: Title]"> <INPUT TYPE="hidden" NAME="-MailHost" VALUE="exchange"> <INPUT TYPE="hidden" NAME="-MailFormat" VALUE="CCL.txt"> <INPUT TYPE="hidden" NAME="-MailFrom" VALUE="[FMP-Field: from]"></P>
Create an account or sign in to comment