Adding a button
In the blocks tab, navigate to Buttons and drag the desired button into your heyflow
Adjust the settings such as size or icon as needed
Just publish your heyflow and you’re good to go!
Important: When you use multiple buttons on one screen, the last button on the screen will be triggered when clicking on enter.
Button Types
Type | Description |
Continue Button | The flow continues on to the following screen, when clicking on the button. |
Submit Button | This action submits the user's inputs to the Heyflow servers that then delivers it to you via the integrations. The submit button is usually used once at the end of the flow. See also submit. |
Back Button | The flow returns to the screen where the user came from (without validating the current screen). |
Link Button | The user is redirected to the specified URL when clicking the button. You can also add variables to the URL simply by typing in @{variable} which will be replaced by the variable's value. See Variables. |
Universal Button | This button can be used with all navigation actions. |
Navigation | A combination of a continue and back button. |
Without a submit action in your flow, you won't be able to collect any information. You should also be aware that the use of more than just one submit actions in your flow may lead to inconsistent and distorted data.