mircica Posted July 12, 2015 Share Posted July 12, 2015 Hy, In aditionaldomainfields i add this: $additionaldomainfields[".ro"][] = array( "Name" => "Detinator", "Type" => "dropdown", "Options" => "Persoana Fizica,Persoana Juridica", "Default" => "Persoana Fizica", ); How to acces this field value? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 12, 2015 Share Posted July 12, 2015 it should be stored in the tbldomainsadditionalfields database table. 0 Quote Link to comment Share on other sites More sharing options...
mircica Posted July 12, 2015 Author Share Posted July 12, 2015 I try to get value php with customfield['1'] but nothing show 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 12, 2015 Share Posted July 12, 2015 it's not a custom field - if you want to get the value used in a registered domain, you'll need to query the database. http://docs.whmcs.com/SQL_Helper_Functions 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.