ScooterNorm
-
Posts
7 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by ScooterNorm
-
-
Yes I understand. Can you help me with what the CSS code would be?
Thanks,
-Norm
-
It would not be a problem to make the fields the same.
Can you help me with CSS code? I'm not an expert but I've done some stuff with CSS code.
Thanks,
-
Thanks for pointing me in the right direction.
-
When sharing a link to our website via WhatsApp, the logo which is shown is an old logo in B&W. I would like to update this logo to our new color logo but I can't figure out where to change it. I tried changing the site header but that did not change it.
Any idea where this logo is coming from?
Thanks,
-Norm
-
Hey Ziggy,
Thanks for the tip for #1. I moved the spreadsheet to the folder I wanted and it got updated properly.
As for #2. I not sure what you're saying.
I have 2 pages for the newsletter signup, one in English and one in French . The spreadsheet columns are:
submitted on
name
email required
email requis
optional message
message optionnel
The English page has form fields "email required" and "optional message". And that's where the submitted info goes.
The French page has form fields "email requis" and "message optionnel". And that's where the submitted info goes.
So how can I make the French page use the "email required" and "optional message" columns without changing the form field names?
Thanks,
-Norm
-
I have Newletter block questions:
#1. With the "Storage" --> "Additional Storage" --> "Google Drive" is it possible to save the spreadsheet in a specific folder? For Instance, I would like to save the spreadsheet in the folder "NL" with a spreadsheet name of "NewsLetter". How can I do this?
#2. Is it possible to change the name of the fields which are saved in the spreadsheet? I have two form fields in my Newsletter block named "email requis" and "message optionnel". Can I have them stored in fields named "email required" and "optional message"? How can I do this?
Thanks,
2 Newletter block questions
in Customize with code
Posted
Here's the link to our page. https://brass-porpoise-7wff.squarespace.com/french/contact-new3
The current CSS code is:
<style>
.form-block .name .title {
display: none;
}
</style>
<style>
button[aria-live="polite"] span.form-submit-button-label {
font-size: 0 !important;
}
button[aria-live="polite"] span.form-submit-button-label:before {
content: "Soumission";
font-size: 16px !important;
}
</style>
We would like the following changes:
"First Name" to be "Prénom (requis)"
"Last Name" to be "Nom de famille (requis)"
"Email (required)" to be "E-mail (requis)"
"Subject (required)" to be "Sujet (requis)"
"Message (required)" to be "Message (requis)"
Thanks,
-Norm