SteffenM1628
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 | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Toolset Forms Bootstrap 4 classes do not work or work correctly
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 6 | Il y a 4 années et 11 mois | ||
Userform native WordPress profile picture
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: I would like to use a Form to update a custom post. When the Form is submitted, I would like to automatically set a User custom field image using the Featured Image from the Form. Solution: Use custom code and the Forms API: add_action('cred_save_data', 'my_save_data_action',10,2); function my_save_data_action($post_id, $form_data) { // if a specific form if ($form_data['id']==83) //can i add more than one form? { $image_value = get_the_post_thumbnail_url( $post_id, "full"); // full size, change for a different size $user = wp_get_current_user(); $user_id = $user->ID; update_user_meta($user_id, 'wpcf-profilbild', $image_value); } } Relevant Documentation: |
2 | 10 | Il y a 5 années et 2 mois | ||
css form styling works on html field but not on toolset field
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 7 | Il y a 5 années et 4 mois | ||
Click Toolset Forms Submit button with JavaScript or jQuery
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: Solution: |
2 | 9 | Il y a 5 années et 5 mois | ||
page refresh or redirect to custom url after form submit
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 10 | Il y a 5 années et 5 mois | ||
Toolset Forms Media upload
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: Solution: |
2 | 9 | Il y a 5 années et 5 mois | ||
change site to homepage – now form gives error
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 4 | Il y a 5 années et 5 mois | ||
Css loading problems
1
2
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 28 | Il y a 5 années et 6 mois | ||
Send Notification via "cred_notification_recipients to different child of parent
1
2
Commencé par : SteffenM1628 in: Toolset Professional Support |
3 | 22 | Il y a 5 années et 9 mois | ||
Help to style forms
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 9 | Il y a 5 années et 10 mois | ||
Convert Unix Timestamp in to dd/mm/yyyy
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: My problem is in a view. i have a field "post-date" and it is shown in the front end every time in the unix timestamp. Solution: The problem was a plugin which has change the wordpress date format in the unix timestamp. Relevant Documentation: |
2 | 4 | Il y a 5 années et 10 mois | ||
multi step form
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: Solution: Please elaborate precisely what, and why you need it. We cannot provide solutions for it in the forum, as it is simply not possible natively to create such forms with Toolset. Custom Solutions |
2 | 3 | Il y a 5 années et 10 mois | ||
Elementor no dynamic key options
Commencé par : SteffenM1628
in: Toolset Professional Support
Problem: Display custom user field in Elementor editor. Solution: You can use Views shortcode directly, for example, you can display current logged-in users 's fields with shortcode [wpv-user], like this: [wpv-user field="wpcf-custom-user-field"] And if it is a custom user field created with Types plugin, you can use Types shortcodes directly Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/ |
2 | 5 | Il y a 5 années et 10 mois | ||
Sorting nested tables
1
2
Commencé par : SteffenM1628 in: Toolset Professional Support |
3 | 24 | Il y a 6 années | ||
Use a conditional shortcode on an elementor button
Commencé par : SteffenM1628 in: Toolset Professional Support |
2 | 7 | Il y a 6 années |