Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 16, 2021 14:28
Show Gist options
  • Select an option

  • Save Octagon-simon/26b7c84e06abb896b2bb8131821a631f to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/26b7c84e06abb896b2bb8131821a631f to your computer and use it in GitHub Desktop.
Set up your fields Array
<?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