A New Look at the Nursing Shortage—and Your Hiring Path Forward – Video
Work with a Trusted Healthcare and Life Sciences Staffing Partner
Connect with Medix to get the expertise and resources you need to succeed.
/* Plugin Name: Medix Lead Form Version: 1.0 Description: Render the Lead form within a page for consistency and single editing points. Author: Adam Parker Author URI: https://www.medixteam.dom.com/ License: GPLv2 or later License URI: https://www.gnu.org/Licenses/gpl-2.0.html Text Domain: medixleadform */ /** * [lead_form] returns the HTML/Javascript form for use throughout the site * @return string theform code */ add_shortcode('medix_lead_form','return_medix_lead_form'); function medix_lead_form_init(){ function return_medix_lead_form(){ return 'Form Goes Here'; } } add_action('init', 'medix_lead_form_init'); ?>
Connect with Medix to get the expertise and resources you need to succeed.