Newbies techmonkey Posted October 30, 2001 Newbies Posted October 30, 2001 Is there any way to eliminate the equals sign from an email form.. Maybe I am doing something wrong but everytime I get an form email It comes out like this <FORM ACTION="mailto:[email protected]?SUBJECT=Contact Us" METHOD="post" NAME="MAILFORM" ENCTYPE="TEXT/PLAIN" ONSUBMIT="Validate()"> <INPUT TYPE="hidden" NAME="-DB" VALUE="contactsUs.fp5"> <INPUT TYPE="hidden" NAME="-Lay" VALUE="Main"> <INPUT TYPE="hidden" NAME="-Format" VALUE="index.htm"> <INPUT TYPE="hidden" NAME="-Error" VALUE="error.htm"> <SCRIPT language="JavaScript"> <!-- function Validate() { return true; } // --> Ok here is the output of what I get when I receive the email and I opent i using outlook express: Name:=Anthony G. Email:[email protected] Subject:=Nice Site Type:=Information message:=Good work.. keep it up Is there any way I can get rid off the equal sign.. I need to parse the output so it looks like Name: Anthony Email: [email protected] etc any suggestions/comments on this? Thank you. T.
Vaughan Posted October 31, 2001 Posted October 31, 2001 You are e-mailing the form directly and not processsing it with FMP Web Conmpanion.
Recommended Posts
This topic is 8493 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now