Warning: Constant WP_DEBUG already defined in /var/www/html/wp-config.php on line 117

Warning: Constant WP_DEBUG_LOG already defined in /var/www/html/wp-config.php on line 118

Warning: Constant WP_DEBUG_DISPLAY already defined in /var/www/html/wp-config.php on line 119
Test_Form_Basic – Verduno – Flexible Life Management

Test_Form_Basic

Basic Form Test – WordPress Integration

Testing our form infrastructure within WordPress editor.






‘;
echo ‘

Form Submitted Successfully!

‘;
echo ‘

Name: ‘ . esc_html($_POST[‘test_name’]) . ‘

‘;
echo ‘

Email: ‘ . esc_html($_POST[‘test_email’]) . ‘

‘;
echo ‘

Role: ‘ . esc_html($_POST[‘test_role’]) . ‘

‘;
echo ‘

Comments: ‘ . esc_html($_POST[‘test_comments’]) . ‘

‘;
echo ‘

‘;
}
?>