Get value from db for custom contact form
Add this at the start of your process.php file to get access to get_option and other wordpress functions: define( ‘WP_USE_THEMES’, false ); require(‘wp-blog-header.php’); You might have to change the path to wp-blog-header.php.