SteffenM1628
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Toolset Forms Bootstrap 4 classes do not work or work correctly
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 6 | hace 4 años, 9 meses | ||
Userform native WordPress profile picture
Iniciado por: SteffenM1628
en: 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 | hace 5 años, 1 mes | ||
css form styling works on html field but not on toolset field
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 7 | hace 5 años, 3 meses | ||
Click Toolset Forms Submit button with JavaScript or jQuery
Iniciado por: SteffenM1628
en: Toolset Professional Support
Problem: Solution: |
2 | 9 | hace 5 años, 3 meses | ||
page refresh or redirect to custom url after form submit
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 10 | hace 5 años, 3 meses | ||
Toolset Forms Media upload
Iniciado por: SteffenM1628
en: Toolset Professional Support
Problem: Solution: |
2 | 9 | hace 5 años, 3 meses | ||
change site to homepage – now form gives error
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 4 | hace 5 años, 3 meses | ||
Css loading problems
1
2
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 28 | hace 5 años, 5 meses | ||
Send Notification via "cred_notification_recipients to different child of parent
1
2
Iniciado por: SteffenM1628 en: Toolset Professional Support |
3 | 22 | hace 5 años, 8 meses | ||
Help to style forms
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 9 | hace 5 años, 8 meses | ||
Convert Unix Timestamp in to dd/mm/yyyy
Iniciado por: SteffenM1628
en: 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 | hace 5 años, 9 meses | ||
multi step form
Iniciado por: SteffenM1628
en: 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 | hace 5 años, 9 meses | ||
Elementor no dynamic key options
Iniciado por: SteffenM1628
en: 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 | hace 5 años, 9 meses | ||
Sorting nested tables
1
2
Iniciado por: SteffenM1628 en: Toolset Professional Support |
3 | 24 | hace 5 años, 11 meses | ||
Use a conditional shortcode on an elementor button
Iniciado por: SteffenM1628 en: Toolset Professional Support |
2 | 7 | hace 5 años, 11 meses |