Feature Requests
Share ideas, discuss and vote on requests from other users in community
Assing an "id" to custom fields
Under Consideration
It would be nice to have in the Custom fields creation form, the chance to assign a custom name for the fields. For example "tax_condition" instead of "customfield[4]
So a select can look like this:
<select name="tax_condition" id="tax_condition" class="form-control">
Instead of this
<select name="customfield[4]" id="customfield4" class="form-control">
That id would be helpful when using hooks to identify the field.
Comments have been locked on this page!