I recently updated to 7.4.8. Each time that I receive an email via "Ask A Question", the email subject shows as #xf27a; & nbsp; & nbsp; Ask A Question:...
How can I remove the #xf27a; & nbsp; & nbsp; from these emails?
Hi 1234 Add this parameter to your includes.asp file... askaquestionsubject="Your Ask a Question Subject" You can use the modifiers %name% and %pid%, for example... askaquestionsubject="Ask a Question from %name% about %pid%"
If you don't use that parameter then the value of xxAskQue is used which may have special characters that cannot be used in an email.