Problem: I have a Form that creates posts, and I would like to set the default values of some custom fields using information from the current logged-in User's profile. For example, I would like to place the User's email address in one custom field.
Solution: You should be able to set the default value using the value attribute and a Types or Views shortcode. Be sure to alternate quotation marks as shown in the following example:
[cred_field field='email-field' force_type='field' class='form-control' output='bootstrap' value='[wpv-user field="user_email"]']
Relevant Documentation:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-user
https://toolset.com/documentation/customizing-sites-using-php/functions/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 4 years, 10 months ago.
Assisted by: Christian Cox.