Prepend and append to fields

Hello,

I have a few calculated fields that I’m adding a dollar sign in front of with this method: http://formidablepro.com/help-desk/can-i-put-a-dollar-sign-right-in-front-of-my-calculation-field/

However, how can I also see that dollar sign in the submission emails? The method above only displays the dollar sign in the public-facing form on my website-not in the emails.

Secondly, I have a few fields that I would like the append the word ‘Hours’ to so I can see that in the submission emails. E.g. if a user submits ’20′ in the submission email I’d like to see ’20 Hours’. Would these two requests be done similarly?

Thanks!

See #5 on this page: http://formidablepro.com/knowledgebase/emailing-form-responses/

More specifically, you can completely customize the email message by using the drop-down menu above the "message" box to insert the field entries. you can insert field labels by adding show="label" for example: [25 show="field_label"]

So If I wanted to add the field label, the answer entered, followed by "hours", I would add this to my message box:
[25 show="field_label"]: [25] hours

The result in the email would look like:
"How many hours did you work: 20 hours"

Topic closed.