Pat
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é |
---|---|---|---|---|---|
How to avoid the url message after cred submission
Commencé par : Pat in: Toolset Professional Support |
2 | 15 | Il y a 5 années et 7 mois | ||
Some issues with Cred generic field options with Views shortcode
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Need to retrieve date and parent info inside a snippet
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Make the sum of custom fields in different columns
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Default parameter in Cred generic field
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Use an unique modal window for a Views
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 7 mois | ||
Need to filter with several value of the same custom field
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 7 mois | ||
How to update user role in bulk
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Manage terms fields in front end with Cred
1
2
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Need confirmation on cred_sucess_redirect (bug on documentation ?)
Commencé par : Pat in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 7 mois | ||
How to define a Views filter by post date?
Commencé par : Pat in: Toolset Professional Support |
2 | 7 | Il y a 5 années et 7 mois | ||
$_POST does not return a strtotime format?
Commencé par : Pat
in: 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 | Il y a 5 années et 7 mois | ||
Cred does not propose third party custom fields
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 7 mois | ||
How to modify terms fields in front end?
Commencé par : Pat in: Chat Support |
1 | 1 | Il y a 5 années et 7 mois | ||
cred_success_redirect does not work
Commencé par : Pat
in: 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 | Il y a 5 années et 8 mois |