Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also looking for that feature or the ability to add a line of text or block of text between the fields.

    What I did was add custom classes to the field i want the header to follow, then added this in my header file in javascript tags:

    jQuery(document).ready(function() {
    
    jQuery('<div style="padding-top: 15px;"></div><h1><strong>Discount Programs</strong></h1>').insertAfter('.finalContactInfo');
    
    });

    seems to work pretty well

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is there a way to add form headings’ is closed to new replies.