Form Posting
-
I want to use WordPress as a backend for my site. But currently the site is a form to post ie:
<form id="form_25488" class="appnitro" method="post" action="*"> <ul > <li id="li_1" > <label class="description" for="element_1">Business/Service Name </label> <div> <input id="element_1" name="element_1" class="element text medium" type="text" maxlength="255" value=""/> </div> </li> <li id="li_7" > <label class="description" for="element_7">Contact Name </label> <span> <input id="element_7_1" name= "element_7_1" class="element text" maxlength="255" size="8" value=""/> <label>First</label> </span> <span> <input id="element_7_2" name= "element_7_2" class="element text" maxlength="255" size="14" value=""/> <label>Last</label> </span> </li> <li id="li_2" > <label class="description" for="element_2">Address </label> <div> <input id="element_2" name="element_2" class="element text medium" type="text" maxlength="255" value=""/> </div>Is there a way to make this form be the only way to post. I do not want the post box or the title. I know you can create a plugin, but I’m not sure how to get that specific functionality.
Is this possible? Or already written?
The topic ‘Form Posting’ is closed to new replies.