question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to navigate on a url on completing survey

See original GitHub issue

Add 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:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
andrewtelnovcommented, Feb 4, 2020

@SamMousa Implemented via commit above.

Thank you, Andrew

1reaction
andrewtelnovcommented, Feb 4, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found