• Resolved Starseed

    (@nikkiapt)


    Hello everyone! I’ve set up a sample page with the form I’m using and I’m trying to figure out how to get the sliders at the bottom of that page to show the actual number on the slider they’re choosing. Right now it’s just a slider (as you can see) but the numbers aren’t showing up. How do I get that to show? I checked all options in the form making backend and don’t see it. Thank you in advance!

    Both sliders are at the very bottom of the survey on this page.

    https://worldpeacedisclosure.com/tech-support-sample-page/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hello, @nikkiapt!

    Thank you so much for posting your question!

    Please set a default value by editing the spinner field from the right side of its editing pane. Have a look at the screenshot below.

    You can set a default value to any field this way. Let us know in case you will have questions.

    Cheers!

    Spinner

    Thread Starter Starseed

    (@nikkiapt)

    I apologize that I had taken the actual slider, not the spinner, down before I asked this question. I have put it back on the top again so you can see what I am saying about the values missing once published on the page. It’s showing in the back end, like the screen shot above, but not on the page. I currently have it set to theme 1.

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hello, @nikkiapt!

    Seems like a small CSS conflict, the text is white for some reason. Please add the following CSS code to Custom CSS option of your form theme:

    span.label {
        color: #000000;
    }

    Make sure to clear the cache of your web browser before you check the changes. Let us know if this helps.

    Thanks! Have a wonderful day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Not Showing Percentage??’ is closed to new replies.