Hello, I am using Divi and setup a page with a contact form. No problem there. The problem I am having is that Divi does not place associated labels on form elements. Here is an example of the code; <input type="text" id="et_pb_contact_name_1" class="input" value="" name="et_pb_contact_name_1" data-required_mark="not_required" data-field_type="input" data-original_id="name" placeholder="Name"> As you can see, the value= has no name "" and I can't find a way to add it in Divi. Can anyone give me any pointers please? Thanks.