This fix is a solution for adding a line of text, such as remarks or instructions, or any other information desired to a form. It involves using a single blank text box and making adjustments to the CSS. By adding the following code to the CSS and changing “workhistory” to match the field ID:
[data-id="workhistory"] .et_pb_contact_field_checkbox { display: none!important; }
The text box associated with that field will be hidden from view. This allows the blank text box to be added without interfering with the form’s functionality or appearance.
Overall, this fix provides a simple and effective solution for customizing forms to include additional text.