Jump to content

Search the Community

Showing results for tags 'form'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forum
    • Welcome to the Forum
    • Customize with code
    • Commerce
    • Feedback on Your Site
    • Images & Videos
    • Pages & Content
    • SEO
    • Products
    • Resources
  • Colorado Designers's Topics
  • Austin, TX Designers's Club Discussion
  • New York City Designers's Club Discussion
  • Berlin Designers's Club Discussion
  • SEO Experts's Club Discussion
  • Artists and Photographers's Club Discussion
  • Graphic Designers's Topics
  • London Designers's Topics
  • Podcasters's Club Discussion
  • Custom Coding Help's Club Discussion
  • Atlanta, GA Designers's Topics
  • Seattle, WA Designers's Topics
  • San Diego, CA Designers's Topics
  • Dallas, TX Designers's Topics
  • Australia Designers's Club Discussion
  • Minnesota Designers's Topics
  • Minnesota Designers's Topics
  • Copywriters's Topics
  • France Designers 🇫🇷's Topics
  • France Designers 🇫🇷's Topics
  • Portland, OR Designers's Topics
  • Canadian Website Designers's Club Discussion
  • Los Angeles Designers & Devs's Club Discussion
  • South African Designers's Club Discussion
  • Brazil Designers's Club Discussion
  • Developers's Club Discussion
  • German Circle Members's Topics
  • SEO Global's Introduce Yourself
  • Online Sellers's Club Discussion
  • PNW Designers's Topics
  • Yoga Community Club's Topics

Blogs

  • Community Testing's Test blog

Calendars

  • Events Calendar
  • Squarespace webinars
  • Yoga Community Club's Events

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Website


Location


