Plugin Directory

Changeset 3441912


Ignore:
Timestamp:
01/18/2026 12:59:21 PM (7 weeks ago)
Author:
griffinforms
Message:
  • Added svg directory icon
  • Updated readme tags to be more relevant
  • Added informative content in readme
Location:
griffinforms-form-builder
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • griffinforms-form-builder/tags/2.1.4.0/readme.txt

    r3441883 r3441912  
    11=== GriffinForms – Contact Form Builder & Multi-Step Forms ===
    22Contributors: griffinforms
    3 Tags: form builder, contact form, drag and drop, conditional logic, payment forms
     3Tags: contact form, form builder, multi step form, contact form plugin, file upload form
    44Requires at least: 6.6
    55Tested up to: 6.9
     
    2525- **Drag and drop form builder**: build structured forms with pages, rows, columns, and multiple field types.
    2626- **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).
    2828- **File upload fields**: collect documents or screenshots when your workflow needs attachments.
    2929- **Submissions in WordPress**: view entries in the admin and keep data in your database.
     
    3838- Multi step form wordpress workflows with multiple pages
    3939- File upload forms for applications or support tickets
     40- Payment forms (Stripe forms) for donations or simple orders
    4041
    4142### Layout-first builder
     
    5657### Email notifications
    5758Send admin notifications or autoresponders using WordPress mail or a configured provider such as Custom SMTP or SendGrid.
     59
     60### Autoresponders (email users after submission)
     61Enable 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
     64Send 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
     67Add 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
     70If 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
     73Apply presets like a dark form theme or create your own so forms match your brand.
    5874
    5975### Privacy and external services
     
    90106
    91107= Does GriffinForms support conditional logic? =
    92 Yes. You can show or hide fields based on user input.
     108Yes. You can show or hide conditional fields based on user input.
    93109
    94110= Can I collect file uploads? =
     
    109125= Do I need Stripe to use payments? =
    110126Stripe 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? =
     129Yes. Stripe forms are supported when payments are enabled and configured.
    111130
    112131= Where can I find documentation? =
  • griffinforms-form-builder/trunk/readme.txt

    r3441883 r3441912  
    11=== GriffinForms – Contact Form Builder & Multi-Step Forms ===
    22Contributors: griffinforms
    3 Tags: form builder, contact form, drag and drop, conditional logic, payment forms
     3Tags: contact form, form builder, multi step form, contact form plugin, file upload form
    44Requires at least: 6.6
    55Tested up to: 6.9
     
    2525- **Drag and drop form builder**: build structured forms with pages, rows, columns, and multiple field types.
    2626- **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).
    2828- **File upload fields**: collect documents or screenshots when your workflow needs attachments.
    2929- **Submissions in WordPress**: view entries in the admin and keep data in your database.
     
    3838- Multi step form wordpress workflows with multiple pages
    3939- File upload forms for applications or support tickets
     40- Payment forms (Stripe forms) for donations or simple orders
    4041
    4142### Layout-first builder
     
    5657### Email notifications
    5758Send admin notifications or autoresponders using WordPress mail or a configured provider such as Custom SMTP or SendGrid.
     59
     60### Autoresponders (email users after submission)
     61Enable 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
     64Send 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
     67Add 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
     70If 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
     73Apply presets like a dark form theme or create your own so forms match your brand.
    5874
    5975### Privacy and external services
     
    90106
    91107= Does GriffinForms support conditional logic? =
    92 Yes. You can show or hide fields based on user input.
     108Yes. You can show or hide conditional fields based on user input.
    93109
    94110= Can I collect file uploads? =
     
    109125= Do I need Stripe to use payments? =
    110126Stripe 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? =
     129Yes. Stripe forms are supported when payments are enabled and configured.
    111130
    112131= Where can I find documentation? =
Note: See TracChangeset for help on using the changeset viewer.