thefinancialhq.com Open in urlscan Pro
18.219.129.243  Public Scan

Submitted URL: https://www.moneycolor.org/
Effective URL: https://thefinancialhq.com/mwa
Submission: On July 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="vaForm">
  <div style="display: none" aria-hidden="true">
    <input id="Leadify" name="Leadify" type="text" value="" autocomplete="off" tabindex="-1">
  </div>
  <input type="hidden" name="VersionId" value="11">
  <template x-for="option in FormData.OptionIds">
    <input type="hidden" name="OptionIds[]" :value="option">
  </template>
  <div class="grid grid-cols-1 mt-3 gap-x-8 gap-y-6 sm:grid-cols-2">
    <div>
      <label for="FirstName" class="block text-sm font-light text-white uppercase"> First name <span class="text-red-500">*</span>
      </label>
      <div class="mt-1">
        <input type="text" name="FirstName" id="FirstName" class="block w-full rounded border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="FirstName"></p>
    </div>
    <div>
      <label for="LastName" class="block text-sm font-light text-white uppercase"> Last name <span class="text-red-500">*</span>
      </label>
      <div class="mt-1">
        <input type="text" name="LastName" id="LastName" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="LastName"></p>
    </div>
    <div>
      <label for="PreferredName" class="block text-sm font-light text-white uppercase"> Preferred Name <span class="text-red-500">*</span>
      </label>
      <div class="mt-1">
        <input type="text" name="PreferredName" id="PreferredName" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="PreferredName"></p>
    </div>
    <div>
      <label for="ZipCode" class="block text-sm font-light text-white uppercase"> Zip Code <span class="text-red-500">*</span>
      </label>
      <div class="mt-1">
        <input type="text" name="ZipCode" id="ZipCode" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="ZipCode"></p>
    </div>
    <div class="col-span-1 sm:col-span-2">
      <label for="Email" class="block text-sm font-light text-white uppercase"> Email <span class="text-red-500">*</span>
      </label>
      <div class="flex mt-1">
        <select name="EmailType" id="EmailType" class="mr-0.5 block rounded-l-md border-0 bg-[#1f2121] py-3 pl-4 pr-8 shadow-sm">
          <option value="1">Personal</option>
          <option value="2">Business</option>
          <option value="3">Other</option>
        </select>
        <input type="email" name="Email" id="Email" class="block w-full rounded-r-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="Email"></p>
    </div>
    <div class="col-span-1 sm:col-span-2">
      <label for="PhoneNumber" class="block text-sm font-light text-white uppercase"> Phone </label>
      <div class="flex mt-1">
        <select name="PhoneNumberType" id="PhoneNumberType" class="mr-0.5 block rounded-l-md border-0 bg-[#1f2121] py-3 pl-4 pr-8 shadow-sm">
          <option value="1">Mobile</option>
          <option value="2">Home</option>
          <option value="3">Business</option>
        </select>
        <input type="text" name="PhoneNumber" id="PhoneNumber" class="block w-full rounded-r-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
      </div>
      <p class="mt-1 text-sm text-red-500" data-error="PhoneNumber"></p>
    </div>
  </div>
  <template x-if="FormData.SpouseType > 0">
    <div>
      <h4 class="border-t border-[#1f2121] pb-4 pt-8 text-2xl">Spouse Information</h4>
      <div class="grid grid-cols-1 mt-3 gap-x-8 gap-y-6 md:grid-cols-2">
        <div>
          <label for="SpouseFirstName" class="block text-sm font-light text-white uppercase"> First name <span class="text-red-500">*</span>
          </label>
          <div class="mt-1">
            <input type="text" name="SpouseFirstName" id="SpouseFirstName" required="required" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
        <div>
          <label for="SpouseLastName" class="block text-sm font-light text-white uppercase"> Last name <span class="text-red-500">*</span>
          </label>
          <div class="mt-1">
            <input type="text" name="SpouseLastName" id="SpouseLastName" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
        <div>
          <label for="SpousePreferredName" class="block text-sm font-light text-white uppercase"> Preferred Name <span class="text-red-500">*</span>
          </label>
          <div class="mt-1">
            <input type="text" name="SpousePreferredName" id="SpousePreferredName" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
        <div>
          <label for="SpouseZipCode" class="block text-sm font-light text-white uppercase"> Zip Code <span class="text-red-500">*</span>
          </label>
          <div class="mt-1">
            <input type="text" name="SpouseZipCode" id="SpouseZipCode" class="block w-full rounded-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
        <div class="col-span-1 sm:col-span-2">
          <label for="SpouseEmail" class="block text-sm font-light text-white uppercase"> Email <span class="text-red-500">*</span>
          </label>
          <div class="flex mt-1">
            <select name="SpouseEmailType" id="SpouseEmailType" class="mr-0.5 block rounded-l-md border-0 bg-[#1f2121] py-3 pl-4 pr-8 shadow-sm">
              <option value="1">Personal</option>
              <option value="2">Business</option>
              <option value="3">Other</option>
            </select>
            <input type="email" name="SpouseEmail" id="SpouseEmail" class="block w-full rounded-r-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
        <div class="col-span-1 sm:col-span-2">
          <label for="SpousePhoneNumber" class="block text-sm font-light text-white uppercase"> Phone </label>
          <div class="flex mt-1">
            <select name="SpousePhoneNumberType" id="SpousePhoneNumberType" class="mr-0.5 block rounded-l-md border-0 bg-[#1f2121] py-3 pl-4 pr-8 shadow-sm">
              <option value="1">Mobile</option>
              <option value="2">Home</option>
              <option value="3">Business</option>
            </select>
            <input type="text" name="SpousePhoneNumber" id="SpousePhoneNumber" class="block w-full rounded-r-md border-0 bg-[#1f2121] px-4 py-2 shadow-sm">
          </div>
        </div>
      </div>
    </div>
  </template>
  <div id="processing" class="hidden my-4">
    <p>Processing ...</p>
    <svg class="inline-block h-8" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 30">
      <rect x="0" y="13" width="4" height="5" fill="currentColor">
        <animate attributeName="height" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate>
        <animate attributeName="y" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate>
      </rect>
      <rect x="10" y="13" width="4" height="5" fill="currentColor">
        <animate attributeName="height" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate>
        <animate attributeName="y" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate>
      </rect>
      <rect x="20" y="13" width="4" height="5" fill="currentColor">
        <animate attributeName="height" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate>
        <animate attributeName="y" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate>
      </rect>
    </svg>
  </div>
  <button
    class="rounded-md px-4 py-2 bg-yellow-400 border border-transparent dark:ring-offset-black focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 hover:bg-yellow-500 inline-flex items-center text-gray-100 justify-center w-full mt-8 text-xl focus:outline-none focus:ring-yellow-400"
    id="formButton" type="submit" x-data="{
                message: '',
                confirm(event) {
                    if (!window.confirm('')) {
                        event.preventDefault();
                    }
                }
            }" @click="message ? confirm : ''"> Submit </button>
