Dor Reznik Posted September 19, 2019 Share Posted September 19, 2019 (edited) so i want to have users to agree on two things (in checkboxes) before they can submit a form to me.(just like you cant proceed without agreeing the term and conditions on some websites/services) how would i do that?is there a way in javascript to check by the ID of the checboxes if they are checked or not (true/false), and if they arent checked - and try to submit the form -> they will get a pop-up saying they must check the inboxes before submitting the form?thanks Edited September 19, 2019 by Dor Reznik Initial Revision Link to comment
paul2009 Posted September 19, 2019 Share Posted September 19, 2019 If you add a checkbox field and set it to required, the form cannot be submitted until it is checked. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity 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 too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Dor Reznik Posted September 19, 2019 Author Share Posted September 19, 2019 indeed but i have two checkboxes, if only one is marked they can still submit the form Link to comment
paul2009 Posted September 19, 2019 Share Posted September 19, 2019 Add them as separate fields. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity 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 too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Dor Reznik Posted September 19, 2019 Author Share Posted September 19, 2019 thanks its a nice idea, i did it for now, however it is still a bad workout, since its required it adds a '*' to the title which doesnt exist on the second one... i wish it could be built in option, sounds fairly simple to do Link to comment
Iain_R_ Posted February 4, 2020 Share Posted February 4, 2020 I have a follow on question. I have a set of T&Cs (pdf document) that I want users to confirm they agree to via tick box before submitting form. Is there a way I can insert a hyperlink to the text in the form editor? e.g. "Read T&Cs here" Link to comment
Those_Who_Squirm Posted August 29, 2021 Share Posted August 29, 2021 On 9/19/2019 at 3:39 PM, Dor Reznik said: thanks its a nice idea, i did it for now, however it is still a bad workout, since its required it adds a '*' to the title which doesnt exist on the second one... i wish it could be built in option, sounds fairly simple to do I agree. I'm dealing with the same issue now. A checkbox-to-proceed field should never have more than one checkbox and I don't know how I am going to fix this. 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