khalidK
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Limit number of instances of custom fields that can be added in a form
Iniciado por: khalidK
en: 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 | hace 6 años, 1 mes | ||
Relationships can only be managed in the default language. Why?
Iniciado por: khalidK en: Toolset Professional Support |
2 | 2 | hace 6 años, 3 meses | ||
Why I can't Query filter by User email in views???
Iniciado por: khalidK en: Toolset Professional Support |
2 | 2 | hace 6 años, 3 meses | ||
How to dynamically populate a custom field dropdown with terms from a taxonomy
Iniciado por: khalidK
en: Toolset Professional Support
Problem: Solution: |
2 | 3 | hace 6 años, 9 meses |