How to add confetti to the last step of your flow

If you want to add in an extra celebration for your flow - try adding in some confetti on the last step!

Drag an "Embed Component" into your flow. There will be a code snippet that appears on the left-hand side:

Replace what is in the code-snippet with the below code:

<script type="text/javascript"> function loadScript(src, callback) { let script = document.createElement('script'); script.src = src; script.onload = () => callback(script); document.head.append(script); } loadScript('https://cdn.jsdelivr.net/npm/tsparticles-preset-confetti@2/tsparticles.preset.confetti.bundle.min.js', script => { (async () => { await tsParticles.load("tsparticles", { preset: "confetti", }); })(); }); </script>

Now, when users enter that step - they'll see confetti appear to thank them for finishing your flow!


Have a specific component in mind? Our Customer Success champions are available by clicking on the chat bubble on the bottom right of our app or emailing support@upflowy.com. You can even book a call with them for a 1:1 session at a time you prefer.