Making a Contact Button
-
Hi,
I would like to make a button that when pressed it will go to the newmessage page with the “to” and “subject” field filled out. I do not want the data to be in the url (i don’t want the username shown in the url).
I have the following but it only fills out the “subject” field and not the “to” field when clicked:
<form action="messages/?fepaction=newmessage" method="post">
<input type="hidden" name="message_to" value="user" ><br>
<input type="hidden" name="message_title" value="My Subject"><br>
<input type="submit">
</form>
How can I make it so the “to” field will be filled in (without having it in the url)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Making a Contact Button’ is closed to new replies.