Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 990485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:57:15+00:00 2026-05-16T05:57:15+00:00

After failed client side validation of a form Trinidad shows error messages and highlights

  • 0

After failed client side validation of a form Trinidad shows error messages and highlights labels of failed inputs. I need to highlight the input fields themselves. Is it possible to do it somehow? The most desperate solution I can think of is attaching js event listener on DOMAttrModified event on labels, but it’s really an awful hack.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T05:57:15+00:00Added an answer on May 16, 2026 at 5:57 am

    We’ve finally chosen another hack. After the document is loaded, we replace the trinidad’s function for submiting the form with our implementation which triggers an event after failed validation and this hook then loops through all validation messages, looking for id of input with error (and set it’s style). Ugly, but works. This is the ilustration of that idea using jQuery (just a sketch, not tested):

    $(window).load(function () {
    //save original function for form submit
    var originalSubmit = window.submitForm;
    //replace function for form submit with custom implementation that triggers some event in case of validation failure
    window.submitForm = function (form, doValidate, parameters, isPartial) {
        var retval = originalSubmit(form, doValidate, parameters, isPartial);
        if (!retval) {
            $(window).trigger('failedFormValidations', [form, doValidate, parameters, isPartial]);
    
        }
    
    }
    
    //bind a listener for failed validations which performs the desired behavior
    $(window).bind('failedFormValidations', function(event, form, doValidate, parameters, isPartial) {
        // reset all inputs to nonhighlighted state, then loop through all labels and hightlight inputs with error
    });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My form is a wizard like form which does client side validation for each
I now get the ASP.NET Ajax client-side framework failed to load. javascript error in
I’ve a problem with the page jumping after failed asp.net validation. I can restore
I have an ASP.NET MVC page with multiple file uploads. After a failed post,
After a number of failed deployment attempts (configs overwritten, files missing, out dated etc)
After my last, failed, attempt at asking a question here I'm trying a more
After running a new Play-framework 2.0 based project, i failed to clean it -
New to C++ express, and after follow the winsock tutorial, getting countless of error.
I successfully implemented client editors and a server side API. Now I'm adding more
The following code nets me out error after error. MailMessage Enveloppe = new MailMessage();

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.