Pat
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Some issues with Cred generic field options with Views shortcode
Started by: 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 | 5 years, 7 months ago | ||
Need to retrieve date and parent info inside a snippet
Started by: 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 | 5 years, 7 months ago | ||
Make the sum of custom fields in different columns
Started by: 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 | 5 years, 7 months ago | ||
Default parameter in Cred generic field
Started by: 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 | 5 years, 7 months ago | ||
Use an unique modal window for a Views
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 7 months ago | ||
Need to filter with several value of the same custom field
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 7 months ago | ||
How to update user role in bulk
Started by: 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 | 5 years, 7 months ago | ||
Manage terms fields in front end with Cred
1
2
Started by: 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 | 5 years, 7 months ago | ||
Need confirmation on cred_sucess_redirect (bug on documentation ?)
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
How to define a Views filter by post date?
Started by: Pat in: Toolset Professional Support |
2 | 7 | 5 years, 7 months ago | ||
$_POST does not return a strtotime format?
Started by: 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 | 5 years, 8 months ago | ||
Cred does not propose third party custom fields
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 8 months ago | ||
cred_success_redirect does not work
Started by: 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 | 5 years, 8 months ago | ||
Insert edit user form link
Started by: Pat
in: Toolset Professional Support
Problem: How to insert edit user form link. Solution: You can follow our document to setup a content template, and insert edit user form link, like this: https://toolset.com/forums/topic/insert-edit-user-form-link/#post-1244933 Relevant Documentation: |
2 | 3 | 5 years, 8 months ago | ||
Split: Cred WC submission – remove success message from url
Started by: Pat in: Toolset Professional Support |
2 | 13 | 5 years, 8 months ago |