How to post data back to wordpress.

  • Unknown's avatar

    Hi All,

    I am a newbie to WordPress here.. Been learning hard to code my own website. Basically, while browsing through i saw a great simple wordpress site. I am interested to look at how they did the “submit form” portion for WordPress. I am using firebug and google chrome developer tool to try to “reverse engineer” the website.

    What i could not understand is the action=”/post?id=” syntax? See code below. Using this syntax how the did they managed to submit the form using the code below.

    Basically, after you filled up the form, press submit, it will link you to a thankyou page and later send a verification email to modify/submit the form as the site’s post.

    <form method="post" action="/post?id=" id="form1" enctype="multipart/form-data">

    Greatly appreciate your help!!!

  • Unknown's avatar

    I’m sorry but WordPress.COM blogs and wordpress.org installs operate on different code. The correct support forum to get support for that blog is here > http://wordpress.ORG/support

    For more clarity please read the sticky post at the head of this forum
    https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
    Or the summary provided by Staff in the support documentation.

    WordPress.com vs. WordPress.org

  • The topic ‘How to post data back to wordpress.’ is closed to new replies.