Hello,
I was hoping someone could help me. I am unable to get my code working for my multilingual site for my form, and footer. I have followed the instructions and updated the section IDs and info accordingly to change the sections as per the guides below:
Footer
https://nicolepaulus.com/blog/2021/3/4/how-to-add-a-dual-language-footer-to-your-squarespace-site#:~:text=To add a dual footer,ID is for each footer. - nothing happened
Change Input Fields
#block-bb52ac14a09ab220d5cc {
.first-name .caption-text,
.last-name .caption-text,
{
display: none;
}
.first-name .caption:after {
content: 'Nome';
}
.last-name .caption:after {
content: 'Sobrenome';
}
}
Any help would be appreciated.
Thanks