coc-admin
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 |
---|---|---|---|---|---|
Page Not Found when linking from list to Edit details
Started by: coc-admin in: Toolset Professional Support |
1 | 2 | 4 years, 7 months ago | ||
Possible to refer to form by name instead of ID?
Started by: coc-admin
in: Toolset Professional Support
Problem: Solution: $form = get_post( $form_id ); $form_name = $form->post_title; You can build a function that will return the name of the form from the form_id and use it inside your hooks: if ( get_form_name( $form_data['id'] ) == 'My Form Name' ) Relevant Documentation: |
2 | 3 | 4 years, 8 months ago | ||
Unable to import custom posts
Started by: coc-admin in: Toolset Professional Support |
2 | 3 | 4 years, 8 months ago | ||
cred_form_validate not returning error
Started by: coc-admin
in: Toolset Professional Support
Problem: I would like to use the cred_form_validate hook to apply an error on the post title under certain circumstances, but it does not seem to work. Solution: Check the syntax and be sure the fields and values are referenced using the proper keys. 'name' => $fields['post_title']['value'], ... $errors['post_title']='This Serial Number is already on file'; Relevant Documentation: |
2 | 3 | 6 years, 5 months ago | ||
Does Access look only at the primary role for the account?
Started by: coc-admin
in: Toolset Professional Support
Problem: The issue here is that the user has a multirole for his customers and wanted to know if Access only looks at the primary role when setting permissions. Solution: Yes our access plugin only looks at the primary role of the user when applying its permissions. |
2 | 3 | 6 years, 5 months ago | ||
Repeating fields on front-end form – possible?
Started by: coc-admin
in: Toolset Professional Support
Problem: Create a front-end form that includes a repeating-field group. I have added the repeating group to the field group, and to the post type. My next step wants to be adding the repeats to the existing form for the post type. I don't see a way to do that. Solution: The Toolset Repeatale Groups is based on posts, each item of repeatable field group is a single post, For example, let us say you have a post type called “Houses” and a repeatable field group for “Rooms” that belongs to each house. You can create a separate form that allows users to add/edit “rooms” to existing houses. Relevant Documentation: |
2 | 4 | 6 years, 5 months ago | ||
[wpv-items-count] showing full [wpv-found-count] on paginated page
Started by: coc-admin in: Toolset Professional Support |
2 | 5 | 6 years, 5 months ago | ||
Select a parent post in a new child post form
Started by: coc-admin
in: Toolset Professional Support
Problem: I would like to allow Users to select the parent post in a new child post Form. Solution: When you create a new child post Form, the parent post select field will be generated automatically. Relevant Documentation: https://toolset.com/documentation/post-relationships/selecting-parent-posts-using-forms-create-child-items/ |
2 | 3 | 6 years, 5 months ago | ||
How to vary the marker icon based on field content
Started by: coc-admin
in: Toolset Professional Support
Problem: The issue here is that the user wanted to switch between the 2 different markers based on an option selected in a Post. Solution: What you need to do is to use our views conditional shortcode. Use this to check the custom field value to see what is set then use it to load the different marker. |
2 | 5 | 6 years, 5 months ago | ||
Relationship Form "Add New" button dimmed out
Started by: coc-admin in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago |