Skip to content

Commit 8b01049

Browse files
committed
assets
1 parent c21ac72 commit 8b01049

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://verbb.imgix.net/plugins/formie/formie-icon.svg" width="100" height="100" alt="Formie icon"></p>
1+
<p align="center"><img src="https://assets.verbb.io/plugins/formie/formie-icon.svg" width="100" height="100" alt="Formie icon"></p>
22
<h1 align="center">Formie for Craft CMS</h1>
33

44
> [!NOTE]

docs/feature-tour/conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Conditions
22
Conditional handling is a powerful feature of Formie, allowing you to hide fields based on certain conditional values, skip pages entirely, or send Email Notifications based on submission content.
33

4-
<img src="https://verbb.imgix.net/plugins/formie/formie-notification-conditions.png" />
4+
<img src="https://assets.verbb.io/plugins/formie/formie-notification-conditions.png" />
55

66
Fields, Pages and Email Notifications all use the same conditions builder, so they share very similar functionality.
77

docs/feature-tour/email-notifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Email Notifications
22
Email notifications are an important part of any form, to both notify the user their submission has been received, and to notify admins of their submission, so they can action.
33

4-
<img src="https://verbb.imgix.net/plugins/formie/formie-email-notification.png" />
4+
<img src="https://assets.verbb.io/plugins/formie/formie-email-notification.png" />
55

66
Each notification is form-specific, and you can create as many notifications as required. There are a number of fields for a notification:
77

@@ -71,15 +71,15 @@ The content of an email notification can be previewed in the "Preview" tab, when
7171

7272
Dummy content will be generated for fields.
7373

74-
<img src="https://verbb.imgix.net/plugins/formie/formie-email-preview.png" />
74+
<img src="https://assets.verbb.io/plugins/formie/formie-email-preview.png" />
7575

7676
## Send Test Email
7777
Emails can be sent as a test to a nominated email. This will essentially send the content as shown in the Email Preview to the email address, and is considerably useful for testing email deliverability and other issues.
7878

7979
## Conditions
8080
Email notifications can also have set conditions on whether they send or not. Through the conditions' builder, you can create complex rules for each of your email notifications.
8181

82-
<img src="https://verbb.imgix.net/plugins/formie/formie-notification-conditions.png" />
82+
<img src="https://assets.verbb.io/plugins/formie/formie-notification-conditions.png" />
8383

8484
First, it's a matter of choosing whether you want these sets of rules to "Send" or "Not Send" the email notification. For example, you might like to only send an email notification if the users' email isn't for a number of domain names.
8585

docs/feature-tour/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Fields are arguably the core of a form, providing users the means to input actua
33

44
Each field varies by its type, allowing for different functionality and behaviour depending on the field.
55

6-
<img src="https://verbb.imgix.net/plugins/formie/formie-address.png" />
6+
<img src="https://assets.verbb.io/plugins/formie/formie-address.png" />
77

88
:::tip
99
Looking for custom fields? Developers can create their own custom fields to extend the functionality of Formie. Read the [Custom Field](docs:developers/custom-field) docs for more.

docs/feature-tour/form-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Form Templates
22
Form templates allow you to create custom templates for the rendering the form, page, rows and fields that Formie creates. It also provides a means to control any CSS and JS used in the front-end templates. Each [Form](docs:developers/form), can be assigned a form template, so you can have multiple form templates for a variety of different requirements.
33

4-
<img src="https://verbb.imgix.net/plugins/formie/formie-templates.png" />
4+
<img src="https://assets.verbb.io/plugins/formie/formie-templates.png" />
55

66
By default, Formie comes with a set of front-end templates for your form, which also include CSS and JS. This is designed for the vast majority of cases where a functional and visually appealing form needs to be rendered on the page. For any form template, you can enable or disable the following:
77

