I am trying to pre-polulate user meta for phone and date of birth. I was able to prepop username, email, etc. Are the phone and date of birth not included in the user meta from other forms? Is the user meta limited to the info that wordpress registration contains?
1) used parameter name user_phone in Advanced
2) inserted this in functions.php add_filter('gform_field_value_user_phone', create_function("", '$value = populate_usermeta(\'phone\'); return $value;' ));
Is there a better or eaiser way to do this?
Thanks!
Marge
http://www.pirategirlfitnesscompany.com