charleneK
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 |
---|---|---|---|---|---|
data-dependent conditional field display in admin
Started by: charleneK in: Toolset Professional Support |
3 | 5 | 4 years ago | ||
Custom search/filter only certain product categories?
Started by: charleneK
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | 4 years, 2 months ago | ||
CRED generic field not saving data?
Started by: charleneK
in: Toolset Professional Support
Problem: I am using a generic field in my Form but it doesn't seem to save data into my custom field. Solution: Be sure to use the correct slug. Types fields have a wpcf- prefix in the database, and a generic field should use the same prefix. add_action('cred_save_data', 'my_save_data_action_choices',10,2); function my_save_data_action_choices($post_id, $form_data) { // if a specific form if ($form_data['id']==34373) { if (isset($_POST['wpcf-roommate-preferences'])) { // add it to saved post meta $emails = $_POST['wpcf-roommate-preferences']; $comma_separated = implode(",", $emails); add_post_meta($post_id, 'wpcf-roommate-preferences', $comma_separated, true); } } } Relevant Documentation: |
2 | 4 | 4 years, 9 months ago | ||
CRED permissions for non-types fields?
Started by: charleneK in: Toolset Professional Support |
2 | 3 | 4 years, 9 months ago | ||
CRED form with select woocommerce order
Started by: charleneK in: Toolset Professional Support |
3 | 13 | 4 years, 10 months ago | ||
CRED select created by view, use values in email notifications
Started by: charleneK in: Toolset Professional Support |
2 | 4 | 4 years, 10 months ago | ||
access form data in cred_save_data hook
Started by: charleneK in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Get uploaded filed URL custom woocommerce field
Started by: charleneK in: Toolset Professional Support |
2 | 3 | 4 years, 11 months ago | ||
Display related products filtered based upon relatioship.
Started by: charleneK in: Toolset Professional Support |
2 | 5 | 4 years, 12 months ago | ||
When using shortcode to display a view inside builder, I get "no items found"
Started by: charleneK in: Toolset Professional Support |
3 | 16 | 5 years, 11 months ago |