felixM-3
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
One to Many relationship limit parent selection in child cred form by parent cf
Commencé par : felixM-3 in: Toolset Professional Support |
|
2 | 2 | Il y a 2 years, 4 months | |
|
Send email notification to a user email that has a custom field with a specified
Commencé par : felixM-3 in: Toolset Professional Support |
|
2 | 2 | Il y a 4 years, 2 months | |
|
Autosave title from CFand add incremental number starting from 1 each year
Commencé par : 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 | Il y a 4 years, 4 months | |
|
Error login for users with editore role when Toolset Access is active
Commencé par : felixM-3 in: Toolset Professional Support |
|
2 | 4 | Il y a 4 years, 7 months |