Jump to content

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

Recommended Posts

Posted

E-mail has been covered a lot in this forum, but I can't seem to find anything that answers my question. If there is, I appoligize up front.

I am trying to get a CDML solution to e-mail the results for a form to me as well as the user sending in the form. The e-mail gets sent fine, but the values are all blank except for one that is a global field.

Here is the form (I have changed the mailfrom & bcc value):

--

<form action="FMPro" method="get">

<input type="hidden" name="-DB" value="fOnlineCalendarSubmissions.fp5">

<INPUT TYPE="hidden" NAME="-lay" VALUE="Input">

<INPUT TYPE="hidden" NAME="-recid" VALUE="[FMP-currentrecid]">

<INPUT TYPE="hidden" NAME="-mailhost" VALUE="192.168.1.50">

<INPUT TYPE="hidden" NAME="-mailfrom" VALUE="webmasterATPaloAltoOnline.com">

<INPUT TYPE="hidden" NAME="-mailto" VALUE="[FMP-Field: contact.email]">

<INPUT TYPE="hidden" NAME="-MailBCC" VALUE="webmasterATpaloaltoonline.com">

<INPUT TYPE="hidden" NAME="-mailsub" VALUE="Master Community Calendar Submission">

<INPUT TYPE="hidden" NAME="-mailformat" VALUE="cal-email.txt">

<input type="hidden" name="-Format" value="cal-thanks.htm">

<input type="submit" name="-view" value="I am happy with this listing. Submit it!">

</form>

--

Here is the -mailformat file:

--

Thank you for your submission placed on [FMP-field:last modified date].

Here is your listing:

[FMP-Field: output.printfield.sample]

Date(s) of event: [FMP-Field: import.dates]

Your Name: [FMP-Field: contact.name]

Your E-mail: [FMP-Field: contact.email]

Your Daytime Phone: [FMP-Field: contact.phone]

If there is a problem, please contact us.

Thank you.

[FMP-Field: version_number]

--

Like I said, the email is being sent, but the [FMP-Field: version_number] field is the only one being filled in.

I appreciate any help... Thanks in advance!

frank

Posted

So this HTML/CDML page is already displaying the:

Your Name: [FMP-Field: contact.name]

Your E-mail: [FMP-Field: contact.email]?

Previous page was doing "find" for the person?

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