Reset Button

Page refresh works of course, but if the widget is down the page it becomes awkward.
And while one can just move the sliders, the more configuration options that there are, the more someone has to check that they have in “reset” each one back to a starting position.

5 Likes

Hi @ElfsightBot, :sunglasses:
a small and quick workarount for a Reset Button to refresh the page to reset the calculation :upside_down_face:

Add this Code in the Code Editor

<button onclick="location.reload();">Reset</button>

Add a Heading Field to the Field Section

image

Or for a button in the Result Section

2 Likes

@Sina, Fantastic :star_struck:

A huge thank you for sharing your tip with us!

1 Like