Hello,
I would like to know how to add a new input field in new message (compose) form. For now it’s recipient, subject and message. I would like to add email, so that the sender will input his email and the receiver will see it.
Does somebody knows how to do this?
It can be done, but not easily.
You’ll need to replace the message create and send functionality.
If you are comfortable with php hacking, you could modify this plugin.
Adding the email field is easy.
Without a lot of work, you won’t be able to display it as a separate field when they read the message. Instead, I would append the email to the start of the message content before sending it.
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Add new input field in compose message form’ is closed to new replies.