Post question in wordpress
-
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!!!
- The topic ‘Post question in wordpress’ is closed to new replies.