Description
# Project Requirements: Formidable Forms Registration Redistribution ## 1. Project Overview We need a solution built on our existing WordPress site (weareexpecting.ca) that intercepts registration form submissions collected via **Formidable Forms**, filters them by province, and re-distributes them by email between two recipient addresses. Each email must be a clean, single-column, HTML-formatted summary of the form fields. Additionally, every qualifying submission must be tagged with an "Industry" value inside Formidable Forms itself. This document defines the required functionality. The consultant should propose their preferred technical implementation (e.g., Formidable Forms native actions/add-ons, custom PHP hook, or a lightweight plugin) as part of their proposal. ## 2. Background / Current State - Site: weareexpecting.ca (WordPress) - Form plugin: Formidable Forms - Registration forms are currently submitted through Formidable Forms on this site. - We need submissions **filtered to Manitoba and Ontario only** — submissions from other provinces should NOT trigger the redistribution workflow described below (existing form behavior for other provinces should be left untouched unless otherwise agreed). ## 3. Functional Requirements ### 3.1 Province Filtering - Only process submissions where the province field value is **Manitoba (MB)** or **Ontario (ON)**. - Submissions from any other province must be excluded from this workflow entirely (no redistribution email, no Industr