# Mautic form with three radio buttons, but I'd like this form to redirect to a different page depending on the option the user choice

**URL:** https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388
**Category:** General Discussion
**Tags:** community
**Created:** [June 7, 2022, 6:28am UTC](https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388 "2022-06-07T06:28:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![omar.vasquez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/omar.vasquez/32/4325_2.png) [@omar.vasquez](https://forum.mautic.org/u/omar.vasquez)
#### Post date: [June 7, 2022, 6:28am UTC](https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388/1 "2022-06-07T06:28:43Z")

</div>

Hi Community!, I have a mautic form with three radio buttons, but I’d like this form to redirect to a different page depending on the option the user selects before form submission, is there some way to configure this on mautic or some other way to accomplish that?

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [June 7, 2022, 2:54pm UTC](https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388/2 "2022-06-07T14:54:31Z")

</div>

Hi,

1. Create a campaign form
2. You can create a custom text field called “route”.
3. Assign the value as a person’s name to the radio button.
4. Start a campaign with the form, and make decisions:

- if value is “Steve”, send email to user Steve
- if value is “John”, send email to user John

Would that work?

---

<div class="post-metadata">

### Author: ![omar.vasquez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/omar.vasquez/32/4325_2.png) [@omar.vasquez](https://forum.mautic.org/u/omar.vasquez)
#### Post date: [June 7, 2022, 3:24pm UTC](https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388/3 "2022-06-07T15:24:27Z")

</div>

Hi @joeyk thanks, but I’m looking for redirection instead of campaigns, I have the following scenario.

The form on submission should redirect the user to a different welcome page depending on which radio button the user clicked before the submission.

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [June 7, 2022, 3:26pm UTC](https://forum.mautic.org/t/mautic-form-with-three-radio-buttons-but-id-like-this-form-to-redirect-to-a-different-page-depending-on-the-option-the-user-choice/24388/4 "2022-06-07T15:26:33Z")

</div>

Oh, okay.

In this case you need to code the JS yourself, or at least modify the current one.

Joey
