// Handle simple contact form submission
add_action('admin_post_nopriv_prospera_contact_form','prospera_handle_contact_form');
add_action('admin_post_prospera_contact_form','prospera_handle_contact_form');
function prospera_handle_contact_form() {
if (!empty($_POST['email'])) {
$to = get_option('admin_email');
$subject = 'Prospera Site Enquiry from ' . sanitize_text_field($_POST['name']);
$message = "Name: " . sanitize_text_field($_POST['name']) . "\nEmail: " . sanitize_email($_POST['email']) . "\n\nMessage:\n" . sanitize_textarea_field($_POST['message']);
wp_mail($to, $subject, $message);
}
wp_redirect( wp_get_referer() ?: home_url() );
exit;
}
About – Site Title
About Prospera Construction
Prospera Construction specialises in property transactions, refurbishments, and extensions. Our mission is to deliver premium workmanship, tailored client support and transparent communication across every project.
Why choose us?
Personalised service for first-time buyers
High-quality craftsmanship
Compliance with building regulations and planning
Transparent pricing and clear timelines