|
From: SourceForge.net <no...@so...> - 2006-11-13 01:59:45
|
Support Requests item #1595361, was opened at 2006-11-12 20:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=1595361&group_id=39625 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Karen H (khuffman) Assigned to: Nobody/Anonymous (nobody) Summary: [input_field] FOREACH directive - tfmail/NMStreq.pm line 689 Initial Comment: I've set up TFMail.pl. As a recipient defined in default.trc, I receive the email including attachments just find. My redirect file spage.trt works fine as well, but I also want to send a confirmation email to the person that submitted the email, so I set the following in default.trc: # #Confirmation email to sender. # confirmation_template: email_confirm confirmation_subject: Research Request - Confirmed confirmation_email_from: my...@my... And this is what I have in my email_confirm.trt file: %% NMS email template file %% Thank you for your research request submitted on {= date =}. Below is a summary of your submission: ---------------------------------------------------------------------- {= FOREACH input_field =} {= name =}: {= value =} {= END =} ---------------------------------------------------------------------- But when I hit submit, I receive the following error: Application Error An error has occurred in the program [input_field] cannot be used in a FOREACH directive at tfmail/NMStreq.pm line 689. Not quite sure what I'm doing wrong. Any suggestions would be appreciated. Thank you! Karen ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=1595361&group_id=39625 |