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

  • Home
  • SEARCH
  • 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 457583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:35:09+00:00 2026-05-12T22:35:09+00:00

I have a form and wish to display a checklist which will just be

  • 0

I have a form and wish to display a checklist which will just be a list of items to show the user which sections have been completed. I want to be able to apply a css class to each list item that will show a tick or cross depending on whether those form fields have been completed like so;

<ul class="summary">
    <li class="complete">Resort</li>
    <li class="complete">General Information</li>
    <li class="complete">Accommodation</li>
    <li class="incomplete">Resort Features/Services</li>
    <li class="incomplete">Resort Extras &amp; Amenities</li>
</ul>

In some cases there may be multiple form fields for each section in order to determine whether to display a tick or cross.

I wondered if anyone had done anything like this before or knows of any examples?

Thank you.

  • 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-12T22:35:09+00:00Added an answer on May 12, 2026 at 10:35 pm

    You’d use jQuery to validate/determine the completeness of each section.

    Then, you’d swap the class of the appropriate list item. I’d give each one a class to ID it:

    <ul class="summary">
    <li class="summary-resort">Resort</li>
    <li class="summary-general">General Information</li>
    <li class="summary-accomodation">Accommodation</li>
    <li class="summary-features">Resort Features/Services</li>
    <li class="summary-extras">Resort Extras &amp; Amenities</li>
    </ul>
    

    Then a simple line of jQuery:

    ...if summary-resort section is complete...
    $(".summary-resort").addClass("complete")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP generated form which consists of a list of items, each
I have a control in my parent mdi form which I wish to be
I have a form which collects user info including name, location, url, email address
I have a page to edit user information, and I wish to show the
I have a list of String which I wish to convert to Json. I
I have a form which I wish to be be represented graphically elsewhere on
Hoi! I have a form I wish to submit, but I need to add
I have a pop up form that i wish to close on successfull submit
I have form where user submits field. Field can have letters, numbers, and punctuation.
I have a simple form that I wish to postback to the server in

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.