Community
        
        
            
                
                    I'd like to use a Google Form for qualifying customers prior to booking them for an event. Depending on their answers, I'd like to either send them to a success page or disqualification page (external URLs). I can see that your plugin makes it so Google Forms can be directed to a URL upon submit, but can it do two different URLs dependent on the responses?
                    
                 
                
             
         
     
    
        
        
     
Comments (1)
Oct 12, 2024
Yes, you can redirect users to different pages based on the form responses. Entry id for question to be used in the IFS condition Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Formfacade Edit page, scroll to the bottom of the page > click on the settings gear icon for the Submit section > Button settings page will be displayed > click On submit > select Show customized message for this button > In the Message Editor, click on the @ icon and select the relevant field from the list > entry id for that field will be included in the following format ${entry###} > copy the entry### and use it the IFS condition for redirect. Conditional redirect on subnmit In the Formfacade Edit page, click on the settings gear icon for the Submit section > Button settings page will be displayed > click On submit > select Redirect on submit > enter the IFS condition and click Save. For example: ${IFS(entry### == value1, "https://url1.com", entry### == value2, "https://url2.com")}
Add your comment
Add photo