SteffenM1628
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 |
---|---|---|---|---|---|
Toolset Forms Bootstrap 4 classes do not work or work correctly
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 6 | vor 4 Jahren, 8 Monaten | ||
Userform native WordPress profile picture
Gestartet von: 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 | vor 4 Jahren, 12 Monaten | ||
css form styling works on html field but not on toolset field
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 7 | vor 5 Jahren, 1 Monat | ||
Click Toolset Forms Submit button with JavaScript or jQuery
Gestartet von: SteffenM1628
in: Toolset Professional Support
Problem: Solution: |
2 | 9 | vor 5 Jahren, 2 Monaten | ||
page refresh or redirect to custom url after form submit
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 10 | vor 5 Jahren, 2 Monaten | ||
Toolset Forms Media upload
Gestartet von: SteffenM1628
in: Toolset Professional Support
Problem: Solution: |
2 | 9 | vor 5 Jahren, 2 Monaten | ||
change site to homepage – now form gives error
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 2 Monaten | ||
Css loading problems
1
2
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 28 | vor 5 Jahren, 3 Monaten | ||
Send Notification via "cred_notification_recipients to different child of parent
1
2
Gestartet von: SteffenM1628 in: Toolset Professional Support |
3 | 22 | vor 5 Jahren, 6 Monaten | ||
Help to style forms
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 9 | vor 5 Jahren, 7 Monaten | ||
Convert Unix Timestamp in to dd/mm/yyyy
Gestartet von: 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 | vor 5 Jahren, 8 Monaten | ||
multi step form
Gestartet von: 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 | vor 5 Jahren, 8 Monaten | ||
Elementor no dynamic key options
Gestartet von: 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 | vor 5 Jahren, 8 Monaten | ||
Sorting nested tables
1
2
Gestartet von: SteffenM1628 in: Toolset Professional Support |
3 | 24 | vor 5 Jahren, 10 Monaten | ||
Use a conditional shortcode on an elementor button
Gestartet von: SteffenM1628 in: Toolset Professional Support |
2 | 7 | vor 5 Jahren, 10 Monaten |