tags:

views:

21

answers:

2

I have make one enquiry page in wordpress, when i will post that form then it will shows 404 error, can anyone help me please.

A: 

Set the action attribution to point to the correct URI.

David Dorward
it is going to the same url because i have not mention any action,
smart
A: 

here is the form, i have make one page from admin and assign template to that page from admin panel

<form method="post" name="smart_enquiry">
<input type="hidden" name="page" id="page" value="54" />
 ......
</form>   
smart
If you want to provide more information, then do so by editing your question, not *answering* it. And that HTML is invalid. Do some basic automatic QA first: http://validator.w3.org/
David Dorward
this is just simple code no need to validate my template is already validated so you don't need to worry, i have just posted the form format because Srinivas Reddy Thatiparthy want to see. thats it
smart