khalidK
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 |
---|---|---|---|---|---|
Limit number of instances of custom fields that can be added in a form
Started by: khalidK
in: Toolset Professional Support
Problem: Solution: To be able to target different fields with different limits, add a class to the div wrapping the form field, something like this, where the class 'limit-to-3' is added: <div class="form-group limit-to-3"> <label>Owner</label> [cred_field field="owner" force_type="field" class="form-control" output="bootstrap"] </div> You can then use custom JS like so: jQuery(function($) { $(".limit-to-3 .js-wpt-repadd").click(function(event) { $length = this.parentNode.childNodes.length; if ($length >= 5) { $(this).hide(); } }); }); |
2 | 5 | 5 years, 12 months ago | ||
Relationships can only be managed in the default language. Why?
Started by: khalidK in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Why I can't Query filter by User email in views???
Started by: khalidK in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
How to dynamically populate a custom field dropdown with terms from a taxonomy
Started by: khalidK
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 7 months ago | ||
Adding user signature area
Started by: khalidK in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago |