WP Manifestindependent plugin directory
manifest / forms / wp-contact-manager

WP Contact & Feedback Manager

A custom WordPress plugin to manage contact and feedback submissions with a secure admin dashboard.

by Arjun Pratap Singh · github.com/arjun20x/wp-contact-manager · website

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/arjun20x/wp-contact-manager/archive/refs/heads/main.zip

A custom WordPress plugin that allows website owners to collect, view, and manage contact and feedback submissions through a secure admin dashboard.

Features (Planned)

  • Custom contact & feedback form (shortcode based)
  • Secure form submission using WordPress nonces
  • Admin dashboard to view, filter, and delete submissions
  • Data storage using custom database tables
  • Input sanitization and validation
  • Follows WordPress coding standards

Tech Stack

  • PHP
  • WordPress Plugin API
  • MySQL
  • JavaScript
  • HTML / CSS

Status

🚧 In Progress — actively developing and learning WordPress core concepts.

Learning Goals

  • Understand WordPress hooks (actions & filters)
  • Build secure plugins
  • Learn WordPress admin UI development
  • Practice clean, reusable PHP code