Skip to content
Shivam Laidwar edited this page Sep 20, 2023 · 1 revision

Wiki Page:

Validation Form LWC

GitHub repo size GitHub

Introduction

Welcome to the Validation Form LWC repository! This Lightning Web Component (LWC) allows users to create simple forms with input validation for name and date fields.

Table of Contents

Getting Started

Before you begin, make sure you have Salesforce CLI or Salesforce Extensions for Visual Studio Code installed. You'll need these tools to deploy the Validation Form LWC to your Salesforce org.

Features

  • Input validation for name and date fields.
  • Custom error messages for empty fields.
  • User-friendly interface.

Installation

To install the Validation Form LWC in your Salesforce org, follow these steps:

  1. Clone the GitHub repository to your local machine:

    git clone https://github.com/s4SHIVam7/validationForm_lwc.git
    

Usage

Here's how you can use the Validation Form LWC in your Lightning App:

  1. Include the component in your Lightning page.
  2. Customize the error messages and validation logic as needed.
  3. Interact with the form to validate user inputs.

ScreenShots

  1. Main Component image

  2. Error Result(s) : 1 image

  3. Error Result(s) : 2 image

  4. Success Result image

Clone this wiki locally