HTML Form? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    HTML Form?

    refresh101
    refresh101
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved HTML Form?

    Post by refresh101 May 12th 2013, 9:08 am

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


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

    Solved Re: HTML Form?

    Post by Ultron's Vision May 12th 2013, 10:08 am

    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 May 12th 2013, 10:14 am; edited 2 times in total (Reason for editing : Fixed a typo)
    refresh101
    refresh101
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Re: HTML Form?

    Post by refresh101 May 12th 2013, 10:49 am

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


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

    Solved Re: HTML Form?

    Post by Ultron's Vision May 12th 2013, 11:12 am

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


    Posts : 240
    Reputation : 4
    Language : English

    Solved Re: HTML Form?

    Post by refresh101 May 12th 2013, 11:30 am

    Ahh Okay Wink

    SOLVED
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: HTML Form?

    Post by Sanket May 12th 2013, 8:36 pm

    Topic Solved & Locked