Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Sending FMP generated data + user entered data


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

Recommended Posts

Posted

I have a small db that has several items listed. The user can select from a list of items and view the record detail. I would like to have a link on the record detail page that creates a form with that records information, Title, Desc. etc but also lets the user enter their name,email and then have that form sent to me. I can get all the way to generating the form with the specific record information on it plus the input for the email, name, but I can't get how to send it to me. I can send it but because it has not been added to any db the email I receive is blank. Is there another way to achieve this? I am using CDML tags to generate my pages. Thanks in advance.

Dan

Posted

When you send the email use a "-find". As the "-mailformat" file can contain CDML tags, this will allow you to use the same data as the form.

The person email address can go here:

eMail:<input type="text" name="-MailFrom" value="">

Their name could go in the Subject field:

Name:<input type="text" name="-MailSub" value="">

Hope this helps.

Garry

This topic is 8077 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.