Hello,
Please take a look:
Here is the code from contact-form.php:
$form_args = array(
"heading" => "<h3>".__('Send us an email','avia_framework')."</h3>",
"success" => "<h3>".__('Your message has been sent!','avia_framework')."</h3><p>".__('Thank You!','avia_framework')."</p>",
"submit" => __('Send','avia_framework'),
"action" => get_permalink()
);
Waiting for info how to fix it, thanks :)















