html - How to add action for custom form in wordpress? -


i have created custom contact form in wordpress page using html , give action "../customer-details.php" .this file located @ theme folder. when click submit on form returns 404 page not exist error . why happening ? wrong action url ?

here link used create form

http://www.inkthemes.com/how-you-can-easily-create-customized-form-in-wordpress

try use action="<?php echo bloginfo('template_url'); ?>/customer-details.php" instead.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -