Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I redirect the user to a URL based on dropdown selection in ConfiForm

Kushagra Sahu March 10, 2022
  • I have a field in my ConfiForm called Work Type and it has 3 options:
    • Issue
    • Observation
    • Project
  • Upon submission of the form, I want to redirect the user to a URL only when Work Type selected is 'Issue'
  • If 'Observation' or 'Project' is selected as Work Type, then do not want to redirect them to that URL

 

1 answer

1 accepted

0 votes
Answer accepted
Alex Medved _ConfiForms_
Community Champion
March 10, 2022
Kushagra Sahu March 11, 2022

Hi Alex,

I gave the condition in as

Upon submission the page is not getting auto refreshed and when I refresh it manually then the submission is getting recorded even when I select the Work Type as Issue

Where:

  • Work Type is of dropdown field type
  • 2 is the Label ID of Issue

 

Kushagra

Alex Medved _ConfiForms_
Community Champion
March 11, 2022

Conditions in ConfiForms are described as filters 

In your case it will be something like

WorkType:2

Alex

Like Kushagra Sahu likes this
Kushagra Sahu March 11, 2022

Where does the link go after

 

WorkType:2

Alex Medved _ConfiForms_
Community Champion
March 11, 2022

redirect_to_url.png

Into the Redirect URL parameter....

Kushagra Sahu March 11, 2022

Where does the condition 'WorkType:2' go in that case?

Until now I was trying to enter both the condition and the URL in the Redirect URL parameter

Alex Medved _ConfiForms_
Community Champion
March 11, 2022

Hmm, not sure I understand your question, as it is like... visible on the macro

2 parameters... 1 for condition, another for redirect url

ifttt-redirect.png

As easy as that....

Alex

Kushagra Sahu March 11, 2022

My bad, I was trying to achieve this within the 'Registration Control' macro.

Tried it on the 'Integration Rule' macro and it's working.

 

Sorry for all the trouble.

Thanks for your help Alex!

 

Kushagra

Alex Medved _ConfiForms_
Community Champion
March 11, 2022

You can see in my first comment I have said about an IFTTT to be used... if the redirect needs to happen conditionally.

Glad you understand this now and got it working!

Like Kushagra Sahu likes this

Suggest an answer

Log in or Sign up to answer