Pricing Blog

How to Save Slider Output in a Variable

  • loki11o-1402966213692231690

    Loki11

    23 days ago

    I have created a slider component using HTML, CSS, and JavaScript. Now, I want to store the weight value output from the slider so that I can send it to the backend via an API.
    1402966213939822602-Screenshot_2025-08-07_161629.png
    1
  • nocodeprocode-1403021911591485514

    NoCode ProCode

    23 days ago

    You would need to run the JS in an action and emit events that will set variables, see here: https://youtu.be/hjEWPecyAv4?si=h8CYKd7fd-wXlXsb
    2