| Title: |
Help with "from" in Email Code |
| Date: |
04/12/03
5 Posts
|
| Summary: |
How would you display an alias instead of the required email address in CFMAIL's FROM attribute?
FROM="#form.name# <#form.email#>"
|
|
| Related: |
_help_with_"from"_in_email_code
|
| |
| Title: |
Carrying Form Variables |
| Date: |
04/13/03
7 Posts
|
| Summary: |
Looking for an efficient way to pass form fields from page to page?
<cfloop collection="#form#" item="fieldname">
<input type="hidden" name="#fieldname#"
value="#HTMLEditFormat(FORM[fieldname])#">
</cfloop>
|
|
| |
| Title: |
Replacing Smart Quotes in CF |
| Date: |
04/13/03
4 Posts
|
| Summary: |
Need to scrub data that has been copied from MS Word? You will find several recommendations here. Code for a UDF is included. |
| |