Some of my clients find the following annoying and was wondering if C5.5 gives us the option (or indeed 5.4.2)...
When someone fills out a contact form on the site, my client receives the email but it says its from his own email. They would prefer it if it said it was from the sender so they can just hit reply.
You need to edit the controller of the form block to do this by default the form uses the user who creates the form. There is no option that I have seen change this but I generally just change out the from address to the user supplied one if filled out
I'll find the code I used, but now I tend to use a custom version of Jordan's Custom contact form which I find much easier to edit