felixM-3
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 |
---|---|---|---|---|---|
One to Many relationship limit parent selection in child cred form by parent cf
Started by: felixM-3 in: Toolset Professional Support |
|
2 | 2 | 1 year, 5 months ago | |
Send email notification to a user email that has a custom field with a specified
Started by: felixM-3 in: Toolset Professional Support |
|
2 | 2 | 3 years, 3 months ago | |
Autosave title from CFand add incremental number starting from 1 each year
Started by: felixM-3
in: Toolset Professional Support
Problem: Solution: add_action('cred_save_data','func_custom_post_title',10,2); function func_custom_post_title($post_id,$form_data) { if ($form_data['id']==123) { $field_1 = $_POST['wpcf-field-slug-1']; $field_2 = $_POST['wpcf-field-slug-2']; $args = array('ID' => $post_id, 'post_title' => $field_1.' '.$field_2); wp_update_post($args); } } The above is a basic method on how to update the post title. |
|
2 | 6 | 3 years, 6 months ago | |
Error login for users with editore role when Toolset Access is active
Started by: felixM-3 in: Toolset Professional Support |
|
2 | 4 | 3 years, 8 months ago | |
Duplicate CPT in frontend – atachment repeating custom fields
Started by: felixM-3 in: Toolset Professional Support |
|
2 | 3 | 4 years, 2 months ago | |
Repeating term field file type => how to display file title not entire file link
Started by: felixM-3
in: Toolset Professional Support
Problem: Solution: |
|
2 | 6 | 4 years, 4 months ago |