|  | 
| 4 | 4 | 
 | 
| 5 | 5 | Automatic HTML `<form>` with validation, messages, warnings and more! | 
| 6 | 6 | 
 | 
| 7 |  | -* Form fields: `text`, `textarea`, `dropdown`, `checkbox`, `radio` and `hidden`. | 
|  | 7 | +* Form fields: `text`, `textarea`, `dropdown`, `checkbox`, `radio` and `hidden` | 
| 8 | 8 | * Validators: `required`, `email`, `phone`, `number`, `lengthmax *`, `lengthmin *`, `sizemax *`, `sizemin *` | 
| 9 | 9 | 
 | 
| 10 | 10 | ```php | 
| @@ -35,9 +35,11 @@ Automatic HTML `<form>` with validation, messages, warnings and more! | 
| 35 | 35 | 
 | 
| 36 | 36 | ## 🎁 Installation | 
| 37 | 37 | 
 | 
| 38 |  | -This is a zero dependency library. Just drag `SimplePHPForm.php` into your project and `require('SimplePHPForm.php');`.  | 
|  | 38 | +This is a zero dependency library.  | 
| 39 | 39 | 
 | 
| 40 |  | -Optionally add the assets from `examples/css` and `examples/images` | 
|  | 40 | +Just drag `SimplePHPForm.php` into your project and `require('SimplePHPForm.php');` | 
|  | 41 | + | 
|  | 42 | +Optionally add the assets from `examples/css` and `examples/images` to your project. | 
| 41 | 43 | 
 | 
| 42 | 44 | ## 👁️ Examples + Screenshot | 
| 43 | 45 | 
 | 
|  | 
0 commit comments