JamesRogers Posted October 23, 2019 Share Posted October 23, 2019 Hi there, my name is James and I'm new to Squarespace. I've created a contact form for my website and I'd like to delete the 'last name' box if possible, is there any way I can do this? Thanks. Link to comment
SnazzyView Posted October 23, 2019 Share Posted October 23, 2019 Yes and no, you could achieve it with CSS but you would need to set the name field to make it not mandatory. If you would like to do this just enter the below into your websites global CSS. .last-name { display:none; } But if you want to just collect somebody's first name then I would just recommend using the text field instead and just calling it first name. https://support.squarespace.com/hc/en-us/articles/205814018#toc-text JamesRogers, JessCot, asillince and 1 other 4 snazzyview.com Link to comment
AsiaForum Posted November 26, 2021 Share Posted November 26, 2021 If I replace the first/last field with a text field, will the first name still populate as their first name in my subscriber mailing list? 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