peterv-6
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Form stopped working when Types updated to 3.2.1
Started by: peterv-6
in: Toolset Professional Support
Problem: I have a Form that uses conditionals based on the value of a generic field. That field is set using the cred_post_parent shortcode, but it's not working after updating to Types 3.2.1. Solution: Instead of setting the value based on cred_post_parent, use the wpv-search-term shortcode to directly access the parent post URL parameter. [cred-generic-field field="_wpcf_belongs_company-profile_id" type="hidden" class=""] { "required":1, "validate_format":0, "persist":1, "default":"[wpv-search-term param='parent_company-profile_id']" } [/cred-generic-field] Relevant Documentation: |
2 | 6 | 5 years, 11 months ago | ||
I am getting lots of PHPfatal errors that seem to be linked to the Access plugin
Started by: peterv-6 in: Toolset Professional Support |
2 | 4 | 7 years, 2 months ago | ||
I had help with a Filter in a view by Logged in user..did work now super SLOOWWW
Started by: peterv-6 in: Toolset Professional Support |
2 | 2 | 7 years, 2 months ago | ||
Aligning radio buttons and checkboxes with labels
Started by: peterv-6
in: Toolset Professional Support
Problem: Solution: .wpt-form-item.wpt-form-item-radio input, .wpt-form-item.wpt-form-item-checkbox input { float: left; margin-right: 10px; position: relative; top: -1px; } |
2 | 3 | 7 years, 3 months ago |