Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion 10/umbraco-forms/editor/attaching-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ Once the Workflow Type has been selected, you will need to configure the workflo

To use data from the submitted Form in your workflow, head over to the [Magic Strings](../../developer/magic-strings.md) article and learn more about how that's done.

Fill in the settings and hit **Submit**. The workflow is added to your Form and it will be shown at the bottom of the page.
### Configuring Condition on a Workflow

You can apply conditions to a workflow to ensure it only triggers under specific circumstances. You could as an example enable a condition that enables sending an email only if an email is added.

Select **Enable conditions** to open the condition editor. In the condition editor, you will see options to create logic that determines when the workflow should run. The condition is generally based on the values of the form fields.

For example: You have a form with a dropdown field labeled **Preferred Contact Method** with options such as **Email** and **Phone**. You can set up a workflow that sends an email notification only when the user selects **Email**.

![Workflow Conditions](images/workflow-conditions.png)

Now, this email notification will only be sent when the user selects **Email** as their preferred contact method.

Fill in the rest of the settings and click **Submit**. The workflow is added to your Form and displayed at the bottom of the page.

## Workflow Processing

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion 12/umbraco-forms/editor/attaching-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ Once the Workflow Type has been selected, you will need to configure the workflo

To use data from the submitted Form in your workflow, head over to the [Magic Strings](../../developer/magic-strings.md) article and learn more about how that's done.

Fill in the settings and hit **Submit**. The workflow is added to your Form and it will be shown at the bottom of the page.
### Configuring Condition on a Workflow

You can apply conditions to a workflow that trigger it only under specific circumstances. After adding the desired workflow type (for example, sending an email), you can add a condition to the workflow.

Select **Enable conditions** to open the condition editor. In the condition editor, you will see options to create logic that determines when the workflow should run. The condition is generally based on the values of the form fields.

For example: You have a form with a dropdown field labeled **Preferred Contact Method** with options such as **Email** and **Phone**. You can set up a workflow that sends an email notification only when the user selects **Email**.

![Workflow Conditions](images/workflow-conditions.png)

Now, this email notification will only be sent when the user selects **Email** as their preferred contact method.

Fill in the rest of the settings and click **Submit**. The workflow is added to your Form and displayed at the bottom of the page.

## Workflow Processing

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion 13/umbraco-forms/editor/attaching-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ Once the Workflow Type has been selected, you will need to configure the workflo

To use data from the submitted Form in your workflow, head over to the [Magic Strings](../../developer/magic-strings.md) article and learn more about how that's done.

Fill in the settings and hit **Submit**. The workflow is added to your Form and it will be shown at the bottom of the page.
### Configuring Condition on a Workflow

You can apply conditions to a workflow that trigger it only under specific circumstances. After adding the desired workflow type (for example, sending an email), you can add a condition to the workflow.

Select **Enable conditions** to open the condition editor. In the condition editor, you will see options to create logic that determines when the workflow should run. The condition is generally based on the values of the form fields.

For example: You have a form with a dropdown field labeled **Preferred Contact Method** with options such as **Email** and **Phone**. You can set up a workflow that sends an email notification only when the user selects **Email**.

![Workflow Conditions](images/workflow-conditions.png)

Now, this email notification will only be sent when the user selects **Email** as their preferred contact method.

Fill in the rest of the settings and click **Submit**. The workflow is added to your Form and displayed at the bottom of the page.

## Workflow Processing

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion 14/umbraco-forms/editor/attaching-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ Once the Workflow Type has been selected, you will need to configure the workflo

To use data from the submitted Form in your workflow, head over to the [Magic Strings](../../developer/magic-strings.md) article and learn more about how that's done.

Fill in the settings and hit **Submit**. The workflow is added to your Form and it will be shown at the bottom of the page.
### Configuring Condition on a Workflow

You can apply conditions to a workflow that trigger it only under specific circumstances. After adding the desired workflow type (for example, sending an email), you can add a condition to the workflow.

Select **Enable conditions** to open the condition editor. In the condition editor, you will see options to create logic that determines when the workflow should run. The condition is generally based on the values of the form fields.

For example: You have a form with a dropdown field labeled **Preferred Contact Method** with options such as **Email** and **Phone**. You can set up a workflow that sends an email notification only when the user selects **Email**.

![Workflow Conditions](images/workflow-conditions.png)

Now, this email notification will only be sent when the user selects **Email** as their preferred contact method.

Fill in the rest of the settings and click **Submit**. The workflow is added to your Form and displayed at the bottom of the page.

## Workflow Processing

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.