Jump to content

techsavyy

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by techsavyy

  1. I want to display terms and conditions in module for domain registration.

     

    I have written code as following in config file.

    Configure::set("domain_fields.nl",array(
        'Term' => array(
                'label' => Language::_("domain.Terms",true),
                'type' => "checkbox",
                'options' => array(
                    'Yes' => Language::_("domain.RegistryTerms",true)
                )
            )
    );
    

    Currently if i write <a href="#">Terms & Conditions</a> in Language::_("domain.RegisteryTerms",true), it show as it is instead of showing it as link.

×
×
  • Create New...