khalidK
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Limit number of instances of custom fields that can be added in a form
Gestartet von: 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 | vor 6 Jahren, 1 Monat | ||
Relationships can only be managed in the default language. Why?
Gestartet von: khalidK in: Toolset Professional Support |
2 | 2 | vor 6 Jahren, 2 Monaten | ||
Why I can't Query filter by User email in views???
Gestartet von: khalidK in: Toolset Professional Support |
2 | 2 | vor 6 Jahren, 2 Monaten | ||
How to dynamically populate a custom field dropdown with terms from a taxonomy
Gestartet von: khalidK
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | vor 6 Jahren, 9 Monaten | ||
Adding user signature area
Gestartet von: khalidK in: Toolset Professional Support |
2 | 2 | vor 6 Jahren, 9 Monaten |