www.therapistaid.com
Open in
urlscan Pro
2606:4700:20::ac43:4a54
Public Scan
Submitted URL: http://www.therapistaid.com/
Effective URL: https://www.therapistaid.com/
Submission: On September 25 via api from US — Scanned from DE
Effective URL: https://www.therapistaid.com/
Submission: On September 25 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMhttps://www.therapistaid.com/search
<form action="https://www.therapistaid.com/search" class="flex justify-center items-center" x-on:submit="$refs.input.value || $event.preventDefault()" x-on:click="$refs.input.focus()"
x-on:click.away="searchOpen = false; $refs.input.placeholder = 'Search';">
<input type="text" name="query" placeholder="Search" autocomplete="off" x-ref="input" x-on:focus="searchOpen = true; $el.placeholder = '';" class="pl-4 border-2 w-full rounded-full text-body-16 placeholder-secondary-400
font-bold border-secondary-400 h-9 focus:border-secondary-400 focus:ring-0">
<button type="submit" class="absolute right-3 flex items-center justify-center rounded-full bg-secondary-400
w-[36px] h-[36px]">
<svg class="h-5 text-white" width="16" height="16" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.129007 6.45363C0.337459 5.2734 0.816138 4.15755 1.52751 3.19354C2.23889 2.22954 3.16363 1.44358 4.22924
0.897301C5.17127 0.3908 6.21182 0.0948628 7.27914 0.0298836C7.32657 0.0247066 7.37334 0.0146897 7.41873
0H8.3285C8.64813 0.0501178 8.96871 0.0799998 9.27871 0.139756C10.995 0.43917 12.5598 1.31073 13.7188
2.61287C14.8561 3.84734 15.5526 5.42447 15.6991 7.09745C15.8977 8.98102 15.3997 10.8721 14.2993
12.4128C14.2671 12.4546 14.2373 12.498 14.2098 12.5429C14.2098 12.5526 14.2001 12.5632 14.1895
12.5931L14.3291 12.7328C15.3593 13.7641 16.3788 14.7954 17.4099 15.817C17.6773 16.0444 17.8807 16.3377 18
16.668V17.0487C17.9397 17.3423 17.7722 17.6028 17.5302 17.7793C17.3746 17.863 17.2138 17.9367 17.0488
18H16.6888C16.3632 17.9088 16.0714 17.7242 15.8493 17.4689C14.7993 16.428 13.7493 15.3903 12.6993
14.3559C12.6492 14.3057 12.6194 14.2595 12.5693 14.1959C12.3989 14.3057 12.2497 14.4166 12.0995
14.5062C11.0221 15.1968 9.79271 15.6137 8.51792 15.7209C7.24314 15.8281 5.96149 15.6222 4.78417
15.1212C3.60685 14.6202 2.56942 13.8392 1.76189 12.8459C0.954364 11.8526 0.401133 10.677 0.15019
9.42118C0.0799115 9.07036 0.0539124 8.7205 0 8.36968V7.38852C0.0288816 7.08396 0.0693185 6.76301 0.129007
6.45363ZM7.8587 13.5116C8.97011 13.5116 10.0566 13.1816 10.9807 12.5635C11.9048 11.9453 12.625 11.0667
13.0503 10.0387C13.4757 9.01075 13.587 7.8796 13.3701 6.78832C13.1533 5.69704 12.6181 4.69463 11.8322
3.90786C11.0463 3.12109 10.045 2.58529 8.95499 2.36822C7.86493 2.15115 6.73505 2.26255 5.70824
2.68835C4.68143 3.11415 3.8038 3.83522 3.18633 4.76036C2.56887 5.68551 2.23929 6.77318 2.23929
7.88584C2.24235 9.37694 2.83537 10.8061 3.88855 11.8605C4.94173 12.9148 6.36928 13.5085 7.8587 13.5116Z" fill="currentColor"></path>
</svg>
</button>
</form>
https://www.therapistaid.com/search
<form id="search" x-data="{
searchOpen: false,
handleSearchOpen(open){
this.searchOpen = open;
$dispatch('search-open', open);
}
}" action="https://www.therapistaid.com/search" class="flex group justify-end md:mb-2 xl:mb-0" x-on:submit="$refs.input.value || $event.preventDefault()" x-on:click="$refs.input.focus()"
x-on:click.away="handleSearchOpen(false); $refs.input.placeholder = 'Search';">
<input id="search-navbar" type="text" name="query" placeholder="Search" autocomplete="off" x-ref="input" x-on:focus="handleSearchOpen(true); $el.placeholder = '';"
class="pl-4 rounded-full text-body-14 xl:text-body-16 font-bold placeholder-secondary-400 group-hover:border-secondary-500 border-secondary-400 focus:border-secondary-400 focus:ring-0 md:h-[36px] xl:h-[44px] group-hover:placeholder-secondary-500 md:border-0 xl:border-2 md:w-0 xl:w-[125px]"
:class="searchOpen ? 'md:w-full xl:w-72 border-2' : 'md:border-0 xl:border-2 md:w-0 xl:w-[125px]'">
<div id="search-button" x-on:click="$refs.input.value && $root.submit()" class="absolute cursor-pointer flex items-center
justify-center rounded-full bg-secondary-400
group-hover:bg-secondary-500 md:w-[36px] md:h-[36px] xl:w-[44px] xl:h-[44px]">
<svg class="w-[16px] h-[16px] xl:w-[18px] xl:h-[18px] text-white" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.129007 6.45363C0.337459 5.2734 0.816138 4.15755 1.52751 3.19354C2.23889 2.22954 3.16363 1.44358 4.22924
0.897301C5.17127 0.3908 6.21182 0.0948628 7.27914 0.0298836C7.32657 0.0247066 7.37334 0.0146897 7.41873
0H8.3285C8.64813 0.0501178 8.96871 0.0799998 9.27871 0.139756C10.995 0.43917 12.5598 1.31073 13.7188
2.61287C14.8561 3.84734 15.5526 5.42447 15.6991 7.09745C15.8977 8.98102 15.3997 10.8721 14.2993
12.4128C14.2671 12.4546 14.2373 12.498 14.2098 12.5429C14.2098 12.5526 14.2001 12.5632 14.1895
12.5931L14.3291 12.7328C15.3593 13.7641 16.3788 14.7954 17.4099 15.817C17.6773 16.0444 17.8807 16.3377 18
16.668V17.0487C17.9397 17.3423 17.7722 17.6028 17.5302 17.7793C17.3746 17.863 17.2138 17.9367 17.0488
18H16.6888C16.3632 17.9088 16.0714 17.7242 15.8493 17.4689C14.7993 16.428 13.7493 15.3903 12.6993
14.3559C12.6492 14.3057 12.6194 14.2595 12.5693 14.1959C12.3989 14.3057 12.2497 14.4166 12.0995
14.5062C11.0221 15.1968 9.79271 15.6137 8.51792 15.7209C7.24314 15.8281 5.96149 15.6222 4.78417
15.1212C3.60685 14.6202 2.56942 13.8392 1.76189 12.8459C0.954364 11.8526 0.401133 10.677 0.15019
9.42118C0.0799115 9.07036 0.0539124 8.7205 0 8.36968V7.38852C0.0288816 7.08396 0.0693185 6.76301 0.129007
6.45363ZM7.8587 13.5116C8.97011 13.5116 10.0566 13.1816 10.9807 12.5635C11.9048 11.9453 12.625 11.0667
13.0503 10.0387C13.4757 9.01075 13.587 7.8796 13.3701 6.78832C13.1533 5.69704 12.6181 4.69463 11.8322
3.90786C11.0463 3.12109 10.045 2.58529 8.95499 2.36822C7.86493 2.15115 6.73505 2.26255 5.70824
2.68835C4.68143 3.11415 3.8038 3.83522 3.18633 4.76036C2.56887 5.68551 2.23929 6.77318 2.23929
7.88584C2.24235 9.37694 2.83537 10.8061 3.88855 11.8605C4.94173 12.9148 6.36928 13.5085 7.8587 13.5116Z" fill="currentColor"></path>
</svg>
</div>
</form>
https://www.therapistaid.com/search
<form x-data="{ width: window.innerWidth }" @resize.window="width = window.innerWidth" action="https://www.therapistaid.com/search" class="flex grow justify-end" x-on:submit="$refs.input.value || $event.preventDefault()"
x-on:click="$refs.input.focus()" x-on:click.away="$refs.input.placeholder = width <= 665
? 'Search therapy tools'
: 'Search tools for mental health professionals'">
<input id="search-query" type="text" name="query" x-ref="input" x-on:focus="$el.placeholder = '';" autocomplete="off" class="w-full h-10 pl-4 mt-4 font-sans font-normal text-body-14 lg:text-body-16 text-neutral-900 border-2 border-secondary-400
focus:border-secondary-400 focus:ring-0 rounded-3xl outline-none sm:h-11" :placeholder="width <= 665
? 'Search therapy tools'
: 'Search tools for mental health professionals'" placeholder="Search tools for mental health professionals">
<div id="landing-search-button" x-on:click="$refs.input.value && $root.submit()" class="absolute cursor-pointer flex items-center justify-center rounded-full bg-secondary-400 top-4 w-10 h-[38px] sm:w-11 sm:h-11">
<svg class="h-5 text-white" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.129007 6.45363C0.337459 5.2734 0.816138 4.15755 1.52751 3.19354C2.23889 2.22954 3.16363 1.44358 4.22924
0.897301C5.17127 0.3908 6.21182 0.0948628 7.27914 0.0298836C7.32657 0.0247066 7.37334 0.0146897 7.41873
0H8.3285C8.64813 0.0501178 8.96871 0.0799998 9.27871 0.139756C10.995 0.43917 12.5598 1.31073 13.7188
2.61287C14.8561 3.84734 15.5526 5.42447 15.6991 7.09745C15.8977 8.98102 15.3997 10.8721 14.2993
12.4128C14.2671 12.4546 14.2373 12.498 14.2098 12.5429C14.2098 12.5526 14.2001 12.5632 14.1895
12.5931L14.3291 12.7328C15.3593 13.7641 16.3788 14.7954 17.4099 15.817C17.6773 16.0444 17.8807 16.3377 18
16.668V17.0487C17.9397 17.3423 17.7722 17.6028 17.5302 17.7793C17.3746 17.863 17.2138 17.9367 17.0488
18H16.6888C16.3632 17.9088 16.0714 17.7242 15.8493 17.4689C14.7993 16.428 13.7493 15.3903 12.6993
14.3559C12.6492 14.3057 12.6194 14.2595 12.5693 14.1959C12.3989 14.3057 12.2497 14.4166 12.0995
14.5062C11.0221 15.1968 9.79271 15.6137 8.51792 15.7209C7.24314 15.8281 5.96149 15.6222 4.78417
15.1212C3.60685 14.6202 2.56942 13.8392 1.76189 12.8459C0.954364 11.8526 0.401133 10.677 0.15019
9.42118C0.0799115 9.07036 0.0539124 8.7205 0 8.36968V7.38852C0.0288816 7.08396 0.0693185 6.76301 0.129007
6.45363ZM7.8587 13.5116C8.97011 13.5116 10.0566 13.1816 10.9807 12.5635C11.9048 11.9453 12.625 11.0667
13.0503 10.0387C13.4757 9.01075 13.587 7.8796 13.3701 6.78832C13.1533 5.69704 12.6181 4.69463 11.8322
3.90786C11.0463 3.12109 10.045 2.58529 8.95499 2.36822C7.86493 2.15115 6.73505 2.26255 5.70824
2.68835C4.68143 3.11415 3.8038 3.83522 3.18633 4.76036C2.56887 5.68551 2.23929 6.77318 2.23929
7.88584C2.24235 9.37694 2.83537 10.8061 3.88855 11.8605C4.94173 12.9148 6.36928 13.5085 7.8587 13.5116Z" fill="currentColor"></path>
</svg>
</div>
</form>
Text Content
Navigation Logo Open sidebar Menu Worksheets Interactives Videos Articles Client Education Professional Guides Topics Problems Anger Anxiety Communication Depression More + Emotions Grief Relationships Self-Esteem Stress Substance Use Treatments Art CBT DBT Education More + Goals Parenting and Behavior Positive Psychology Relaxation Values More About Help Center Log In Sign Up Worksheets Interactives Videos Articles Articles for Clients psychoeducation, coping strategies, relationship skills Articles for Professionals helping skills, theory overviews, treatment planning, techniques Topics Problems Anger Anxiety Communication Depression Emotions Grief Relationships Self-Esteem Stress Substance Use Treatments Art CBT DBT Education Goals Parenting and Behavior Positive Psychology Relaxation Values More Help Center About Therapist Aid Log In Sign Up Back online. You are currently offline. Your browser is outdated. To ensure the best experience, update to the latest version of your preferred browser. Update Articles for Clients Articles for Professionals THERAPY TOOLS FOR MENTAL HEALTH PROFESSIONALS for therapists, by therapists THERAPY WORKSHEETS, AUDIO, ACTIVITIES, AND MORE Worksheets Interactives Videos Articles EXPLORE TOOLS BY TOPIC Browse Therapist Aid by issue, like anger, trauma, and depression. Or dive into your favorite theory, from CBT to positive psychology. Anger Anxiety Art CBT Communication DBT Depression Education Emotions Goals Grief Parenting and Behavior Positive Psychology Relationships Relaxation Self-Esteem Stress Substance Use Values POPULAR THERAPY TOOLS * Worksheet Self-Care Assessment * Guided audio activity Grounding Exercise * Worksheet Strengths Exploration * Worksheet Cognitive Distortions * Worksheet Anger Iceberg * An educational activity about worry Worry Bugs * Worksheet Boundaries Info Sheet * Worksheet Coping Skills: Anxiety BECOME A PROFESSIONAL MEMBER OF THERAPIST AID. Customizable Worksheets Interactive Therapy Tools No More Ads Support Therapist Aid Join WHAT'S NEW The Therapist Aid library has been updated with four new worksheets that cover relationships, money, and more. More Worksheets * Worksheet Money Beliefs & Behaviors Assessment * Relationship-building exercise Love Languages Assessment * Worksheet My Safe Spaces * Reflection exercise Letter to My Past Self Articles for Clients Articles for Professionals Company About Contact Register Content Worksheets Articles Videos Interactive Tools Other Privacy Policy Help Center Cookie Policy Terms & Conditions Affiliate Disclosure © 2024 Therapist Aid. All rights reserved Disclaimer: The resources available on Therapist Aid do not replace therapy and are intended to be educational and informational in nature. These tools are intended to supplement treatment, and are not a replacement for counseling, therapy, or other treatment by appropriately trained and licensed professionals. Copyright Notice: Therapist Aid LLC is the owner or licensee of this website and all resources in it. We grant you a limited right to use our resources in a way we expressly allow you to. If you are a Member, you may share our resources with your clients, but never for further distribution (such as by publishing them in an emailing list or other websites). Unless you are a Professional Member, you should never alter our resources. Professional Members may make limited alterations to our resources that we designate as "customizable" or "fillable." Please review our Terms and Conditions of Use for a full explanation on how you may use our resources. We will enforce our intellectual property rights to the fullest extent of law.