How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Assing an "id" to custom fields



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.

Post the first comment

Login to post a comment.