-
Posts
8 -
Joined
-
Last visited
HeyItsPrescott's Achievements
-
Inscape reacted to a post in a topic: Translate Auto-Inserted Form Field Labels in Contact Form
-
Success!! Thanks, @Inscape and @Greg_pns! Whether by CSS or JavaScript, both seem to do the trick ... thanks! | merci! | ¡gracias!
- 9 replies
-
- javascript
- form
-
(and 2 more)
Tagged with:
-
HeyItsPrescott reacted to a post in a topic: Translate Auto-Inserted Form Field Labels in Contact Form
-
HeyItsPrescott reacted to a post in a topic: Translate Auto-Inserted Form Field Labels in Contact Form
-
HeyItsPrescott reacted to a post in a topic: How to Change Font Size in Text Area Box in Survey Form
-
HeyItsPrescott reacted to a post in a topic: How to Change Font Size in Text Area Box in Survey Form
-
HeyItsPrescott reacted to a post in a topic: How to Change Font Size in Text Area Box in Survey Form
-
HeyItsPrescott reacted to a post in a topic: 7.0 Form Checkboxes: no longer square in shape
-
Hi there, I'm hoping to create a Spanish language version of a form and to localize some of the English-language text Squarespace automatically adds to form field labels (see attached). I read @paul2009's excellent answer from 2021, but wonder if Squarespace's architecture has changed since then, because I've tried variations (.innerHTML, .innerText, .createTextNode and .appendChild, putting the script in the header, footer, code block) and for the life of me I can't get it to work. The localized form, definitely a work in progress, is at https://wearegoodmedicine.org/comparte-su-historia. Thanks in advance for your help, Prescott
- 9 replies
-
- javascript
- form
-
(and 2 more)
Tagged with:
-
HeyItsPrescott reacted to a post in a topic: Duplicate "Contribution" Section in Donation Form for Mac / Safari / Apple Pay Users
-
Thanks, Paul! I know Squarespace is touchy about letting users modify the checkout/donation process. It's unfortunate, though, that the same exact question appears twice during the checkout process for Apple users. I assured my client that most donors won't notice it, but it adds an unnecessary extra click to the donation process and when, as a designer, my name is in the footer, I suspect those who do notice will wonder why I designed the checkout process this way. It's small, but it's bad UX and I hope Squarespace fixes it.
-
Hi all, I'm helping a client build a custom donation form which allows for Apple Pay as a payment method, and I noticed that when a Mac/Safari user clicks the donate button, they’re first asked for a dollar amount in a section titled "Contribution," and whether they want to use Apple Pay (left side of attached screenshot). But then once the donor chooses a payment method, they’re asked about the dollar amount a second time in a "Your Contribution" section (right side). When I log in with a PC, I'm not given the Apple Pay option so I don't see this duplicate, but I wonder if anyone else has encountered this? I have the sense that Squarespace is touchy about letting users modify the checkout/donation process, but I'm curious if there's any way to remove the duplicate "contribution" section which Mac users see. Thanks in advance, Prescott
-
HeyItsPrescott reacted to a post in a topic: Change Button background color on hover
-
HeyItsPrescott reacted to a post in a topic: Stop slideshow autoplay on click
-
tuanphan reacted to a post in a topic: CSS to Increase Dropdown Option Font Size
-
CSS to Increase Dropdown Option Font Size
HeyItsPrescott replied to HeyItsPrescott's topic in Customize with code
-
CSS to Increase Dropdown Option Font Size
HeyItsPrescott replied to HeyItsPrescott's topic in Customize with code
Thanks, @tuanphan! https://www.wearegoodmedicine.org/contact-us -
paul2009 reacted to a post in a topic: Adding Video Captions/Subtitles to Uploaded (Not Embedded) Videos
-
Hi there, I'm experimenting with uploading .mp4 videos directly to Squarespace rather than embedding YouTube/Vimeo videos. It works fine but there doesn't seem to be any way to add a caption file, and the video player doesn't include closed caption options when you click on the little gear icon. When I look at the code, it seems that Squarespace includes a <div class="plyr__captions"></div> for captions, but it's empty. I thought I'd try uploading a caption file to Squarespace's CDN and then use a code block with <video> and <track> tags to create a player (thusly: https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video) but before I go about reinventing the wheel ... does anyone have experience with adding subtitles/captions to an uploaded (not embedded) video in Squarespace? Thanks in advance, Prescott
-
On Squarespace 7.1, the dropdown menu in a form has a really small font. In the HTML, I can see the option tags reside inside select tags with an ID, but it doesn't seem like adding the ID to Custom CSS does anything. #select- [A LOT OF NUMBERS] -field { font-size: 12pt; } Does anyone know what might do the trick? Thanks in advance, Prescott