\r\n\t);\r\n};\r\n\r\nexport default withSeo(AboutUs, state => state.whoWeArePage, 'whoWeArePage', 'about-us/who-we-are');","import * as React from 'react';\r\n\r\nimport withSeo from '@app/components/LocalCommon/HigherOrderComponents/WithSeo';\r\nimport { FormResponse } from '@app/components/Pages/Area/AreaObjects';\r\nimport Musthead from '@app/components/UI/MustHead/Musthead';\r\nimport RichText from '@app/components/UI/RichText/RichText';\r\nimport StudentExternshipModal from '@app/components/UI/StudentExternshipModal/StudentExternshipModal';\r\n\r\nconst StudentExternship = () => {\r\n\tconst mustHeadText = 'Are you a veterinary student? Learn more about our one-of-a-kind externship program that gives you the unique opportunity to go inside a client\\'s home to help manage every aspect of a pet\\'s end-of-life care.';\r\n\tconst externshipText = 'Saying goodbye to our beloved animals is extremely difficult, but Lap of Love veterinarians help ease this pain by guiding animals through a peaceful passing in the comfort of their home, surrounded by their loving family members. This unique practice of veterinary medicine and the many benefits it offers is unparalleled. As a part of our 3-day externship program, you will be given the opportunity to witness this first hand. Veterinary students from around the world are invited to shadow our veterinarians on house call hospice and euthanasia appointments, as well as learn from our veterinary care coordinators, who are the first line of communication with clients enduring the end-of-life decision.';\r\n\tconst mustHeadTitle = <>\r\n\t\tLap of Love Student Externship{' '}Opportunities\r\n\t>;\r\n\r\n\tconst [modalVisible, setModalVisible] = React.useState(false);\r\n\tconst [formSuccess, setFormSuccess] = React.useState({success: false, error: ''});\r\n\treturn (\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default withSeo(StudentExternship, state => state.studentExternshipPage, 'studentExternshipPage', 'about-us/student-externship');","import *as React from 'react';\r\n\r\nimport {Link, useHistory} from 'react-router-dom';\r\n\r\nimport '@app/scss/components/notFound.scss';\r\n\r\nconst NotFound = ({header = 'Woof! Looks like this page doesn’t exist.', replacePath = true}) => {\r\n\tconst history = useHistory();\r\n\t\r\n\tReact.useEffect(() => {\r\n\t\treplacePath ? history.replace('/not-found') : null;\r\n\t}, []);\r\n\t\r\n\treturn (\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
{header}
\r\n\t\t\t\t\t
Try searching our site or head back to our home page.
\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t
\r\n\t\t\t
\r\n\t\t\t\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default NotFound;","import * as React from 'react';\r\n\r\nimport {Carousel} from 'antd';\r\n\r\nimport NavTabs from '@app/components/UI/NavTabs/NavTabs';\r\nimport ModalVideo from '@app/components/UI/ModalVideo/ModalVideo';\r\n\r\nimport '@app/scss/components/foundersBlock.scss';\r\n\r\ninterface FoundersBlockProps {\r\n\tname: string;\r\n\tfoundersRef?: any;\r\n}\r\n\r\nconst FoundersBlock: React.FC = (props) => {\r\n\tconst navItems = [\r\n\t\t{\r\n\t\t\tname: 'first',\r\n\t\t\ttitle: 'Dr. Dani McVety',\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'second',\r\n\t\t\ttitle: 'Dr. Mary Gardner'\r\n\t\t}\r\n\t];\r\n\r\n\tconst foundersInfo = [\r\n\t\t{\r\n\t\t\tname: 'Dr. Dani McVety',\r\n\t\t\trole: 'Founder and CEO',\r\n\t\t\tdescription: 'In addition to her role as a hospice veterinarian and Founder & CEO of Lap of Love, Dani McVety is a speaker, consultant, author, and host for PetCareTV. With a deep love for the human-animal bond, Dr. Dani enjoys just about anything that has to do with pets! After graduating from college, she practiced emergency medicine and gained a greater understanding of how to help families at a time in which they felt most helpless. This has become her greatest fulfillment in veterinary medicine: helping to ease the stress and fear of the people who love their animals. Already an accomplished entrepreneur before vet school graduation, Dr. Dani partnered with Dr. Mary Gardner about one year after founding Lap of Love. Together they have grown the company into one of the most respected networks of doctors in the veterinary profession, setting the standard for end-of-life care higher than it has ever been before. Dr. Dani graduated from the University of Florida College of Veterinary Medicine and is the youngest recipient of the college’s Distinguished Young Alumni Award (2013), the Florida Veterinary Medical Association’s President’s Award (2014), and most recently, the Pet Industry Woman of the Year (2017).',\r\n\t\t\timg: require('@app/content/founder-dani.jpg'),\r\n\t\t\tvideoSrc: 'https://www.youtube.com/embed/NRgCGQSYZV0?showinfo=0',\r\n\t\t\talt: 'Dr. Dani McVety'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'Dr. Mary Gardner',\r\n\t\t\trole: 'Co-Founder and CIO',\r\n\t\t\tdescription: <>There is nothing better to Dr. Gardner than a dog with a grey muzzled dog or skinny old cat!\r\n\t\t\t\tHer professional goal is to increase awareness and medical care for the geriatric veterinary patient and\r\n\t\t\t\tto help make the final life stage to be as peaceful as possible, surrounded with dignity and support for\r\n\t\t\t\tall involved.\r\n\t\t\t\t
\r\n\t\t\t\tDr. Mary Gardner didn’t grow up hoping to become a veterinarian. After graduating from the University of\r\n\t\t\t\tMiami, she began working as a trainer for an enterprise wide order management software. After learning\r\n\t\t\t\tthe intricacies of the software and the variety of ways different businesses used it, she moved into a\r\n\t\t\t\tBusiness Architect role where she led the design of new software initiatives. Her innate talent for\r\n\t\t\t\tunderstanding logistics in a client-centric organization developed a unique skill set for a\r\n\t\t\t\tveterinarian. After 10 years in software she found herself longing for something different and more\r\n\t\t\t\tmeaningful – the path she selected was to become a veterinarian. She completed her Doctorate of\r\n\t\t\t\tVeterinary Medicine in 2008 from the University of Florida. She worked in general medicine at a\r\n\t\t\t\tveterinary clinic in south Florida for two years before discovering her niche in end of life care.\r\n\t\t\t\t
\r\n\t\t\t\tDr. Gardner is a published author for many articles and a textbook, speaks all around the world on\r\n\t\t\t\tgeriatrics and end of life care and was voted 2020 VMX Small Animal Speaker of the year!\r\n\t\t\t>,\r\n\t\t\timg: require('@app/content/mary-sam-and-duncan-small.jpg'),\r\n\t\t\tvideoSrc: 'https://www.youtube.com/embed/sACwZ_dFmAg?showinfo=0',\r\n\t\t\talt: 'Dr. Mary Gardner'\r\n\t\t}\r\n\t];\r\n\r\n\tconst [currentIndex, setCurrentIndex] = React.useState(0);\r\n\tconst slider = React.useRef();\r\n\tconst [modalVisible, setModalVisible] = React.useState({0: false, 1: false});\r\n\r\n\tconst onSetIssue = (index) => {\r\n\t\tsetCurrentIndex(index);\r\n\t\tslider.current.goTo(index);\r\n\t};\r\n\r\n\treturn (\r\n\t\t
{\r\n\t\t\t\t\t\t\tslider.current.goTo(index);\r\n\t\t\t\t\t\t\tsetCurrentIndex(index.toString());\r\n\t\t\t\t\t\t}} \r\n\t\t\t\t\t\tclassName={+currentIndex === index ? 'creation-story-slider__nav-tab active' : 'creation-story-slider__nav-tab'}\r\n\t\t\t\t\t>\r\n\t\t\t\t\t\t{item.year}\r\n\t\t\t\t\t
\r\n\t\t\t\t))}\r\n\t\t\t
\r\n\t\t
\r\n\t\t\r\n\t);\r\n};\r\n\r\nexport default CreationStorySlider;","module.exports = __webpack_public_path__ + \"ClientApp/content/aboutUsDrDani.jpg\";","module.exports = \"data:image/jpeg;base64,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\"","module.exports = __webpack_public_path__ + \"ClientApp/content/coordinators.png\";","import * as React from 'react';\r\n\r\nimport { Link } from 'react-router-dom';\r\n\r\nexport const navItems = [\r\n\t{\r\n\t\tname: 'who',\r\n\t\ttitle: 'Who we are',\r\n\t},\r\n\t{\r\n\t\tname: 'why',\r\n\t\ttitle: 'Why we do this',\r\n\t},\r\n\t{\r\n\t\tname: 'founders',\r\n\t\ttitle: 'Our founders',\r\n\t},\r\n\t{\r\n\t\tname: 'join',\r\n\t\ttitle: 'Join our team',\r\n\t},\r\n\t{\r\n\t\tname: 'organizations',\r\n\t\ttitle: 'Organizations',\r\n\t},\r\n];\r\n\r\nexport const mustHeadText = 'I leave an appointment with a trail of grieving people in my wake, and I feel a glow of satisfaction and rightness and karmic return because I know that I have done good and profound work.';\r\n\r\nexport const whoBlockTitle = 'We believe all pets deserve peaceful end-of-life experiences';\r\n\r\nexport const whoBlockText = <>\r\n\tLap of Love is a network of veterinarians around the country with the goal of empowering every owner to care for\r\n\ttheir geriatric pets. Our philosophy centers around the human-animal bond and the need for that bond to be as\r\n\tundisturbed as possible during this most difficult time. The desire to bring this important service to families\r\n\tacross the United States is slowly being realized as additional veterinarians begin working under the same\r\n\tphilosophy. Lap of Love is honored to have some of the most compassionate and empathetic vets working with us.\r\n\t \r\n\t \r\n\tAt Lap of Love, we firmly believe in the inherent value of diversity and inclusivity and are committed to providing\r\n\tour services with respect, compassion, dignity, and equality for all families that reach out to us!\r\n>;\r\n\r\nexport const whyBlockTitle = 'Because pets are family. That\\'s why we do this. ';\r\n\r\nexport const whyBlockText = 'Any veterinarian who chooses to dedicate his or her life to the practice of veterinary hospice and euthanasia is incredibly special. This may not be an easy role to play in our society, but we all respond the same way when asked why we do this: because pets are family, and this is an honor. At Lap of Love, our nationwide network of doctors is in constant communication with each other. Not only are we continually discussing new medical protocols for achieving the best possible outcomes (whatever that may be) for our patients, but we are also the industry leaders in this new and evolving field of veterinary medicine. Plus, we\\'re animals lovers, too—we\\'ve dedicated our lives to helping the creatures we share this planet with. And yes, we know what it feels like to lose a family member… grief is grief, no matter what species it is! ';\r\n\r\nexport const creationStorySlidesContent = [\r\n\t{\r\n\t\tyear: '2009',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Dr. Dani McVety started Lap of Love Veterinary Hospice shortly after graduating from veterinary\r\n\t\t\tschool while practicing emergency medicine in her hometown of Tampa, FL. After helping countless families\r\n\t\t\tthrough the loss of their pets, she felt an immense inspiration to combine her previous experience as a\r\n\t\t\thuman hospice volunteer with her love of people and a desire to make the experience of losing a pet as\r\n\t\t\tpeaceful as it can possibly be.>,\r\n\t},\r\n\t{\r\n\t\tyear: '2010',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love grew quickly as word spread about a new way for pet parents to say goodbye. Dr. McVety\r\n\t\t\tbegan\r\n\t\t\treceiving calls and emails from families and veterinarians nationwide looking for similar services in their\r\n\t\t\tarea. It was quickly apparent that Lap of Love was meant to be bigger than just Tampa, Florida! Dr. McVety\r\n\t\t\tcontacted her good friend and veterinary school classmate, Dr. Mary Gardner, to help expand Lap of Love\r\n\t\t\tnationwide. Dr. Gardner immediately felt the connection with Lap of Love’s service and joined as\r\n\t\t\t\tco-founder,\r\n\t\t\tapplying her decade of software design experience to lead the development of the company’s proprietary\r\n\t\t\tpractice management software.>,\r\n\t},\r\n\t{\r\n\t\tyear: '2011',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love welcomes their first veterinarian outside Florida, in Charlotte, North Carolina.>,\r\n\t},\r\n\t{\r\n\t\tyear: '2013',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love expands to serve 20 states across the country.\r\n\t\t\t
\r\n\t\t\tDrs McVety and Gardner teach multiple hours at the University of Florida College of Veterinary Medicine’s\r\n\t\t\tfirst End of Life course offered to senior veterinary students, focused specifically on hospice and\r\n\t\t\teuthanasia of all animal species. They have helped teach the course every year since.\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2015',\r\n\t\ttitle: '',\r\n\t\tmessage: <> As our service grew, we knew our doctors needed help answering phone calls from families requesting\r\n\t\t\tassistance. In 2015 we established our\r\n\t\t\tdedicated Support\r\n\t\t\t\tCenter with\r\n\t\t\ta team of compassionate professionals to assist families over the phone.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 29 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.>,\r\n\t},\r\n\t{\r\n\t\tyear: '2016',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love ranks 45 on the Gator100, a list of the world’s fastest-growing companies led by\r\n\t\t\tUniversity of Florida graduates.>,\r\n\t},\r\n\t{\r\n\t\tyear: '2017',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love’s team grows to over 100 doctors nationwide!\r\n\t\t\t
\r\n\t\t\tLap of Love has been honored to sit at the bedside of more than 100,000 pets and their families, assisting\r\n\t\t\tin the peaceful and loving transition of euthanasia since the company was founded in 2009.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 76 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2018',\r\n\t\ttitle: '',\r\n\t\tmessage: <>Lap of Love expands to serve 30 states across the country.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 19 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.\r\n\t\t\t
\r\n\t\t\tLap of Love receives the first-ever Innovative Practice of the Year award from the Veterinary Innovation\r\n\t\t\tCouncil, a division of the North American Veterinary Community.\r\n\t\t\tLap of Love is awarded Best in Show by the Veterinary Innovation Council for receiving more votes than any\r\n\t\t\tnominee in any category.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 1956 on the 2018 Inc. 5000 list of the fastest-growing private companies in America.\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2019',\r\n\t\ttitle: '',\r\n\t\tmessage: <>\r\n\t\t\tLap of Love ranks 11 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates, our highest ranking to date!\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2020',\r\n\t\ttitle: '',\r\n\t\tmessage: <>\r\n\t\t\tAs COVID descended upon the world, Lap of Love quickly rolled out a Telehospice service, providing\r\n\t\t\ttelemedical advice to families nationwide via an in-depth Quality\r\n\t\t\tof Life conversation with our hospice veterinarians.\r\n\t\t\t
\r\n\t\t\tLap of Love’s team grows to over 200 doctors nationwide!\r\n\t\t\t
\r\n\t\t\tAs of 2020, Lap of Love has been honored to sit at the bedside of more than 250,000 pets and their families,\r\n\t\t\tassisting in the peaceful and loving transition of euthanasia.\r\n\t\t\t
\r\n\t\t\tLap of Love provides over 149 hours of end-of-life care lectures at industry conferences and 30 hours of\r\n\t\t\tlectures to veterinary colleges nationwide.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 19 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2021',\r\n\t\ttitle: '',\r\n\t\tmessage: <>\r\n\t\t\tAs of 2021, Lap of Love has been honored to sit at the bedside of more than 400,000 pets and their families,\r\n\t\t\tassisting in the peaceful and loving transition of euthanasia.\r\n\t\t\t
\r\n\t\t\tLap of Love launches dedicated Pet Loss Support services for anyone who has\r\n\t\t\texperienced the loss of a pet.\r\n\t\t\t
\r\n\t\t\tLap of Love launches a Senior Pet Care blog.\r\n\t\t\t
\r\n\t\t\tLap of Love provides over 130 hours of end-of-life care lectures at industry conferences and 40 hours of\r\n\t\t\tlectures to veterinary colleges nationwide.\r\n\t\t\t
\r\n\t\t\tLap of Love ranks 87 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2022',\r\n\t\ttitle: '',\r\n\t\tmessage: <>\r\n\t\t\tLap of Love ranks 61 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates. This marks the 8th consecutive year Lap of Love has been on the Gator100, the ONLY\r\n\t\t\tcompany to achieve this feat!\r\n\t\t\t
\r\n\t\t\tLap of Love is featured in the award-winning documentary “The Hardest Day.” The film focuses on the power of\r\n\t\t\tthe human-animal bond in its last moments and those who help navigate along the way.\r\n\r\n\t\t>,\r\n\t},\r\n\t{\r\n\t\tyear: '2023',\r\n\t\ttitle: '',\r\n\t\tmessage: <>\r\n\t\t\tLap of Love ranks 24 on the Gator100, a list of the world’s fastest-growing companies led by University of\r\n\t\t\tFlorida graduates.\r\n\t\t\t
\r\n\t\t\tLap of Love’s team grows to over 300 doctors nationwide!\r\n\t\t\t
\r\n\t\t\tLap of Love launches an internal Certified Veterinary Hospice and Euthanasia Practitioner course. This is\r\n\t\t\tthe most rigorous certification process solely focused on end-of-life veterinary care at this time.\r\n\r\n\t\t>,\r\n\t},\r\n];\r\n\r\nexport const videoText = 'Pets are our best friends. They pick us up when we are down, and they never, ever' +\r\n\t' take a day off from being by our side. And this is why pets deserve a peaceful and ' +\r\n\t'personal end-of-life experience. This is why we help them leave this earthly ' +\r\n\t'existence the way they want to—in the comfort of their homes, in the warm ' +\r\n\t'embrace of their favorite people.';\r\nexport const videoSrc = 'https://www.youtube.com/embed/tqG5yD2I4TA?showinfo=0';\r\nexport const videoTitle = 'It\\'s an honor to provide pets with peaceful end-of-life experiences.';\r\n\r\nexport const blockRichText = 'We do this because we\\'re naturally drawn to celebrating the amazing powers of the human-animal bond. And for us, there\\'s no better way to honor that than to ensure pets have a peaceful end-of-life experience.';\r\nexport const linkMoreCaption = [{\r\n\tname: 'View Lap of Love opportunities',\r\n\tpath: 'https://lapoflovejobs.workable.com',\r\n}];\r\n","import * as React from 'react';\r\n\r\nimport {Carousel} from 'antd';\r\nimport {Form, Formik} from 'formik';\r\n\r\nimport {List} from '@common/typescript/objects/List';\r\n\r\nimport SimpleMap from '@app/components/UI/SimpleMap/SimpleMap';\r\n\r\nimport '@app/scss/components/vetsMap.scss';\r\n\r\nimport '@app/scss/components/findVet.scss';\r\nimport {Veterinarian} from '@app/objects/Veterinarian';\r\nimport SearchFieldAuto from '@app/components/Forms/SearchField/SearchFieldAuto';\r\nimport {rest} from '@app/components/Api';\r\nimport {StatesListItem} from '@app/objects/StatesListItem';\r\nimport {ListOption} from '@app/objects/SidebarProps';\r\n\r\nconst avatarPlaceholder = require('@app/content/dog.png');\r\nconst arrowIcon = require('@app/images/arrow_circle.svg');\r\nconst arrowIconHovered = require('@app/images/button_slider.svg');\r\n\r\ninterface VetsMapProps {\r\n\tveterinarians: Veterinarian[];\r\n\tstateName: string;\r\n\tsetStateName: (arg: string) => void;\r\n\tsetVetsCount: (arg: number) => void;\r\n}\r\n\r\nconst VetsMap: React.FC = ({veterinarians, stateName, setStateName, setVetsCount}) => {\r\n\tconst slider = React.useRef();\r\n\tconst [cardsLoading, setCardsLoading] = React.useState(false);\r\n\tconst [stateList, setStateList] = React.useState([]);\r\n\tconst [activeStateItem, setActiveStateItem] = React.useState();\r\n\tconst stateListOptions: ListOption[] = [];\r\n\r\n\tconst transformStateList = () => {\r\n\t\tstateList && stateList.map((item, index) => {\r\n\t\t\tstateListOptions.push({value: item.name});\r\n\t\t});\r\n\t};\r\n\r\n\tReact.useEffect(() => {\r\n\t\tsetCardsLoading(false);\r\n\t}, [veterinarians]);\r\n\r\n\tReact.useEffect(() => {\r\n\t\trest.get>('v1/states')\r\n\t\t\t.then((res) => {\r\n\t\t\t\tsetStateList(res.list);\r\n\t\t\t});\r\n\t}, []);\r\n\r\n\ttransformStateList();\r\n\treturn (\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default VetsMap;","module.exports = __webpack_public_path__ + \"ClientApp/content/dog.png\";","module.exports = __webpack_public_path__ + \"ClientApp/content/organizations/dvm360.jpg\";","module.exports = __webpack_public_path__ + \"ClientApp/content/organizations/avma.gif\";","module.exports = \"data:image/png;base64,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\"","module.exports = __webpack_public_path__ + \"ClientApp/content/Dani-and-Mary.jpg\";","module.exports = __webpack_public_path__ + \"ClientApp/content/whoBlockImg.png\";","module.exports = __webpack_public_path__ + \"ClientApp/content/whyBlockImg.png\";","import * as React from 'react';\r\n\r\nimport Modal from 'antd/lib/modal';\r\nimport {Field, Form, Formik, FormikProps} from 'formik';\r\nimport * as Yup from 'yup';\r\n\r\nimport {phoneRegexp} from '@common/react/utils/validationHelpers';\r\nimport CustomFile from '@common/react/components/Forms/Files/File';\r\nimport {FileInterface, FileType} from '@common/typescript/objects/FileInterface';\r\n\r\nimport CustomInput from '@app/components/UI/CustomInput/CustomInput';\r\nimport FormikField from '@app/components/Forms/CustomFormikField/CustomFormikField';\r\nimport {CustomPhoneControl} from '@app/components/Forms/CustomPhoneControl/CustomPhoneControl';\r\nimport CustomSelect from '@app/components/Forms/CustomSelect/CustomSelect';\r\nimport AttachmentPreview from '@app/components/UI/Attachment/AttachmentPreview';\r\nimport {onFileUpload} from '@app/components/LocalCommon/Utils/onFileUpload';\r\nimport {stringBeautifyValidator} from '@app/components/LocalCommon/Utils/Validators';\r\nimport {rest} from '@app/components/Api';\r\n\r\nimport '@app/scss/localCommon/components/attachment.scss';\r\nimport '@app/scss/components/studentExternshipModal.scss';\r\n\r\nconst validationSchema = Yup.object({\r\n\tfirstName: stringBeautifyValidator('First Name is a required field'),\r\n\tlastName: stringBeautifyValidator('Last Name is a required field'),\r\n\temail: Yup.string().email('Email must be a valid Email').required('Email is a required field'),\r\n\tphone: Yup.string().required('Phone Number is a required field').matches(phoneRegexp, 'Invalid Phone Number'),\r\n\tvetSchool: stringBeautifyValidator('Veterinarian School is a required field'),\r\n\tgraduationDate: stringBeautifyValidator('Graduation Date is a required field'),\r\n\tsource: stringBeautifyValidator('How did you hear about us is a required field'),\r\n\tdateRange: stringBeautifyValidator('Date Range is a required field'),\r\n});\r\n\r\nconst FormSuccess = () => {\r\n\tReact.useEffect(() => {\r\n\t\twindow.scrollTo(0, 0);\r\n\t\tdocument.querySelector('#react-app')?.scrollTo(0, 0);\r\n\t}, []);\r\n\r\n\treturn (\r\n\t\t
\r\n\t\t\t
Thank you!
\r\n\t\t\t
\r\n\t\t\t\tWe’ve received your information and will be in touch as soon as possible.\r\n\t\t\t
\r\n\t\t
\r\n\t);\r\n};\r\n\r\nconst StudentExternshipModal = ({modalVisible, setModalVisible, formSuccess, setFormSuccess}) => {\r\n\tconst [attachment, setAttachment] = React.useState([]);\r\n\tconst [sending, setSending] = React.useState(false);\r\n\r\n\tconst maxFile = 5000000;\r\n\tconst imgExtension = ['pdf', 'doc', 'docx', 'jpg', 'jpeg', 'png'];\r\n\tconst maxImgCount = 1;\r\n\tconst sourcesListOptions: { value: number, label: string }[] = [\r\n\t\t{value: 0, label: 'Conference'},\r\n\t\t{value: 1, label: 'VBMA talk with Dr. Dani or Dr. Mary'},\r\n\t\t{value: 2, label: 'CVM Event'},\r\n\t\t{value: 3, label: 'Previous Lap of Love client'},\r\n\t\t{value: 4, label: 'Other'}\r\n\t];\r\n\r\n\treturn(\r\n\t\t setModalVisible(false)}\r\n\t\t\tonCancel={() => setModalVisible(false)}\r\n\t\t\twidth={1037}\r\n\t\t\tcentered\r\n\t\t>\r\n\t\t\t