neilH-3
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 |
---|---|---|---|---|---|
Problem displaying multiple related posts
Started by: neilH-3 in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
I want to display posts in a full page calendar display
Started by: neilH-3 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
Adding variable woocommerce product to user registration form
Started by: neilH-3 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
How to arrange custom fields into columns on backend
Started by: neilH-3
in: Toolset Professional Support
Problem: I would like to apply a custom layout to custom fields displayed in the wp-admin post editor screen, so the fields are shown in columns. Solution: There is no designer for the layout of fields in the wp-admin editors, but you can enqueue any custom CSS in your child theme using admin_enqueue_scripts. Relevant Documentation: https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts |
2 | 2 | 6 years, 4 months ago | ||
creating proposals as CPT
Started by: neilH-3 in: Toolset Professional Support |
3 | 4 | 6 years, 5 months ago | ||
Enable custom field duplication
Started by: neilH-3 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
How to sort a View by standard field then custom field
Started by: neilH-3
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 5 months ago | ||
Creating contact form for CPTs
Started by: neilH-3 in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
conditional display with multi-checkboxes field type
Started by: neilH-3
in: Toolset Professional Support
Problem: Solution: Please note that there are few types of post fields you cannot use as conditions for showing other fields. These fields include the Embedded Media, File Fields (Audio, Video, Image and File Upload field), Multiple Checkboxes field and a WYSIWYG Text Area field. Additionally, repeating fields also cannot be used as conditions for showing other fields. You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 7 months ago | ||
multiple conditional fields same form
Started by: neilH-3 in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
custom fields conditional display of hyperlink
Started by: neilH-3
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 8 months ago | ||
javascript errors
Started by: neilH-3 in: Toolset Professional Support |
2 | 4 | 6 years, 9 months ago | ||
How to pass custom field value to gravity form using query URK
Started by: neilH-3
in: Toolset Professional Support
Problem: Using a custom field with a URL / hyperlink - to send the value of another form field from the same CPT to a gravity form using a URL query string. Is there any documentation that you are following? Not really. Just standard HTML for the query string Is there a similar example that we can see? Here is the string as of now: https://site-url/registration?coursereq=peds3&instructor=jealous&date=December 12-15, 2018 I have a CPT for a course. one of the custom fields is a URL link to the course registration button. Because there are several different courses, there are 3 different field values that need to be sent to the regsitration form which is built using Gravity Forms. They are: 1. Course Requested the CPT has this info, and I have created similar fields in the Gravity Form, but I need help sending the value from the STATUS custom field to the Gravity Form in the query string. Solution: In Types plugin side, you can try with Types shortcode [types] to output the custom field value, and setup it as URL parameter of the link, for example: http://my-url/?my-param=%5Btypes field='my-field'][/types] It will be able to output custom field "my-field" value as URL parameter "my-param" More help: In "gravity form" side, you will need to check their document to setup the URL parameter: https://docs.gravityforms.com/using-dynamic-population/ You can also ask help from the supporters of "gravity form": Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/ |
2 | 6 | 6 years, 9 months ago | ||
Can't use 'Auto-Generate Form' option
Started by: neilH-3 in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago |