• Resolved kdenis

    (@kdenis)


    please fix

    wp-content\plugins\constant-contact-forms\includes\class-display.php

    
    // If we have an error.
    if ( $field_error ) {
      // Tack that sucker on to the end of our input.
      $classes[] = 'class="ctct-invalid"';
    }

    to

    
    // If we have an error.
    if ( $field_error ) {
      // Tack that sucker on to the end of our input.
      $classes[] = 'ctct-invalid';
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘validation error’ is closed to new replies.