WP Manifestindependent plugin directory
manifest / forms / wp-job-wizard

WP Job Wizard

Multi-step job application wizard for WordPress

by WP Job Wizard Contributors · github.com/marc-ruizenaar/wp-job-wizard · 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/marc-ruizenaar/wp-job-wizard/archive/refs/heads/master.zip

Readme

WP Job Wizard

Multi-step job application wizard for WordPress — modal or shortcode form with configurable job sources, design settings, email notifications, and submission logging.

Features

  • Three job sources: WordPress CPT, external REST API, or built-in job manager
  • 11-step application wizard with progress bar
  • Shortcode [job_wizard_form] and modal trigger via #jobform
  • Design customization (colors, fonts, border radius)
  • Admin and applicant email notifications with placeholders
  • Submission log with accept/decline workflow, CV download, profile photo
  • Profile photo and resume upload

Requirements

  • WordPress 6.0+
  • PHP 7.4+

Installation

  1. Clone into wp-content/plugins/:

    git clone git@github.com:Marc-Ruizenaar/wp-job-wizard.git wp-content/plugins/wp-job-wizard
  2. Activate WP Job Wizard under Plugins in WordPress admin.

  3. Configure under Job Wizard in the admin menu.

Development

Local WordPress dev environment: see wp-job-wizard-dev.

Shortcode

[job_wizard_form]
[job_wizard_form job_id="123"]

Modal: link to #jobform on any page.

License

GPL-2.0-or-later

Read the full README on GitHub →