S
|
swanside 3/25/2010 |
I am trying to figure out how to do the following and can't seem to find an answer in the forums: I have a school directory application that contains school students, teachers, and parents information. I want to enable a school teacher to create form letters that they can send to their students parents. For example, the teacher would type out a letter in a text field such as: ---- <Current Date> Dear <Parent First Name>, We are going on a school field trip next week. Will you please authorize <Student Name> to participate? --- In the example above I want the teacher to be able to pick from a drop down box (in a add or edit record form) the field value they want to include in the letter. Ideally, the drop down box selection would automatically b inserted wherever their cursos is positioned in the letter text field, however, I would settle for simply giving the teacher instructions such as adding < and ? characters around the field names he/she wants to include in the letter. The idea is to generate multiple printable letters in Word that can be mailed out to each individual parent. So, in a class of 30 students, 30 separate pages would be generated in the word document. The most important thing is allowing the user to determine which fields would be included dynamically in the letter instead of having a hard-coded letter. Can anyone point me in the right direction?
|
![]() |
Sergey Kornilov admin 3/25/2010 |
We use similar approach to edit email templates in Shopping Cart admin project. E-mail Address: %%User_email%%
|