khalidK
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Limit number of instances of custom fields that can be added in a form
Commencé par : 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 | Il y a 6 années et 1 mois | ||
Relationships can only be managed in the default language. Why?
Commencé par : khalidK in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 2 mois | ||
Why I can't Query filter by User email in views???
Commencé par : khalidK in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 2 mois | ||
How to dynamically populate a custom field dropdown with terms from a taxonomy
Commencé par : khalidK
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | Il y a 6 années et 9 mois | ||
Adding user signature area
Commencé par : khalidK in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 9 mois |