centralnicgroup-opensource / rtldev-middleware-whmcs

CentralNic's WHMCS Software Bundle
https://centralnicreseller.com
Other
35 stars 15 forks source link

Unable to remove specific additional field #270

Closed DennisSkov closed 11 months ago

DennisSkov commented 11 months ago

How is removing a specific additional field supposed to happen? I've tried a few things, but I'm only able to remove the field for the value, and not the "label". I need to remove all additional fields for the .eu TLD as we have our own module for Eurid.

KaiSchwarz-cnic commented 11 months ago

@DennisSkov our modules (CNIC and ISPAPI) are shipping with the Additional Domain Fields built-in. Our fields are only returned in case the TLD / domain is assigned to our module. Means, in your case where the TLD is assigned to another module, you see the fields shipped with WHMCS (or the ones you covered over additional fields override file). Just follow this article, it nicely covers: how to remove the standard WHMCS fields.

Enjoy!