I was hoping to set some default values in a form using values from the wp-usermeta table in the db like first_name and last_name.
The Default Value dropdown has a couple of options like {user:display_name} and {user:user_login} and I was wondering if there was a list of other values available that I canm access?
Or should I be using Parameter Name instead, and if so, are there any examples of how?
Thanks.