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

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

Recommended Posts

Posted

I've got a FM 5.5 db with a custom web interface (built from scratch).

My question is this: After a new record is created, I want to automatically send an email to a person, notifying them that a new record has been created. I also want the email to contain some information from the record that was just created. Is this possible, and if so, HOW??

Thanks

Jackson

Posted

The trick is to put all of the -mailto, -mailfrom etc tags in the form that the user uses to create the new record. The -New action will create the new record and send the mail in the same process.

Posted

You can also use an Inline action on the response page

... this greatly simplifies getting the data just entered by the user into the -mail tags.

All the new record data will be available to the opening Inline Action tag via replacement tags including related data (if any).

smile.gifcool.gif

Posted

Thanks for the replies.

Vaughn: I'm aware that to send stuff in an email, one would need to use a form with the <form method= post action="mailto:[email protected]"> tag. But to put information from a FMP db, you also need the <form action="FMPro"> tag. Is there something I'm missing here? It just seems that the same tag would need to be used for two different purposes.

Jackson

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