Site icon Student Projects Live

Post Download Request Plugin

Post Download Request Plugin

The Post Download Request plugin adds a download request section to your WordPress posts. Visitors can request to download content by filling out a simple form. You (the administrator) will receive these requests via email and can manage them from your WordPress dashboard.


Installation

Step 1: Install the Plugin

  1. Log in to your WordPress admin dashboard
  2. Go to Plugins → Add New
  3. Click the Upload Plugin button at the top
  4. Choose the plugin ZIP file and click Install Now
  5. After installation, click Activate Plugin

Step 2: Verify Installation

After activation, you will see:


How It Works

The Complete Flow

text

Visitor reads a blog post
        ↓
Sees "Download" section at the bottom
        ↓
Clicks the "Download" button
        ↓
A popup form appears
        ↓
Visitor fills in:
    • Name
    • Email ID
    • Mobile Number
    • Reason for Download
        ↓
Clicks "Download Request"
        ↓
Request is saved in the database
        ↓
Admin receives email notification
        ↓
Visitor sees success message
        ↓
Admin manually sends the download link

For Visitors (Frontend) How to Request a Download:

  1. Click the “Download” button – A popup window will appear
  2. Fill in the form:
    • Name: Enter your full name
    • Email ID: Enter your email address
    • Mobile No.: Select your country code and enter your phone number
    • Reason to Download: Briefly explain why you want to download
  3. Click “Download Request” – Your request will be submitted
  4. Success Message – You’ll see this message:”We will be sending download link to given Email ID or Mobile Number in 24 hours.”
  5. Close the popup – Click the “Close” button or the X in the corner

What Happens Next


For Administrators (Backend)

Accessing the Dashboard

After installing the plugin, you’ll find “Download Requests” in your WordPress admin sidebar.

The menu has three sections:

  1. Download Requests – View and manage all requests
  2. Excluded Posts – Manage which posts don’t show the download section
  3. Settings – Configure the plugin

Managing Download Requests

Viewing Requests

  1. Go to Download Requests in your WordPress menu
  2. You’ll see a table with all download requests showing:
    • ID: Request number
    • Post: Which post the request is for
    • Name: Visitor’s name
    • Email: Visitor’s email
    • Mobile: Visitor’s phone number
    • Date: When the request was submitted

Searching and Filtering

Deleting Requests

  1. Find the request you want to delete
  2. Click the “Delete” button next to it
  3. Confirm deletion when prompted

Request Information

Each request contains:


Excluding Posts

Why Exclude Posts?

Sometimes you don’t want the download section to appear on certain posts. For example:


Exit mobile version