Thank you for requesting a copy of our material.

You will now receive an e-mail with a link that will allow you to download our material.

Please do not hesitate to contact us should you require any help downloading our material.

prefix . “userdetails”;
$wpdb->insert( $table_name, array( ‘firstName’ => $firstName, ‘lastName’ => $lastName, ’email’ => $email));
}
?>