Your options have been saved

'; }else{ //show error message echo '

Only letters and characters [. , ?] are allowed

'; } } echo '
'; echo '

Ajax Contact Module options:

'; echo '
'; echo 'Welcome message
'; echo 'Email Input text
'; echo 'Success message
'; echo 'Sumbit button text
'; echo ''; echo '

Ask for support at Ajax Contact Module Official Page

'; echo '
'; echo '
'; } //admin menu //embedding files wp_enqueue_script('jquery'); //writing in frontend head function head_embed() { echo ''."\n"; echo ''; echo ''; } add_action( 'wp_head', 'head_embed' ); //writing in backend head function acm_admin_head() { echo ''; } add_action( 'admin_head', 'acm_admin_head' ); function daext_nl() { //check if the user has just submitted the module if(isset($_COOKIE['acmcookie'])){exit();} //print the module echo '
'; echo '
'; echo '

'.get_option('acm_label1').'

'; echo '

'.get_option('acm_label3').'

'; echo '
'; echo ''; echo ''; echo ''; echo ''; echo '
'; echo '
'; echo '
'; } add_action( 'get_footer', 'daext_nl' ); ?>