More default fields
-
Is there a way to add more default values, I put this in my functions and would like to auto populate them.
function modify_contact_methods($profile_fields) {
// Add new fields
$profile_fields[‘youtube’] = ‘Youtube Username’;
$profile_fields[‘skype’] = ‘Skype Username’;return $profile_fields;
like http://contactform7.com/setting-default-values-to-the-logged-in-user/
Thank you
Lee
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘More default fields’ is closed to new replies.