Add custom form to theme
There are few ways how to make you’r form visible on your site: crate shortcode/widget with form create page template There are few ways how to process your form in php: adding processing directly to php file of page template adding processing in init/wp or any other action adding processing in ajax actions How i … Read more