WP Manifestindependent plugin directory
manifest / forms / lwp-contact-form

LWP Contact Form

How to create your own contact form plugin for beginner developers.

by Lax Mariappan · github.com/laxmariappan/lwp-contact-form

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.zip

LWP Contact Form

Branches

  • main - Stable version
  • step-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.