</form>

Text Content

COLOR OF MONEY RISK ANALYSIS

The Color of Money Risk Analysis assesses your financial picture and provides a
roadmap to your overall risk preferences. The output will be a Color of Money
score. This short, interactive analysis is one of the first steps on the road to
retirement.

Let's Get Started Oops! Something went wrong. Retry?



COLOR OF MONEY RISK ANALYSIS

The Color of Money Risk Analysis assesses your financial picture and provides a
roadmap to your overall risk preferences. The output will be a Color of Money
score. This short, interactive analysis is one of the first steps on the road to
retirement.

Let's Get Started Let's Get Started Oops! Something went wrong. Retry?



HOW WOULD YOU LIKE TO COMPLETE THE COLOR OF MONEY RISK ANALYSIS

Individually

Joint with a spouse

Joint with a domestic partner

Back Reset
Answered of



Back Reset

Your

0

Score

By completing the fields below, you will be redirected to a secure portal to
review your score and its definition.

Explore where you are on the risk spectrum, or choose to retake the Color of
Money Risk Analysis to further understand your score, all within the secure
Generational Vault portal.

By completing the fields below, you will be redirected to a secure portal to
review your score and its definition.

Explore where you are on the risk spectrum, or choose to retake the Color of
Money Risk Analysis to further understand your score, all within the secure
Generational Vault portal.

Complete the fields below to discover where you are on the risk spectrum.

PERSONAL INFORMATION

First name *




Last name *




Preferred Name *




Zip Code *




Email *
Personal Business Other



Phone
Mobile Home Business



SPOUSE INFORMATION

First name *

Last name *

Preferred Name *

Zip Code *

Email *
Personal Business Other
Phone
Mobile Home Business

Processing ...

Submit


THANK YOU!

Please wait while we redirect you to the Generational Vault ...

Your



Score

Here you will see your Color of Money Risk Analysis Score and what that number
stands for. You will be classified into one of five categories based on the
number you received. Our next step is to ensure that your current assets line up
with your COMRA score. One of our financial services professionals will reach
out to you to discuss next steps.

-



DAVID POLATIS

Managed Wealth Advantage, LLC
1240 East 100 South Suite 3
Saint George, Utah 84790

435-986-9222

polatis@seniorad.com

Copyright © 2017 Gradient Positioning Systems, LLC | All Right Reserved.

All written content on this site is for information purposes only. Opinions
expressed herein are solely those of Managed Wealth Advantage, LLC and our
editorial staff. Material presented is believed to be from reliable sources;
however, we make no representations as to its accuracy or completeness. All
information and ideas should be discussed in detail with your individual adviser
prior to implementation. Advisory services are offered by Managed Wealth
Advantage, LLC a Registered Investment Advisor in the State of Utah. Insurance
products and services are offered through Senior Advantage, an affiliated
company. The presence of this web site shall in no way be construed or
interpreted as a solicitation to sell or offer to sell advisory services to any
residents of any State other than the State of Utah or where otherwise legally
permitted. Managed Wealth Advantage, LLC and Senior Advantage are not affiliated
with or endorsed by the Social Security Administration or any government agency,
and are not engaged in the practice of law. Content should not be viewed as an
offer to buy or sell any of the securities mentioned or as legal or tax advice.
You should always consult an attorney or tax professional regarding your
specific legal or tax situation. Images and photographs are included for the
sole purpose of visually enhancing the website. None of them are photographs of
current or former clients. They should not be construed as an endorsement or
testimonial from any of the persons in the photograph.<br> Being a registered
investment adviser does not imply a certain level of skill or training.

Exclusive rights to this material belongs to GPS. Unauthorized use of the
material is prohibited.