LWP Contact Form
How to create your own contact form plugin for beginner developers.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/laxmariappan/lwp-contact-form/archive/refs/heads/main.zipLWP Contact Form
Branches
main- Stable versionstep-1- Adds readme file and plugin header for the plugin.step-2- Adds the form class and an empty index.php file.step-3- Adds the shortcode and the placeholder for the form.step-4- Adds the form fields HTML.step-5- Adds the CSS for the form.step-6- Adds the submission handler, print the form data for testing.step-7- Adds the success message.