Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8493 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted

You are e-mailing the form directly and not processsing it with FMP Web Conmpanion.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.