Changeset 3441912
- Timestamp:
- 01/18/2026 12:59:21 PM (7 weeks ago)
- Location:
- griffinforms-form-builder
- Files:
-
- 1 added
- 2 edited
-
assets/icon.svg (added)
-
tags/2.1.4.0/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
griffinforms-form-builder/tags/2.1.4.0/readme.txt
r3441883 r3441912 1 1 === GriffinForms – Contact Form Builder & Multi-Step Forms === 2 2 Contributors: griffinforms 3 Tags: form builder, contact form, drag and drop, conditional logic, payment forms3 Tags: contact form, form builder, multi step form, contact form plugin, file upload form 4 4 Requires at least: 6.6 5 5 Tested up to: 6.9 … … 25 25 - **Drag and drop form builder**: build structured forms with pages, rows, columns, and multiple field types. 26 26 - **Multi-page forms**: add steps for longer workflows with clear page navigation. 27 - **Conditional logic**: show or hide fields and sections based on user input .27 - **Conditional logic**: show or hide fields and sections based on user input (conditional fields). 28 28 - **File upload fields**: collect documents or screenshots when your workflow needs attachments. 29 29 - **Submissions in WordPress**: view entries in the admin and keep data in your database. … … 38 38 - Multi step form wordpress workflows with multiple pages 39 39 - File upload forms for applications or support tickets 40 - Payment forms (Stripe forms) for donations or simple orders 40 41 41 42 ### Layout-first builder … … 56 57 ### Email notifications 57 58 Send admin notifications or autoresponders using WordPress mail or a configured provider such as Custom SMTP or SendGrid. 59 60 ### Autoresponders (email users after submission) 61 Enable an autoresponder to send a confirmation email to the person who submitted the form. You can include their answers in the message using merge tags so the email is personalized and useful. 62 63 ### Admin notifications with form data 64 Send submission alerts to one or more admin emails and include key fields (name, email, selections) using merge tags. This is helpful for support, sales, and intake workflows where you need details right away. 65 66 ### Products in forms 67 Add products or services to a form using the Payment field and let users select quantities. This turns a contact form into a simple order or donation form when Stripe is enabled. 68 69 ### Turn a form into a template 70 If you need the same form on multiple sites, export it as JSON and import it elsewhere. You can also import a form directly as a template so it stays in your template library instead of being created as a new form. This is a quick way to reuse onboarding, registration, or request forms without rebuilding them. 71 72 ### Themes and styling 73 Apply presets like a dark form theme or create your own so forms match your brand. 58 74 59 75 ### Privacy and external services … … 90 106 91 107 = Does GriffinForms support conditional logic? = 92 Yes. You can show or hide fields based on user input.108 Yes. You can show or hide conditional fields based on user input. 93 109 94 110 = Can I collect file uploads? = … … 109 125 = Do I need Stripe to use payments? = 110 126 Stripe is required for payment processing. If you do not enable Stripe, you can still use GriffinForms for non-payment forms. 127 128 = Can I create payment forms with Stripe? = 129 Yes. Stripe forms are supported when payments are enabled and configured. 111 130 112 131 = Where can I find documentation? = -
griffinforms-form-builder/trunk/readme.txt
r3441883 r3441912 1 1 === GriffinForms – Contact Form Builder & Multi-Step Forms === 2 2 Contributors: griffinforms 3 Tags: form builder, contact form, drag and drop, conditional logic, payment forms3 Tags: contact form, form builder, multi step form, contact form plugin, file upload form 4 4 Requires at least: 6.6 5 5 Tested up to: 6.9 … … 25 25 - **Drag and drop form builder**: build structured forms with pages, rows, columns, and multiple field types. 26 26 - **Multi-page forms**: add steps for longer workflows with clear page navigation. 27 - **Conditional logic**: show or hide fields and sections based on user input .27 - **Conditional logic**: show or hide fields and sections based on user input (conditional fields). 28 28 - **File upload fields**: collect documents or screenshots when your workflow needs attachments. 29 29 - **Submissions in WordPress**: view entries in the admin and keep data in your database. … … 38 38 - Multi step form wordpress workflows with multiple pages 39 39 - File upload forms for applications or support tickets 40 - Payment forms (Stripe forms) for donations or simple orders 40 41 41 42 ### Layout-first builder … … 56 57 ### Email notifications 57 58 Send admin notifications or autoresponders using WordPress mail or a configured provider such as Custom SMTP or SendGrid. 59 60 ### Autoresponders (email users after submission) 61 Enable an autoresponder to send a confirmation email to the person who submitted the form. You can include their answers in the message using merge tags so the email is personalized and useful. 62 63 ### Admin notifications with form data 64 Send submission alerts to one or more admin emails and include key fields (name, email, selections) using merge tags. This is helpful for support, sales, and intake workflows where you need details right away. 65 66 ### Products in forms 67 Add products or services to a form using the Payment field and let users select quantities. This turns a contact form into a simple order or donation form when Stripe is enabled. 68 69 ### Turn a form into a template 70 If you need the same form on multiple sites, export it as JSON and import it elsewhere. You can also import a form directly as a template so it stays in your template library instead of being created as a new form. This is a quick way to reuse onboarding, registration, or request forms without rebuilding them. 71 72 ### Themes and styling 73 Apply presets like a dark form theme or create your own so forms match your brand. 58 74 59 75 ### Privacy and external services … … 90 106 91 107 = Does GriffinForms support conditional logic? = 92 Yes. You can show or hide fields based on user input.108 Yes. You can show or hide conditional fields based on user input. 93 109 94 110 = Can I collect file uploads? = … … 109 125 = Do I need Stripe to use payments? = 110 126 Stripe is required for payment processing. If you do not enable Stripe, you can still use GriffinForms for non-payment forms. 127 128 = Can I create payment forms with Stripe? = 129 Yes. Stripe forms are supported when payments are enabled and configured. 111 130 112 131 = Where can I find documentation? =
Note: See TracChangeset
for help on using the changeset viewer.