Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.25 KB

Lightning Web Component: Validation Form

This Lightning Web Component (LWC) provides a simple form for validating user input. It includes fields for entering a name and selecting a date. The form performs basic validation to ensure that both fields are filled out before submission.

Features

  • Input validation for First Name, Last Name and BirthDate fields.
  • Custom error messages for empty fields.
  • User-friendly interface.

Installation

To use this component in your Salesforce org, you can deploy it using Salesforce CLI or Salesforce Extensions for Visual Studio Code. Here are the steps:

  1. Clone this repository to your local machine:
git clone https://github.com/s4SHIVam7/validationForm_lwc.git

ScreenShots

  1. Main Component image

  2. Error Result(s) : 1 image

  3. Error Result(s) : 2 image

  4. Success Result image