Skip to content

Instantly share code, notes, and snippets.

@devuri
Created October 9, 2017 17:18
Show Gist options
  • Select an option

  • Save devuri/5148381671ab1a0166b3500dc07f0fd0 to your computer and use it in GitHub Desktop.

Select an option

Save devuri/5148381671ab1a0166b3500dc07f0fd0 to your computer and use it in GitHub Desktop.
Author Credit
<?php
/*
* EASY CUSTOM FIELDS
* Input field
* EXAMPLE
* echo '<pre>'. ecf_input('email', 'Enter Your Email', 'InputName');
* echo ecf_input(); // defaults
* PARAMETERS
* @param string type
* @param string label
* @param string name
* @param string val
* @param string input_class
* @param string input_id
* @param string divclass
* @param string label_class
* @author Uriel Wilson Jr <urielwilsonjr at gmail dot com>
* @license LGPL version 2 or greater <http://www.gnu.org/licenses/lgpl.html>
********************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment