HTML Form?
3 posters
Page 1 of 1
HTML Form?
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?
refresh101- Forumember
- Posts : 240
Reputation : 4
Language : English
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)
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.
refresh101- Forumember
- Posts : 240
Reputation : 4
Language : English
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.
Re: HTML Form?
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How to Embed a Google Docs Form into an HTML page using HTML Pages Management
» JS and HTML Form Code
» Html form that posts a poll?
» HTML page as a news form
» HTML Form that Posts Topics SOLVED
» JS and HTML Form Code
» Html form that posts a poll?
» HTML page as a news form
» HTML Form that Posts Topics SOLVED
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum