Created
October 16, 2021 14:28
-
-
Save Octagon-simon/26b7c84e06abb896b2bb8131821a631f to your computer and use it in GitHub Desktop.
Set up your fields Array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once 'PHP-Snippets/forms/form-fields-v1.3.php'; | |
| $fields = [ | |
| "fname" => "First Name", | |
| "lname" => "Last Name", | |
| "email" => "Email Address" | |
| ]; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment