Calling all my html experts, devs, community hackers etc....is there a way to automagically populate a private message subject using a link/button? For example, I have the following button... <form action="/t5/notes/privatenotespage/tab/compose/note-to-user-id/41580" method="post"><button class="lia-button lia-button-primary" type="submit">Private Message Me</button></form> ...which would take you to the PM compose page...is there a way to insert a pre-selected/standard subject? In other words, we are trying to have a specific button/link auto-populate the PM subject, based on where the button is. I know that we do this with Forum posts generated from our support site with the following url pattern: https://community.virginmobileusa.com/t5/forums/postpage/choose-node/true?message-subject=abcdefg but "message-subject" does not appear to be a valid parameter for a <form> element in my first example. What am I missing?
... View more