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.
- Input validation for First Name, Last Name and BirthDate fields.
- Custom error messages for empty fields.
- User-friendly interface.
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:
- Clone this repository to your local machine:
git clone https://github.com/s4SHIVam7/validationForm_lwc.git