📣 We have moved! All of the most up-to-date information on WebPT Products can be found in its new home on WebPT Discover.

Embed Patient Intake Form on Clinic Website

Embedding a Patient Intake form into your website will allow you to quickly and easily collect basic patient information prior to their appointment. 

Once you have identified or created a page for the Patient Intake Form to appear, place the widget code (copied from the Patient Intake Admin) after the header and navigation elements, but before the footer elements. Once included, simply direct your patients to the page URL to have them complete the intake information.

Example:


<html>
<head>
<title>Document Title</title>
</head>
<body BGCOLOR="#000000" TEXT="#80c0c0" LINK="#ff8080" VLINK="#ff0000" ALINK="#a05050">
<div ALIGN="center">
</div><br><br>
<h6><font COLOR="#ff0000">This would be where your header files could be located.</h6> 
<p>Hi there! If you are reading this then you have found my home page! Congratulations!</p>
YOU COULD ADD THE PATIENT INTAKE WIDGET CODE HERE
<h6><font COLOR="#ff0000">This would be where your footer files could be located.</h6> 
</body>
</html>

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.