MegaCreative Posted April 18, 2021 Share Posted April 18, 2021 Site URL: https://www.megacreative.com.au/order Hi all, Hoping for some help. Is there a way to: 1. Have the address fields in the form block save into multiple cells in google sheets instead of merged into one cell? I.e. a separate cell for address 1, address 2, city, state/province, zip/postal code and country. 2. In the address form block change city to suburb. Beyondspace 1 Link to comment
Beyondspace Posted April 18, 2021 Share Posted April 18, 2021 47 minutes ago, MegaCreative said: Site URL: https://www.megacreative.com.au/order Hi all, Hoping for some help. Is there a way to: 1. Have the address fields in the form block save into multiple cells in google sheets instead of merged into one cell? I.e. a separate cell for address 1, address 2, city, state/province, zip/postal code and country. 2. In the address form block change city to suburb. Use css to change the form label [x-autocompletetype="city"] + .caption-text { visibility: hidden; } [x-autocompletetype="city"] + .caption-text:after { visibility: visible; content: 'Suburb'; position: absolute; left: 0; } Regarding to question 1, you can not change how the address submitted, so either you split the data use spreadsheet formula or use individual text fields to collect the values BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MegaCreative Posted April 18, 2021 Author Share Posted April 18, 2021 Thank you! Where do i paste the css? Link to comment
MegaCreative Posted April 18, 2021 Author Share Posted April 18, 2021 All good - I figured it out. Link to comment
MegaCreative Posted April 18, 2021 Author Share Posted April 18, 2021 Is it possible to remove 'address 2' field from the form? Link to comment
creedon Posted April 18, 2021 Share Posted April 18, 2021 It can be removed visually from the form. But not from the data being stored. Add the following to Design > Custom CSS. .form-wrapper .field-list .address2 { display : none; } This is for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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