Pat
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 |
---|---|---|---|---|---|
How to avoid the url message after cred submission
Iniciado por: Pat en: Toolset Professional Support |
2 | 15 | hace 5 años, 7 meses | ||
Some issues with Cred generic field options with Views shortcode
Iniciado por: Pat
en: Toolset Professional Support
Problem: Solution: {"value":"Cours \"bellissima\" 2018","Cours \"bellissima\" 2018":""} You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 5 | hace 5 años, 7 meses | ||
Need to retrieve date and parent info inside a snippet
Iniciado por: Pat
en: Toolset Professional Support
Problem: I am trying to use the Forms API, but I'm having trouble getting the value of a custom field and the selected post parent. Solution: Use the 'wpcf-' prefix to access the value of a Types custom field in the Form, and use the parent field name to access the ID of the parent post. $date_debut = $_POST['wpcf-date-debut-stage']; $lieu = $_POST['@salle-product.parent']; |
2 | 3 | hace 5 años, 7 meses | ||
Make the sum of custom fields in different columns
Iniciado por: Pat
en: Toolset Professional Support
Problem: The issue here is that the user wanted to sum their table columns This is not something that can be done with toolset. |
2 | 5 | hace 5 años, 8 meses | ||
Default parameter in Cred generic field
Iniciado por: Pat
en: Toolset Professional Support
Problem: I have created a Cred with 3 generic fields : image, checkboxes and wysiwyg. How to populate them with default value? Solution: You just need to output those field values as correspond format: - image field: image file URL format - checkboxes field: option's values format - wysiwyg field: text value For example: https://toolset.com/forums/topic/default-parameter-in-cred-generic-field/#post-1254631 Relevant Documentation: |
2 | 10 | hace 5 años, 8 meses | ||
Use an unique modal window for a Views
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 8 meses | ||
Need to filter with several value of the same custom field
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 8 meses | ||
How to update user role in bulk
Iniciado por: Pat
en: Toolset Professional Support
Problem: Change the user role from Editor to Subscriber using Toolset form for editing users. Solution: It needs custom codes, for example: https://toolset.com/forums/topic/how-to-update-user-role-in-bulk/#post-1252769 Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
2 | 3 | hace 5 años, 8 meses | ||
Manage terms fields in front end with Cred
1
2
Iniciado por: Pat
en: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to create taxonomies and populate their custom fields from the frontend. Solution: The term meta will need to be filled out on the backend. |
2 | 22 | hace 5 años, 8 meses | ||
Need confirmation on cred_sucess_redirect (bug on documentation ?)
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 8 meses | ||
How to define a Views filter by post date?
Iniciado por: Pat en: Toolset Professional Support |
2 | 7 | hace 5 años, 8 meses | ||
$_POST does not return a strtotime format?
Iniciado por: Pat
en: Toolset Professional Support
Problem: I would like to access the value of a datepicker field in a cred_save_data callback, but it doesn't seem to be usable Unix timestamp. Solution: Datepicker fields contain an array of information. The 'datepicker' key contains the timestamp you can use. $date = $_POST['wpcf-date-evenement']['datepicker']; // $date is now a Unix timestamp |
2 | 3 | hace 5 años, 8 meses | ||
Cred does not propose third party custom fields
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 8 meses | ||
How to modify terms fields in front end?
Iniciado por: Pat en: Chat Support |
1 | 1 | hace 5 años, 8 meses | ||
cred_success_redirect does not work
Iniciado por: Pat
en: Toolset Professional Support
Problem: I'm using a cred_success_redirect hook to redirect a Form to a particular URL, but it's not working as expected. Solution: Make sure no other cred_success_redirect hooks are conflicting with your custom code. |
2 | 8 | hace 5 años, 8 meses |