=== QuickPrice Leads ===
Contributors: quickprice
Tags: leads, quote, contact form, contact form 7, forminator
Requires at least: 6.5
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later

Add a branded QuickPrice quote-request form to WordPress and receive enquiries in the QuickPrice app.

== Installation ==

1. Upload and activate the plugin.
2. In the QuickPrice app open Website leads → Form settings and copy the public form ID.
3. In WordPress open Settings → QuickPrice Leads and save that ID.
4. Insert the QuickPrice Lead Form block, or use `[quickprice_lead_form]`.

== Contact Form 7 ==

The automatic mapping expects `your-name`, `your-email`, `your-tel`, `your-message`, and optional `approximate-area`. File fields are forwarded when CF7 provides readable local image paths. Override mappings with the `quickprice_cf7_field_map` filter.

== Forminator ==

The automatic mapping expects `name-1`, `email-1`, `phone-1`, `textarea-1`, and optional `number-1`. Override mappings with the `quickprice_forminator_field_map` filter. Use the QuickPrice block when customer photo upload is required.

== Other form plugins ==

Call `quickprice_submit_lead( $lead, $local_image_paths )` after the source form validates successfully. Required lead keys are `name`, `email`, `phone`, and `enquiry`.
