Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laxmariappan/lwp-contact-form

How to create your own contact form plugin for beginner developers.
https://github.com/laxmariappan/lwp-contact-form

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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