Expert ID

  1. Hi all, I have the need to add a dynamic form to my site (currently unpublished as it's still a work in progress, but if publishing it incomplete will help, I can do so). I have a radio button, and if the response is 'yes,' I want to display an additional few questions. Searching YouTube, I found a great tutorial for this very option here. I'm able to follow her tutorial, but it is not functioning. Here is the code I've added to the header after inspecting the elements I want to hide until a user selects the 'yes' radio button (this code does indeed hide the questions): <style> #textarea-e0b21384-52e4-4c76-8f57-dcf92d7701bc, #name-d9c4852d-1168-411e-98c8-191f8535c74c, #email-3ce5a4c3-2487-41a9-a9ac-0d0aac9b6a11 { display: none; } <style> Here is the javascript code I've added to the footer (this code appears to be non-functional): <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <script> $('#radio-3cdb8646-93a2-4da7-a004-e63f4f475151 input').click(function(){ selection = $(this).val; if (selection == 'yes') { $('.form-item').show(); } }); </script> The only difference I've noticed between her tutorial and my site, is that her radio button element is a <div>, whereas mine looks like this: <fieldset class="form-item field radio" id = "radio-3cdb8646-93a2-4da7-a004-e63f4f475151"> = $0 If anyone can point me to a solution to get my dynamic form functional, I would be greatly appreciative. Please let me know if you have any additional questions!
  2. Site URL: https://www.devonmind.com/equal-opportunities-monitoring-form Hi all, I would like to format some form fields into columns, but displayed vertically. So for instance, if there are 15 radio button options, numbers 1-5 are in column A, followed by 6-10 in column B, and 11-15 in column C. I've figured out what coding to add in order to split them into columns, but they display horizontally (i.e. 1 in column A, 2 in column B, 3 in column C, then back to A) and I'm not sure what tweak(s) I need to make. Have attached screenshots which should hopefully help. There is custom code on the live site link I've provided, but hopefully you'll be able to decipher it and advise what I need to remove and add. Thanks so much in advance! 🙂 Andre
  3. I have a Form setup, where I have custom javascript in place to hide required form elements, and populate them with jquery. This used to work, but now when the form is submitted, its reporting back as "Field is required" since the user themselves didn't type in the form field. This had worked previously, but it seems like possibly Squarespace is using ReactJS that is preventing the value override from being recognized by the validating backend? Any help would be greatly appreciated. Only thought currently is to do the required field validation in custom js as well and mark the fields in the form as not required, thus bypassing whatever check is happening
  4. Hello, With the form update, I've lost the ability to change my radio button and checkbox colour. I've found the correct selectors, but my CSS is being overridden (even when I add !important). Any idea how to correct?
  5. Hey, I have a contact form on this site: https://alpaca-chicory-4ktm.squarespace.com/ I want to change the text so it says something different instead of 'Sign up for news and updates' Any ideas? Thanks!
  6. Hey, we have a number of forms contained within buttons for users to download content. In the post form message, the download link is white on a white background, like this: Any help much appreciated! Cheers, Tom
  7. Hello! I would like to make the yellow form block after you submit your message shorter as I think it's too long for the page. I dont want a long block of yellow going down the page as i would like users to see more of the image behind it. Any ideas on how to customize this with code? https://parisrosina.com/contact See mobile and desktop images below Thank you!
  8. Greetings Squarespace & Squarespace Community, I enjoy utilizing Squarespace, however I must admit there's a few things I feel can make it better and continually live up to it's great potential. I know I utilize the form block extensively, however there are minor tweaks I feel that can be made to better it for all users such as the website owners and the clients/customers/users who utilize it. Below are some of my suggestions. Drop Down Select: The drop down select field is very vital and important, however what I noticed what would happen a lot with my customers and clients is that they can blow past a question on accident without necessarily reading it, because the first option there doesn't require them to actually click the drop down and make a selection. I believe Squarespace should fix this field by implementing an actual "Please Select An Option Below" portion that will require them to select an option or it will not allow them to complete the form. Incorporate an upload an image field. Add a multiple choice field. Add a feature that creates an option where if they select one thing it can spawn a secondary question.
  9. We need to have additional fields on the booking form for our programs - as customers are usually going to be booking for 2 or more people at a time, and we need details for each participant (Name, date of birth, parent/guardian details, swimming ability, medical disclosure) Is there a way to 'add another participant details' on the form at checkout? or can you suggest a way to do this?
  10. Site URL: https://plums-flounder-b2ml.squarespace.com/contact New to squarespace here - just looking for a simple fix to finish up I have inserted some css to make the buttons on body of the pages and the one in my footer show with customized effect but I can not figure out how to do this for the button in the header or the Send button on the form. Any ideas? Also I have the links in the main navigation change color on hover but have not been able to to do this site wide? Here is the button css I have inserted: .sqs-block-button-element--small { border-radius: 8px; padding: 15px; box-shadow: 9px 9px 5px hsl(279, 81%, 29%); } .sqs-block-button-element--small:hover { background-color: darkred; color: white; box-shadow: 4px 4px 1px hsl(279, 81%, 29%); } .sqs-block-button-element--medium { border-radius: 8px; padding: 15px; box-shadow: 9px 9px 5px hsl(279, 81%, 29%); } .sqs-block-button-element--medium:hover { background-color: grey; color: white; box-shadow: 4px 4px 1px hsl(279, 81%, 29%); }
  11. Hi, Is there a way to disallow URLs to be included in form fields? I'd like to do that for my contact form. I read that this can help protect against spam as spam submissions usually include links. Is that possible? Many thanks!
  12. I've used a donation block in the past without problems. This year, the org asked if we could ask the donator for one optional field ( "In Honor Of", a short text field). I found that the donations block has "Add Form Fields" and so I added the single TEXT field called "In Honor Of". As far as I can tell it works as expected but with on ugly exception. Without any added form fields the checkout process has the normal 1,2,3,4 checkout process for 1. Your Account, 2, Your Contribution, 3. Payment and 4. Review and donate. When you've added a Form Field it makes step 4 become a step to provide any form fields and moves Review and Donate to step 5. The ugly part is the title it gives this new Step 4. In my case it gives Step 4 the title "2". Just the number 2. I've included screen shoots showing the live Donate block with the odd Step 4 title and others that show as my settings for the Donation Block. Any ideas what might be causing this and/or suggestions to resolve this? (other than using external donation plugin ... for now) PS: As I'm entering this I realize it may be important to note that this is a 7.0 website, not 7.1. Ugh. I'll try a test on a 7.1 site to see if it's version specific.
  13. Hi, We are getting a ton of spam through our Contact Us form (link) - to the tune of 30 emails at a time. We added a ReCaptcha, but that doesn't seem to be helping at all. Is there a way to block an email domain, or something else we can do? I am brand new at this, so go easy on me! Sorry if this has been covered elsewhere - I couldn't find anything when I searched. Thanks, Katie
  14. Hello everyone, I am starting a fresh flower shop. I need to have a date picker on the checkout page or product page and allow the customer to choose the delivery date. How can I do this? Thanks in advance. Jose
  15. I am seeing an issue on both my Instagram page and past events page where the only most recent past event is from December 31, 2022. I’ve had more events since then, but they are not displaying at all. FYI, these particular pages is set up as a “blog”. This kind of page was recommended. I believe from this community for past events and my Instagram page. Please advise if this is not correct or any adjustments I need to make to fix the past events and Instagram page. thanks
  16. Hello! The code stopped working on the forms (mobile version). Does anyone know how to fix this?
  17. I have a long form with sections containing a large number of checkbox items, I would like these checkbox items to appear as 4 column on desktop and 2 column on mobile. I can find css for making the form 2 column, but that's not what Im after, I need the checkbox sections to be multi column. https://seabass-hexahedron-tcln.squarespace.com/bad-business-members-3 @tuanphan maybe you are able to help me :))) Any help very much appreciated and thanks in advance... Steph
  18. I'm want to use Google Analytics to track conversions from my Squarespace 6 site - those conversions being a completed form on the site - but cannot find a way to include the code in the submission button or the form submitted page. Does anyone know of a workaround to allow me to track completed forms?
  19. I currently have the storage of my newsletter form submissions set to Google Sheets. When the submissions are added to a new row in Google Sheets, a dash '-' is added in the name field. So it looks like "Jane -" in the name field. This is a little messy because the automated emails then address the recipient as "Jane -" instead of "Jane". Does anyone know how to fix this?
  20. hi, I have an issue with a form on my website. in mobile view the first name last name fields do not align properly. the same form on a different page (the kontakt page) works well.
  21. Hi All: I have a form block in lightbox mode with a background color. The issue is that when the form is not open the background color is around the button. Ahhh! How do I hide the background color around the form button when the form is not opened? Go here: https://sav-lux-insurance-services.squarespace.com/contact-us Password: SAVLUX You'll see the color around the "Start the Conversation" button. Help is MUCH appreciated. -Brian-
  22. Hello, Im looking to setup a form similar to the website I have listed below. I would like to setup the form so clients can choose a dropdown and it will redirect to the correct page depending on the type of selection of pick up location and drop off location which will then show them what vehicles we have and price of the travel. Thanks in advance. Form Example
  23. Is it possible to reset a form after submission without refreshing the page? I have a contact form that I want to display thank you message on form submission but then show the form again.
  24. Hello, I am wondering if there is anyway to change the colour of a line on a form. I have my site wide line colour to my preferred colour #f8c03b but it this is not reflected on my form. Thank you!
  25. Hi, my client owns a domain e-mail address from Register.com I pointed the form on Squarespace to send the form to his domain e-mail address, and he doesn't receive anything from Squarespace (nothing in Spam folders, too). However, his domain e-mail address works normally, but just doesn't receive any e-mails from Squarespace forms. When I tried pointing the form to his regular Yahoo e-mail address, it works and he receives the Squarespace forms. It's just when I point to his Domain e-mail address, it doesn't work. He doesn't get anything. What kind of problem is this? Maybe it's Squarespace form problem or his domain problem? Any suggestions will help. Thanks! Joe
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.