(Squarespace) Hide First/Last name in Submission Text

If you see this problem.

You can use this code to Custom CSS to fix problem.
If code doesn’t work, you can comment below, message or email me.

body:has(.form-submission-text p) .name {
    display: none;
}

Result

1 Like