Custom text inside Form - Form Builder addon - SP Page Builder Pro

Опубликовано: 26 Июнь 2026
на канале: Paul_tips_tricks
941
2

Simple hack how to get a Custom Text field inside Form Builder addon from SP Page Builder 3.x . Only one single custom CSS line is needed with input ID name - which one? Check using Code Inspector (tool from your browser).
Code: input#sppb-form-builder-field-X {display: none;}

I know it's not a perfect solution, but it works.