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
Post a Comment