Jump to content

Email Multiple Field Content


DigitalDreamer

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

Recommended Posts

Hello everyone. Im trying to setup an email script that will email me data entered into a few fields i have in my database. I want it to email me the contents of these fields:

CompanyName

FirstName

LastName

Phone1Number

Email

Is there anyway to script this? or is this a calculation? Thanks for any help that anyone can give me.

Link to comment
Share on other sites

Use the "Send Mail' script step.

Specify your e-mail address as "To", and specify a subject if you like (or make the subject one of the fields).

The message itself can be the content of a single field only, so you have to make a single field that contains the content from all of the other fields.

This would be a calculation field that basicall says...

CompanyName & " " & FirstName & " " & LastName... etc.

--

Jason Wood

HeyWoody.com

Link to comment
Share on other sites

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