LiveAliveStudios Posted November 22, 2019 Share Posted November 22, 2019 As the title states, I'm trying to change the options that appear when you create a "Survey" field on a form. By default, the options are, "Strongly Disagree," "Disagree," "Neutral," "Agree," and "Strongly Agree." However, the questions I'm trying to ask don't work semantically with those answers and I'm looking for a way for them to say something different. Are there any CSS scripts, or maybe an HTML code, that would allow me to do this? Surely there must be a way to change it the same way we can change font sizes in forms, yeah? Thanks for any help y'all can offer ☺️ Nimosa 1 Link to comment
paul2009 Posted March 12, 2020 Share Posted March 12, 2020 Here's a workaround that was posted previously: ghostplugins 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Catch up on all the release notes and announcements 2023 [for Circle members only] (there's a public version here)Buy me a coffee Link to comment
DiViNCi Posted March 24, 2020 Share Posted March 24, 2020 Why can't I see this answer? it's asking me to sign in but I'm signed in? Link to comment
paul2009 Posted March 26, 2020 Share Posted March 26, 2020 The workaround suggested by @moovlabs is to use "radio buttons" instead of the survey option. With a line of CSS, you can modify the radio buttons so they appear on the same line. ShortAngryViking 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Catch up on all the release notes and announcements 2023 [for Circle members only] (there's a public version here)Buy me a coffee Link to comment
ghostplugins Posted March 26, 2020 Share Posted March 26, 2020 Thanks, @paul2009! Not sure why it won't let you see it @DiViNCi, but I'll report here. 😄 You can’t really change the Survey Options, but I was able to mess around with some css and found a great work around using the Radio option. I’ll outline the steps below. 1. Add a radio field to the form. 2. Add the info and what options you’d like to use. 3. Save the page and then add this code to the custom css editor box. This will place the radio buttons next to each other, just like the survey. .form-wrapper .field-list .field .option {width: 20%;float: left;text-align: left;margin-bottom: 30px;} 4. The result: I hope this helps! 😄 Codymoovlabs.com | ghostplugins.com Cody and Team, The Ghost Co. 👻 Ghost Plugins: 500+ free plugins and templates for Squarespace🎉 Ghost Marketplace: The very first product-based marketplace for Squarespace💙 Circle Story: Thank you, Squarespace! Link to comment
liftyourgood Posted September 22, 2021 Share Posted September 22, 2021 Has this changed with 7.1? I need to change the survey response options as well but don't really want to create individual radio button questions and responses. bite47 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment