# How Do I Distribute Form Results Based on Option Selected?

**URL:** https://community.feathery.io/t/how-do-i-distribute-form-results-based-on-option-selected/678
**Category:** Support
**Created:** [May 2, 2024, 8:51pm UTC](https://community.feathery.io/t/how-do-i-distribute-form-results-based-on-option-selected/678 "2024-05-02T20:51:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Heritage](https://avatars.discourse-cdn.com/v4/letter/h/e9a140/32.png) [@Heritage](https://community.feathery.io/u/Heritage)
#### Post date: [May 2, 2024, 8:51pm UTC](https://community.feathery.io/t/how-do-i-distribute-form-results-based-on-option-selected/678/1 "2024-05-02T20:51:57Z")

</div>

We have 6 different divisions with different email addresses. I want to give the user the ability to choose which division their email should go to. Is there a way to route the email based on the option or division they’ve selected? I don’t want to have to create six different forms. Thanks

---

<div class="post-metadata">

### Author: ![kailash](https://avatars.discourse-cdn.com/v4/letter/k/2bfe46/32.png) [@kailash](https://community.feathery.io/u/kailash)
#### Post date: [May 3, 2024, 1:19pm UTC](https://community.feathery.io/t/how-do-i-distribute-form-results-based-on-option-selected/678/2 "2024-05-03T13:19:53Z")

</div>

Hi @Heritage , you can achieve this in a single form. There are two options that you can try:

1. You can set up different email integration actions based on field value conditions
2. Or you can use logic to set a hidden field for which email to notify and then reference that email in a single email integration action

Option `#2` can be a simpler one to manage.
