Hello Can Anyone Give Me A Code Of A Form That Is When They Click Submit There Message Will Go To My Private Messages Inbox Any One Knows?
3 posters
HTML Form?
Ultron's Vision- Forumember
- Posts : 631
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria
- Post n°2
Re: HTML Form?
You could try this:
You are guaranteed to have to refresh as forumotion does not support Subject Line Insertion over GET parameters, assuming the code works.
- Code:
<form action="/privmsg?mode=post&u=1" method="post">
<textarea>Your content here.</textarea>
<input type="submit" name="submit" value="submit">
</form>
You are guaranteed to have to refresh as forumotion does not support Subject Line Insertion over GET parameters, assuming the code works.
Last edited by Ultron's Vision on May 12th 2013, 10:14 am; edited 2 times in total (Reason for editing : Fixed a typo)
refresh101- Forumember
- Posts : 240
Reputation : 4
Language : English
- Post n°3
Re: HTML Form?
Vision Do You Have Full HTML Code Of That Form? Coz I Want The Full Code
EDIT:Okay It Works But When I Click Submit It Directly Goes To Private MSG Link Why Is That What I Want Is When You Click Submit It Will Automatically Send.
EDIT:Okay It Works But When I Click Submit It Directly Goes To Private MSG Link Why Is That What I Want Is When You Click Submit It Will Automatically Send.
Ultron's Vision- Forumember
- Posts : 631
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria
- Post n°4
Re: HTML Form?
I explained that you cannot actually write a form for that because forumotion does not support Subject Line Completion via GET parameters (mode=post and u=1 are so-called GET parameters in PHP), so you have to re-submit the PM again.
refresh101- Forumember
- Posts : 240
Reputation : 4
Language : English
- Post n°5
Re: HTML Form?
Ahh Okay
SOLVED
SOLVED
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°6
Re: HTML Form?
Topic Solved & Locked |