The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Form?

3 posters

Go down

Solved HTML Form?

Post by refresh101 Sun 12 May 2013 - 9:08

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
refresh101
Forumember

Posts : 241
Reputation : 4
Language : English

Back to top Go down

Solved Re: HTML Form?

Post by Ultron's Vision Sun 12 May 2013 - 10:08

You could try this:

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 Sun 12 May 2013 - 10:14; edited 2 times in total (Reason for editing : Fixed a typo)
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: HTML Form?

Post by refresh101 Sun 12 May 2013 - 10:49

Vision Do You Have Full HTML Code Of That Form? Coz I Want The Full Code Wink


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. Question
refresh101
refresh101
Forumember

Posts : 241
Reputation : 4
Language : English

Back to top Go down

Solved Re: HTML Form?

Post by Ultron's Vision Sun 12 May 2013 - 11:12

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.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: HTML Form?

Post by refresh101 Sun 12 May 2013 - 11:30

Ahh Okay Wink

SOLVED
refresh101
refresh101
Forumember

Posts : 241
Reputation : 4
Language : English

Back to top Go down

Solved Re: HTML Form?

Post by Sanket Sun 12 May 2013 - 20:36

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum