filipV-3
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
account
Gestartet von: filipV-3 in: Toolset Professional Support |
3 | 13 | vor 6 Jahren, 6 Monaten | ||
Improve compatibility with Woocommerce fields
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 6 | vor 6 Jahren, 11 Monaten | ||
Show the shortcodes array with PHP
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 4 | vor 6 Jahren, 11 Monaten | ||
"value":"[wpv-post-id]" to show the label values
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 9 | vor 6 Jahren, 11 Monaten | ||
the CRED form isn't saving input from css editor anymore
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 5 | vor 7 Jahren | ||
Allow drag & drop ordering of field groups
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 3 | vor 7 Jahren | ||
Simplify code for saving entry from cred into user field
Gestartet von: filipV-3 in: Toolset Professional Support |
3 | 7 | vor 7 Jahren | ||
Need to reload browser to see result after saving field
Gestartet von: filipV-3 in: Toolset Professional Support |
3 | 4 | vor 7 Jahren | ||
Time Stamp to normal date
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 6 | vor 7 Jahren | ||
Using CPT entries in CRED registration form – select field
1
2
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 25 | vor 7 Jahren | ||
Sending user email with custom fields data
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 5 | vor 7 Jahren, 1 Monat | ||
view result not outlining as expected
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 9 | vor 7 Jahren, 2 Monaten | ||
Logical problem
Gestartet von: filipV-3
in: Toolset Professional Support
Problem: Solution: 2. Please add this code in your theme’s or child theme’s functions.php file. Please note the comments in this code and replace your field-names (slugs), form ID, etc where needed, otherwise code will not work: add_filter('cred_form_validate','form_field_validation', 2, 10); function form_field_validation( $field_data, $form_data ) { // field data are field values and errors list($fields,$errors)=$field_data; // validate if specific CRED form ID if ( $form_data['id'] == 3650 ) { // set error message per field if ( $fields['wpcf-text-field']['value'] == '' ) // Field slug with wpcf "wpcf-text-field" $errors['text-field'] = 'Text Field must not be empty'; // Field slug without wpcf "text-field" if ( $fields['wpcf-text-field2']['value'] == '' ) $errors['text-field2'] = 'Text Field 2 must not be empty'; } return array( $fields, $errors ); } Related ticket: https://toolset.com/forums/topic/required-fields-not-working-in-cred/#post-304667 |
2 | 6 | vor 7 Jahren, 2 Monaten | ||
Split up long cred forms
Gestartet von: filipV-3 in: Toolset Professional Support |
2 | 4 | vor 7 Jahren, 2 Monaten | ||
not saving checkboxes with href link
Gestartet von: filipV-3
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | vor 7 Jahren, 2 Monaten |