Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laxmariappan/lwp-contact-form
- Owner: laxmariappan
- License: mit
- Created: 2024-09-08T16:48:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T22:08:02.000Z (4 months ago)
- Last Synced: 2024-09-09T00:25:00.439Z (4 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.