'#description'=>$this->t('Type in the page title that you want to display in the enquiry basket'),
);
];
$form['email']=array(
$form['email']=[
'#type'=>'email',
'#title'=>$this->t('Email'),
'#default_value'=>$site_email,
'#description'=>$this->t('Type in the email address that you need to send the enquiry to. By default it uses the site email configured in the website.'),
);
];
$form['addtoenquirybtntitle']=array(
$form['addtoenquirybtntitle']=[
'#type'=>'textfield',
'#title'=>$this->t('Title of button "add to enquiry"'),
'#default_value'=>$config->get('buttonTitle'),
'#description'=>$this->t('Type in a title that you want to display in the button'),
);
];
$form['sendbuttonTitle']=array(
$form['sendbuttonTitle']=[
'#type'=>'textfield',
'#title'=>$this->t('Title of button "Send Enquiry"'),