Add ability to navigate on a url on completing survey
See original GitHub issueAdd navigateToUrl, navigateToUrlOnCondition properties and onNavigateUrl event.
/**
* Set this property to a url you want to navigate after a user completing the survey
*/
public navigateToUrl: string
/**
* The list of url condition items. If the expression of this item returns true, then survey will navigate to item url
* @see UrlConditionItem
* @see navigateToUrl
*/
public navigateToUrlOnCondition: Array<UrlConditionItem>
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Forms Pro Branching Rules - Navigate To URL
Start from the top right of your survey and click the ellipsis, then Branching rules. Click Create rule to start customising your new...
Read more >How To Redirect Survey Participants to A Website Upon ...
Go to Survey flow · Click + Add a New Element Here · Click End of Survey · Move the End of the...
Read more >Navigate To URL - Branching Rules - Microsoft Forms Pro
... adding a Branching Rule to a survey, and using the Navigate To URL option to create a redirect after a survey has...
Read more >Survey Thank you page - redirect or add URL - IdeaExchange
We should be able to design the Thank you to redirect to a url and/or add a url directly to the Thank You...
Read more >Navigation Buttons - SurveyMonkey Help
Button Colors · Click the Design Survey tab. · In the left sidebar, click Style. · Click Colors. · For buttons, edit Accents...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SamMousa Implemented via commit above.
Thank you, Andrew
We could not know if the data has been saved or not if showDataSaving / showDataSavingSuccess was not called. I would agree that It would be logical to go to another url immediately after calling onComplete or, in case using showDataSaving callback, navigate after showDataSavingSuccess callback.
Thank you, Andrew