HI!
I'M HAVING TROUBLE WITH THIS CONTACT FORM DATEPICKER PLUGGIN.
It's not showing in admin panel.
So in the forums i tried many ways but none worked:
in wp-config : i added this code....
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/** Allow only admins to see contact form 7 settings in admin panel */
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'manage_options' );
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'manage_options' );
/**#@+
* Authentication Unique Keys and Salts.
and then this one :
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'manage_options' );
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'manage_options' );
HELP PLEASE!!!!!
thanks a lot!