jamesH-10
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Cred forms inserting escape characters into JS
Started by: jamesH-10 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
How to assign product category to a post type
Started by: jamesH-10 in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
cred_form_validate file_data size isn't being set?
Started by: jamesH-10 in: Toolset Professional Support |
2 | 3 | 6 years, 9 months ago | ||
CRED Edit User Form won't submit with uploaded image in thumbnail
Started by: jamesH-10 in: Toolset Professional Support |
4 | 8 | 6 years, 9 months ago | ||
Unable to set cred_field value for email with usermeta
Started by: jamesH-10
in: Toolset Professional Support
Problem: I would like to set the value of a cred_field with the value of an email custom field in the current User's profile. When I use the Types usermeta shortcode, the value is not set correctly. If I place the same types usermeta shortcode outside the CRED field, I see the correct email address. Solution: The Types usermeta shortcode will output a full HTML email address link, which won't work in a cred_field value attribute. Instead, you should use the wpv-user shortcode to output only the email address: <div class="form-group"> <label>Contact Email</label> [cred_field field='eoi-contact-email' post='expression-interest' value="[wpv-user field='wpcf-contact-email-universal']" urlparam="" class='form-control' output='bootstrap'] </div> Relevant Documentation: |
2 | 3 | 6 years, 10 months ago |