Hi,
When I press the send Message in contact form, the site loads again to the top but no mail was send.
I've tried from the url /contact and press send Message appears "Subject field is required."
How can I configure it?
Hi,
When I press the send Message in contact form, the site loads again to the top but no mail was send.
I've tried from the url /contact and press send Message appears "Subject field is required."
How can I configure it?
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
+open template.tpl.php file
+ Search for :
$form['subject']['#type'] = 'hidden';
$form['subject']['#weight'] = 3;
+ Replace it with this code:
unset($form['subject']);
+ Save and clear cache