Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

Can I create a custom client/customer end dashboard in squarespace?

So basically I am designing this website and want to deal with clients using forms submissions which I can see I can do that by create projects and invoicing from the squarespace dashboard. Send ...
Abdullah Sultan's user avatar
0 votes
0 answers
46 views

Determine how Calendly routine pop form closes

I embeded an Hubspot form on Squarespace when the form is clicked a Calendly routine form pops up with the fields prefilled from the Hubspot form, but the issue I have is that each time a user clicks ...
Damtos's user avatar
  • 1
0 votes
2 answers
53 views

How can I have this specific class of button redirect when clicked/enter, while keeping the original functionality?

I have this button on a novalidate html form and I'm trying to get it to redirect to another webpage, while keeping the original functionality of creating an account. <button class="...
Jake Glidden's user avatar
0 votes
1 answer
189 views

HTML Form Upon Submission Opens New Tab, Prefer If It Just Redirected On Current Tab

I've inserted the following form code block into my Squarespace website via GetForm -- but, once the form is submitted, a new tab is opened that redirects to the GetForm 'Thank You' page. Instead of ...
JJL's user avatar
  • 1
0 votes
1 answer
300 views

How do you create a Squarespace form block in Developer Mode?

Does anyone know how to create a form block in Developer Mode in Squarespace? I want to create a form with a Squarespace id and built in javascript validation and submit behavior but can't use the GUI ...
Amanda K's user avatar
0 votes
1 answer
144 views

Squarespace accept requests from other domain

I have a website built in Squarespace with a booking form that uses Design My Night. The form POSTs to https://bookings.designmynight.com and uses the following to redirect back to a THANK YOU page on ...
j00m's user avatar
  • 501
0 votes
1 answer
187 views

How to insert form block in developer mode in Squarespace

I'm working on a Squarespace website in developer mode where I can create the website with code. In the file site.region, I noticed that I can insert a footer block using this code: <squarespace:...
Joseph K.'s user avatar
  • 1,203
0 votes
1 answer
37 views

how to alert filename of uploaded file in squarespace form?

I have a form on a page in SquareSpace that allows an image file to be uploaded:- https://www.colourourstory.com/uploads (try with dummy data if needed). I need to add the filename of the uploaded ...
Jonathan Lyon's user avatar
0 votes
1 answer
1k views

Conditional Form on Popup Squarespace

I have a squarespace site (page here https://www.americangardenhouse.com/products/o-sweet-viola) I'm trying to create an a conditional form (in this case it would be on the additional product form). ...
user2004710's user avatar
0 votes
1 answer
122 views

Redirect to page after successfully entering in information in Squarespace

I have a page in Squarespace that I only want viewable after someone inputs their contact information. For example, I would create a Form Block, and then direct them to the otherwise locked page so ...
antonanton's user avatar
0 votes
0 answers
55 views

JQuery Ajax call is not filling third-party database

I'm trying to connect Squarespace forms to an app called Zola. Zola has a CRM to manage customer leads. When someone submits a form from SS we want it to populate a new lead in the CRM automatically. ...
Brett Hansen's user avatar
0 votes
0 answers
355 views

jQuery Ajax call from SquareSpace forms

I need to populate a third party app through all my SquareSpace website's form submissions. The app has given me a jQuery call so I've loaded jQuery into Code Injection > Header but I'm trying the ...
Brett Hansen's user avatar
0 votes
1 answer
640 views

Squarespace - CSS change placeholder text color

i'm really struggling to find away to change the color of the placeholder text within my form fields. I can change the background color of the form fields but not the color of the text. The ...
Roy's user avatar
  • 1
1 vote
1 answer
1k views

How To Pass URL UTM/SQF Parameters Through SquareSpace Indexed Sub Pages?

Squarespace Index pages have a main page and a sub page. It looks like the following: INDEX (xyz.com/landingpage) Page 1 (xyz.com/landingpage) Page 2 (xyz.com/landingpage-1) Squarespace cannot pass ...
just_some_dude's user avatar
0 votes
1 answer
739 views

Squarespace: form submission failure: After successfully processing form data with JavaScript, the form doesn't submit to Mailchimp

I have a form in a Squarespace form block. I successfully intercept the form before submission (using a form.submit()listener) and successfully read and process the data. I only read the form data (...
alxfyv's user avatar
  • 389
0 votes
2 answers
223 views

What causes an array, in a Squarespace site, initialized as = [] ,to be populated with objects prior to the first reference to it?

I wrote some JavaScript to intercept form data on a submit event, and to build an array of objects from the several <select> fields, processing one field per iteration of a loop that grabs the ...
alxfyv's user avatar
  • 389
0 votes
1 answer
1k views

Change form label/checkbox font size in a Squarespace site

I've been trying to modify the labels/checkboxes and I can't find a solution. The checkbox text is a bit small and I would like to edit the CSS to make it bigger. I have tried: form-wrapper .field-...
nicolusse88's user avatar
0 votes
1 answer
237 views

Adding URL parameters based on mobile-detect.js output

I've got a Squarespace form that has hidden fields that are collected and submitted as long as the hidden fields are populated in the URL like squarespace.com/contact-us/?SQF_SOURCE=facebook I'm ...
dashb's user avatar
  • 157
2 votes
0 answers
3k views

Squarespace - can I pass data from a Form into a Python script, and return an automated message?

I'm a mathematician (not a developer) trying to make a website using Squarespace. The only coding language I know is Python. One desired feature of the website is a kind of "personality quiz". The ...
numberwang's user avatar
1 vote
1 answer
747 views

Form submit issues with Squarespace site using Amazon CDN

I have a Squarespace site which I put behind the Amazon Cloudfront CDN for added security. However, the forms on the site don't submit anymore. The submit button simply blinks, and the form does not ...
Keren's user avatar
  • 217
0 votes
1 answer
4k views

Javascript in Squarespace isn't working?

I have a custom form that uses javascript that I'd like to add to my site. What the form does, is in stead of having a text label it has an image label which will change when a user hovers over the ...
rachel's user avatar
  • 63
0 votes
0 answers
742 views

squarespace: send form data to email without using php

I am using an html form in a website hosted by squarespace. after the form is submitted, I want to send the form data in an email. to my understanding, squarespace currently does not support php ...
AnatPort's user avatar
  • 748
4 votes
1 answer
4k views

Redirect to URL using code in GET form

I am working on a project in Squarespace to create a very basic combination lock form where inputting different codes (invoice #'s) takes you to specific URLs. Because it is Squarespace, I don't think ...
user3810134's user avatar