docs/feature-tour/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Looking to make the switch to Formie? Read our [blog post](https://verbb.io/blog
88
## Form Builder
99
The form builder is a powerful and intuitive drag-and-drop interface to allow you to quickly build a form. To get started, drag a field from the right-hand sidebar onto the left-hand pane. A large dropzone will appear for new forms as a prompt to where to drop the field. For forms with existing fields, light blue dropzones will appear suggesting where to place a field.
1010

11-
<img src="https://verbb.imgix.net/plugins/formie/formie-form-builder.png" />
11+
<img src="https://assets.verbb.io/plugins/formie/formie-form-builder.png" />
1212

1313
Fields can be laid out in a series of columns and rows. For more complex forms, you can create additional pages, splitting fields over multiple pages. Fields can also be dragged-and-dropped to other pages.
1414

docs/feature-tour/multi-page-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ When creating a new form, you'll have a single page, named "Page 1". For short f
33

44
For more complex forms however, you may need to create additional pages, splitting fields over multiple pages. This is what's called a Multi-page form. For each page, users are required to fill out the pages' fields, including any required fields, and proceed to the next page. Each step saves the users' content before proceeding on to the next, so their content won't be forgotten.
55

6-
<img src="https://verbb.imgix.net/plugins/formie/formie-pages.png" />
6+
<img src="https://assets.verbb.io/plugins/formie/formie-pages.png" />
77

88
Submissions are set to `isIncomplete` at this point, and are not shown in the control panel by default. You can use the dropdown in the Submissions' element index to show these as required.
99

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Sent Notifications
22
Formie keeps track of every [Email Notification](docs:feature-tour/email-notifications) that's sent from your site. This not only helps to keep a record of what email notifications have been sent, but provides you the ability to easily re-send an email notification.
33

4-
<img src="https://verbb.imgix.net/plugins/formie/formie-sent-notifications.png" />
4+
<img src="https://assets.verbb.io/plugins/formie/formie-sent-notifications.png" />
55

66
Each sent notification can be viewed to see exactly what the content of the email was sent to the provided email. Other useful information such as User Agent, Transport Type, and more is also recorded.
77

88
## Re-sending Sent Notifications
99
It's a common need to be able to re-send an email notification, just in case something has gone wrong in the email delivery process. Fortunately, sent notifications makes this easy, allowing you to either re-send a notification to the original sender, or send it to a new single or multiple recipient.
1010

11-
<img src="https://verbb.imgix.net/plugins/formie/formie-sent-notifications-resend.png" />
11+
<img src="https://assets.verbb.io/plugins/formie/formie-sent-notifications-resend.png" />
1212

1313
## Bulk Re-sending Sent Notifications
1414
For easy re-sending, you can also select multiple sent notifications to re-send in bulk! You'll have the opportunity to either re-send each notification to the original sender, or send all to a new single or multiple recipient.
1515

16-
<img src="https://verbb.imgix.net/plugins/formie/formie-sent-notifications-bulk-resend.png" />
16+
<img src="https://assets.verbb.io/plugins/formie/formie-sent-notifications-bulk-resend.png" />

docs/feature-tour/synced-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Instead, you could create the Email Address field once, then on subsequent forms
1313

1414
Each synced field will have a yellow marker next to its label, denoting that it's a synced field. In addition, when editing the field, a warning banner will show that editing this field will be editing it across multiple fields - so to be careful.
1515

16-
<img src="https://verbb.imgix.net/plugins/formie/formie-synced-field.png" />
16+
<img src="https://assets.verbb.io/plugins/formie/formie-synced-field.png" />
1717

1818
## Adding a Synced Field
1919
To add a synced field, navigate to the form builder by editing a form. You can use the [Existing Fields](docs:feature-tour/existing-fields) modal window to add a synced field to your form.

docs/integrations/crm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ CRM integrations are one of the provided integrations with Formie, and are used
33

44
Formie uses Craft‘s Queue system to send data to third-party providers. When a submission is successful a job is added to the queue so that it can be processed asynchronously.
55

6-
<img src="https://verbb.imgix.net/plugins/formie/crm.png" />
6+
<img src="https://assets.verbb.io/plugins/formie/crm.png" />
77

88
You can create CRM integrations by going to **Formie****Settings****CRM**. You can pick from a list of providers Formie supports, and provide details for connecting to their respective APIs. You can also create multiple CRM integrations, in case you need to connect to multiple, different providers.
99

1010
You can also test the connection to the APIs, to ensure that your site and Formie can communicate with the API.
1111

1212
Once created, enabled and connected, these integrations will be available to configure in your forms.
1313

14-
<img src="https://verbb.imgix.net/plugins/formie/crm-form.png" />
14+
<img src="https://assets.verbb.io/plugins/formie/crm-form.png" />
1515

1616
## Refresh Integration
1717
Formie will fetch a number of data objects for the provider - each being specific to the provider. These objects are cached for performance, you can also refresh the available data objects if they change.

0 commit comments

Comments
 (0)