fabravo Posted May 21, 2003 Posted May 21, 2003 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
Anatoli Posted May 21, 2003 Posted May 21, 2003 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?
fabravo Posted May 22, 2003 Author Posted May 22, 2003 Previous page either did a "-new" or "-edit" command on a submission form. Does that make sense?
Unable Posted May 22, 2003 Posted May 22, 2003 Everything makes sense. "E-mail has been covered a lot in this forum..." But sometimes one may find something useful in another forum.
Recommended Posts
This topic is 8194 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 accountSign in
Already have an account? Sign in here.
Sign In Now