André Bueno Posted November 29, 2019 Share Posted November 29, 2019 Good afternoon, I'm having problems removing the ns1 and ns2 prefix from the service hiring form from my whmcs installation. Can someone add me to Discord or help me privately? Thank you. Discord: Lobao#3029 0 Quote Link to comment Share on other sites More sharing options...
isixhosting Posted February 13, 2020 Share Posted February 13, 2020 On 11/29/2019 at 9:58 PM, André Bueno said: Good afternoon, I'm having problems removing the ns1 and ns2 prefix from the service hiring form from my whmcs installation. Can someone add me to Discord or help me privately? Thank you. Discord: Lobao#3029 Just find this in your 'configureproduct.tpl': <input type="text" name="ns1prefix" class="form-control" id="inputNs1prefix" value="{$server.ns1prefix}" placeholder="ns1"> <input type="text" name="ns2prefix" class="form-control" id="inputNs1prefix" value="{$server.ns2prefix}" placeholder="ns2"> and replace with this: <input type="hidden" name="ns1prefix" class="form-control" id="inputNs1prefix" value="ns1" placeholder="ns1"> <input type="hidden" name="ns2prefix" class="form-control" id="inputNs1prefix" value="ns2" placeholder="ns2"> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.