rustyrayborn.com Open in urlscan Pro
34.69.219.172  Public Scan

URL: https://rustyrayborn.com/
Submission Tags: phishingrod
Submission: On February 23 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

POST /contact[object Object]

<form x-show="!sendResponse &amp;&amp; !sending" class="flex flex-col text-base font-mecherlesans-reg text-sf-charcoal" :action="`/contact${qs}`" method="post" aria-describedby="disclaimers" aria-labelledby="formLabel"
  action="/contact[object Object]">
  <div class="flex flex-col" :class="{ &quot;lg:flex-row&quot;: false }">
    <!-- start partial: m2-cf-contact-info.hbs -->
    <div class="flex flex-col w-full space-y-5" :class="{ &quot;lg:flex-row lg:space-x-4 lg:w-3/4&quot;: false }" x-id="['contact-form-name', 'contact-form-phone', 'contact-form-email', 'contact-form-email-or-phone']">
      <!-- start partial: m2-cf-text-field.hbs -->
      <div class="relative w-full">
        <input :id="$id('contact-form-name')" class="m2-form-input peer" :class="{ &quot;bg-white&quot;: false, &quot;lg:mt-5&quot;: false }" name="contact-form-name" x-model="form.name" :aria-required="true" autocomplete="name" type="text"
          placeholder="Your Name" :aria-invalid="hasError('name')" :aria-describedby="hasError('name') ? $id('error', 'name') : null" :error="hasError('name')" @keydown.debounce.750ms="validateName()" id="contact-form-name-1" aria-required="true">
        <label class="m2-form-label" :for="$id('contact-form-name')" for="contact-form-name-1"> Your Name <span aria-hidden="true" x-show="hasError('name')" style="display: none;"> * </span>
        </label>
      </div>
      <!-- end partial: m2-cf-text-field.hbs -->
      <!-- start partial: m2-cf-text-field.hbs -->
      <div class="relative w-full">
        <input :id="$id('contact-form-email-or-phone')" class="m2-form-input peer" :class="{ &quot;bg-white&quot;: false, &quot;lg:mt-5&quot;: false }" name="contact-form-email-or-phone" x-model="form.emailOrPhone" :aria-required="true"
          autocomplete="on" type="text" placeholder="Your Email or Phone" :aria-invalid="hasError('emailOrPhone')" :aria-describedby="hasError('emailOrPhone') ? $id('error', 'emailOrPhone') : null" :error="hasError('emailOrPhone')"
          @keydown.debounce.750ms="validateEmailOrPhone()" id="contact-form-email-or-phone-1" aria-required="true">
        <label class="m2-form-label" :for="$id('contact-form-email-or-phone')" for="contact-form-email-or-phone-1"> Your Email or Phone <span aria-hidden="true" x-show="hasError('emailOrPhone')" style="display: none;"> * </span>
        </label>
      </div>
      <!-- end partial: m2-cf-text-field.hbs -->
    </div>
    <!-- end partial: m2-cf-contact-info.hbs -->
    <div class="mt-4">
      <!-- start partial: cf-message-warning.hbs -->
      <p class="text-xs" :id="$id('message-warning')" id="message-warning-1"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
      <!-- end partial: cf-message-warning.hbs -->
    </div>
    <div class="mt-5">
      <!-- start partial: m2-cf-message.hbs -->
      <div class="relative h-full" x-id="[
                                                        'contact-form-message'
                                                    ]">
        <textarea :id="$id('contact-form-message')" ref="message" x-model="form.message" class="m2-form-input peer h-48 " :class="{ &quot;bg-white&quot;: false }" placeholder="Your Message:" :aria-invalid="hasError('message')"
          :aria-describedby="`${$id(&quot;message-warning&quot;)} ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" :aria-required="hasError('message')" @keydown.debounce.750ms="validateMessage()"
          :error="hasError('message')" id="contact-form-message-1" aria-describedby="message-warning-1 "></textarea>
        <label :for="$id('contact-form-message')" class="m2-form-label" for="contact-form-message-1"> Your Message: <span aria-hidden="true" x-show="hasError('message')" style="display: none;"> * </span>
        </label>
      </div>
      <!-- end partial: m2-cf-message.hbs -->
    </div>
    <div class="mt-5" :class="{ 'lg:w-1/4 lg:ml-4': false }">
      <!-- start partial: m2-cf-submit.hbs -->
      <button @click="submit" type="button" :aria-disabled="isSendDisabled()" class="btn btn-primary"> Send Email </button>
      <!-- end partial: m2-cf-submit.hbs -->
    </div>
  </div>
  <!-- start partial: m2-cf-errors.hbs -->
  <div x-show="hasErrors" role="alert" class="my-4 rounded-2xl bg-sf-red-100 p-4 text-sf-red-700" style="display: none;">
    <!-- The only way ATs will read all of the text below on failed validation is if they are rendered as <p> elements -->
    <!-- "Please forgive this" -->
    <h3 class="font-mecherlesans-demi mb-2 text-xl"> Please correct the following: </h3>
    <ul class="list-inside list-disc">
      <template x-for="(message, key) in errors" :key="$id('error', key)">
        <li class="mb-1" :id="$id('error', key)" x-html="message"></li>
      </template>
    </ul>
  </div>
  <!-- end partial: m2-cf-errors.hbs -->
  <div class="mt-4 space-y-2 italic" id="region-banner">
    <!-- start partial: cf-disclaimer.hbs -->
    <p :id="$id('cf-disclaimer')" class="text-xs leading-3" id="cf-disclaimer-1"> By filling out the form, you are providing express consent by electronic signature that you may be contacted by telephone (via call and/or text messages) and/or email
      for marketing purposes by State Farm Mutual Automobile Insurance Company, its subsidiaries and affiliates ("State Farm") or an independent contractor State Farm agent regarding insurance products and services using the phone number and/or email
      address you have provided to State Farm, even if your phone number is listed on a Do Not Call Registry. You further agree that such contact may be made using an automatic telephone dialing system and/or prerecorded voice (message and data rates
      may apply). Your consent is not a condition of purchase. By continuing, you agree to the terms of the disclosures above. </p>
    <!-- end partial: cf-disclaimer.hbs -->
    <!-- start partial: cf-coverage-disclaimer.hbs -->
    <p class="text-xs leading-3">
      <span class="font-mecherlesans-bold"> Please note: </span> Insurance coverage cannot be bound or changed via submission of this online e-mail form or via voice mail. To make policy changes or request additional coverage, please speak with a
      licensed representative in the agent's office, or by contacting the State Farm toll-free customer service line at <a href="tel:8557337333" class="red-link">
                                                    (855) 733-7333
                                                </a> .
    </p>
    <!-- end partial: cf-coverage-disclaimer.hbs -->
  </div>
</form>

#

<form id="quote-start-0gqb8h9" action="#">
  <!-- start partial: form-label.hbs -->
  <label for="gaq-product-0gqb8h9" class="block w-full px-2 pb-1 border rounded-md bg-white mt-3 border-gray-600" :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
    <span class="block pt-2 text-sm text-gray-700">Insurance Product:</span>
    <div class="relative inline-block w-full">
      <select id="gaq-product-0gqb8h9" name="field-auto" class="block w-full pr-8 text-xl leading-tight bg-white appearance-none cursor-pointer" @change="selectProduct()" x-model="productKey" aria-label="Product Quote Select"
        aria-controls="specific-location-info-0gqb8h9">
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
      </select>
      <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: form-label.hbs -->
  <div id="specific-location-info-0gqb8h9" class="flex mt-2 flex-nowrap">
    <div class="w-full">
      <template x-if="type()=='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-zip-0gqb8h9" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
          <input id="gaq-zip-0gqb8h9" type="text" class="w-full text-xl" x-model="zip" name="field-zip" autocomplete="postal-code" aria-label="Zipcode Input" aria-required="true" :aria-invalid="!isZipValid()" :aria-describedby="describeErrorsID()"
            @keydown.enter.prevent="validate()">
        </label>
        <!-- end partial: form-label.hbs -->
      </template><label for="gaq-zip-0gqb8h9" class="block w-full px-2 pb-1 border rounded-md bg-white border-gray-600" :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
        <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
        <input id="gaq-zip-0gqb8h9" type="text" class="w-full text-xl" x-model="zip" name="field-zip" autocomplete="postal-code" aria-label="Zipcode Input" aria-required="true" :aria-invalid="!isZipValid()" :aria-describedby="describeErrorsID()"
          @keydown.enter.prevent="validate()" aria-describedby="">
      </label>
      <template x-if="type()!='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-loc-0gqb8h9" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">State:</span>
          <div class="relative inline-block w-full">
            <select id="gaq-loc-0gqb8h9" x-model="state" name="field-state" aria-label="State Selection" aria-required="true" :aria-invalid="!isStateValid()" :aria-describedby="describeErrorsID()"
              class="block w-full pr-8 text-xl leading-tight bg-white appearance-none cursor-pointer" @keydown.enter.prevent="validate()">
              <option value="" selected="" hidden="">Your State</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="DC">Washington, D.C.</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select>
            <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
              <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                  <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
                </svg></div>
            </div>
          </div>
        </label>
        <!-- end partial: form-label.hbs -->
      </template>
    </div>
    <div class="w-full pl-2 md:w-2/5">
      <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="block w-full h-full py-4 text-2xl rounded-md btn btn-primary font-mecherlesans-demi" aria-label="Submit quote form"> GO </button>
    </div>
  </div>
  <div role="alert" aria-atomic="true" :id="ariaDescribedByErrorsID" id="error-description-0gqb8h9">
    <template x-for="error in errors">
      <h3 class="p-1 my-2 border rounded-sm text-sf-red-700 bg-sf-red-100 border-sf-red-700" x-html="error">
      </h3>
    </template>
  </div>
</form>

#

<form id="quote-start-0obqgnk" action="#">
  <!-- start partial: form-label.hbs -->
  <label for="gaq-product-0obqgnk" class="block w-full px-2 pb-1 border rounded-md bg-white mt-3 border-gray-600" :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
    <span class="block pt-2 text-sm text-gray-700">Insurance Product:</span>
    <div class="relative inline-block w-full">
      <select id="gaq-product-0obqgnk" name="field-auto" class="block w-full pr-8 text-xl leading-tight bg-white appearance-none cursor-pointer" @change="selectProduct()" x-model="productKey" aria-label="Product Quote Select"
        aria-controls="specific-location-info-0obqgnk">
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
      </select>
      <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: form-label.hbs -->
  <div id="specific-location-info-0obqgnk" class="flex mt-2 flex-nowrap">
    <div class="w-full">
      <template x-if="type()=='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-zip-0obqgnk" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
          <input id="gaq-zip-0obqgnk" type="text" class="w-full text-xl" x-model="zip" name="field-zip" autocomplete="postal-code" aria-label="Zipcode Input" aria-required="true" :aria-invalid="!isZipValid()" :aria-describedby="describeErrorsID()"
            @keydown.enter.prevent="validate()">
        </label>
        <!-- end partial: form-label.hbs -->
      </template><label for="gaq-zip-0obqgnk" class="block w-full px-2 pb-1 border rounded-md bg-white border-gray-600" :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
        <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
        <input id="gaq-zip-0obqgnk" type="text" class="w-full text-xl" x-model="zip" name="field-zip" autocomplete="postal-code" aria-label="Zipcode Input" aria-required="true" :aria-invalid="!isZipValid()" :aria-describedby="describeErrorsID()"
          @keydown.enter.prevent="validate()" aria-describedby="">
      </label>
      <template x-if="type()!='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-loc-0obqgnk" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="false ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">State:</span>
          <div class="relative inline-block w-full">
            <select id="gaq-loc-0obqgnk" x-model="state" name="field-state" aria-label="State Selection" aria-required="true" :aria-invalid="!isStateValid()" :aria-describedby="describeErrorsID()"
              class="block w-full pr-8 text-xl leading-tight bg-white appearance-none cursor-pointer" @keydown.enter.prevent="validate()">
              <option value="" selected="" hidden="">Your State</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="DC">Washington, D.C.</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select>
            <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
              <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                  <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
                </svg></div>
            </div>
          </div>
        </label>
        <!-- end partial: form-label.hbs -->
      </template>
    </div>
    <div class="w-full pl-2 md:w-2/5">
      <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="block w-full h-full py-4 text-2xl rounded-md btn btn-primary font-mecherlesans-demi" aria-label="Submit quote form"> GO </button>
    </div>
  </div>
  <div role="alert" aria-atomic="true" :id="ariaDescribedByErrorsID" id="error-description-0obqgnk">
    <template x-for="error in errors">
      <h3 class="p-1 my-2 border rounded-sm text-sf-red-700 bg-sf-red-100 border-sf-red-700" x-html="error">
      </h3>
    </template>
  </div>
</form>

POST

<form x-show="!sendResponse &amp;&amp; !sending" class="form-contact" :action="`/contact${qs}`" method="post">
  <div x-show="true" class="italic md:hidden"> Call our office anytime at <a id="phone-link-contact-me" href="tel:6019283683" class="red-link">
                        (601) 928-3683
                    </a>
  </div>
  <div class="flex flex-wrap min-w-0 md:mt-4 md:flex-nowrap">
    <div class="w-full md:mr-4 md:w-1/4 md:shrink-0">
      <!-- start partial: cf-prefs.hbs -->
      <fieldset class="mt-2 flex flex-nowrap justify-start">
        <legend class="font-mecherlesans-bold"> How should we contact you? </legend>
        <div class="mt-2 flex flex-row">
          <input id="contact-form-pref-email" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" type="radio" value="email" x-model="form.pref" aria-label="Your email" @change="clearPrefErrors()">
          <label for="contact-form-pref-email" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6 md:mr-4"> Your Email </label>
          <input id="contact-form-pref-phone" class="m2-radio-input pointer-events-none absolute m-0 h-0 w-0 p-0 opacity-0" type="radio" value="phone" x-model="form.pref" aria-label="Your phone" @change="clearPrefErrors()">
          <label for="contact-form-pref-phone" class="m2-radio-label mr-4 inline-flex cursor-pointer select-none items-start text-sm leading-6 md:mr-4"> Your Phone </label>
        </div>
      </fieldset>
      <!-- end partial: cf-prefs.hbs -->
      <!-- start partial: cf-contact-info.hbs -->
      <div class="w-full mt-4">
        <!-- start partial: form-label.hbs -->
        <label for="contact-form-name" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="hasError('name') ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Your First &amp; Last Name</span>
          <input id="contact-form-name" class="w-full" x-ref="name" x-model="form.name" type="text" :aria-invalid="hasError('name')" :aria-describedby="hasError('name') ? $id('error', 'name') : null" aria-required="true"
            @keydown.debounce.750ms="validateName()">
        </label>
        <!-- end partial: form-label.hbs -->
      </div>
      <div class="w-full mt-4">
        <!-- start partial: form-label.hbs -->
        <label for="contact-form-phone" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="hasError('phone') ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Your Phone Number</span>
          <input id="contact-form-phone" class="w-full" x-ref="name" x-model="form.phone" type="text" :aria-invalid="hasError('phone')" :aria-describedby="hasError('phone') ? $id('error', 'phone') : null"
            aria-required="hasError('phone') &amp;&amp; form.pref == 'phone'" @keydown.debounce.750ms="validatePhone()">
        </label>
        <!-- end partial: form-label.hbs -->
      </div>
      <div class="w-full mt-4">
        <!-- start partial: form-label.hbs -->
        <label for="contact-form-email" class="block w-full px-2 pb-1 border rounded-md bg-white " :class="hasError('email') ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Your E-Mail Address</span>
          <input id="contact-form-email" class="w-full" x-ref="email" x-model="form.email" type="text" :aria-invalid="hasError('email')" :aria-describedby="hasError('email') ? $id('error', 'email') : null"
            aria-required="hasError('email') &amp;&amp; form.pref == 'email'" @keydown.debounce.750ms="validateEmail()">
        </label>
        <!-- end partial: form-label.hbs -->
      </div>
      <!-- end partial: cf-contact-info.hbs -->
    </div>
    <div class="w-full md:mr-4 md:w-1/2">
      <div class="hidden italic text-center md:block">
        <span id="callAnytime">Call our office anytime at</span>
        <a id="phone-link-contact-me-md" href="tel:6019283683" class="red-link" aria-describedby="callAnytime">
                                (601) 928-3683
                            </a>
      </div>
      <div id="contact-form-message-block" class="mt-4">
        <div class="italic">
          <!-- start partial: cf-message-warning.hbs -->
          <p class="text-xs" :id="$id('message-warning')"> For your protection, please do not include sensitive personal information such as social security numbers, credit/debit card number, or health/medical information. </p>
          <!-- end partial: cf-message-warning.hbs -->
        </div>
        <!-- start partial: cf-message.hbs -->
        <!-- start partial: form-label.hbs -->
        <label for="contact-form-message" class="block w-full px-2 pb-1 border rounded-md bg-white mt-4" :class="hasError('message') ? 'border-2 border-sf-red' : 'border-gray-600'">
          <span class="block pt-2 text-sm text-gray-700">Your Message:</span>
          <textarea id="contact-form-message" x-ref="message" x-model="form.message" class="w-full font-sans text-xl" rows="4" :aria-invalid="hasError('message')"
            :aria-describedby="`${$id(&quot;message-warning&quot;)} ${hasError(&quot;message&quot;) ? $id(&quot;error&quot;, &quot;message&quot;) : &quot;&quot;}`" aria-required="hasError('message')"
            @keydown.debounce.750ms="validateMessage()"></textarea>
        </label>
        <!-- end partial: form-label.hbs -->
        <!-- end partial: cf-message.hbs -->
      </div>
      <!-- start partial: file-input.hbs -->
      <div x-ref="contactFormAttachments" class="w-full" x-data="initFileInput()">
        <div x-show="$store.fileList.length" class="w-full mt-2 mb-2 text-xl italic text-center border-b-2 border-gray-400 border-dashed" x-text="$store.fileList.length + ' attached file' + ($store.fileList.length > 1 ? 's:' : ':')">
        </div>
        <template x-for="(att, idx) in $store.fileList">
          <div :key="idx" class="flex w-full my-2 flex-nowrap">
            <div class="flex w-1/5 h-12 mr-1">
              <img x-show="checkType(att) === 'img'" :id="att.name" class="object-contain w-16 p-1 border-2 border-gray-400" :alt="att.name">
              <template x-if="checkType(att) != 'img'">
                <div x-html="svgIcon(checkType(att), &quot;h-full&quot;)" class="h-full">
                </div>
              </template>
            </div>
            <div class="w-3/5 mr-1">
              <span class="inline-block text-sm align-middle md:text-base" x-text="att.name">
              </span>
            </div>
            <div class="w-1/5 text-right">
              <span :aria-label="`This file is ${friendlySize(att.size)} in size`" data-microtip-position="top-left" role="tooltip" class="px-2 py-1 text-xs rounded-full bg-sf-charcoal-100" x-html="friendlySize(att.size)"></span>
              <div class="text-sm">
                <a href="#" :title="`Cancel upload of ${att.name}`" @click.prevent="removeFile(idx)">
                        <span class="red-link whitespace-nowrap">
                            <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet"><path d="M8.57 8.43 7.429 9.571a.249.249 0 0 1-.359 0L6 8.501l-1.07 1.07a.249.249 0 0 1-.359 0L3.43 8.43a.249.249 0 0 1 0-.359l1.07-1.07-1.07-1.07a.249.249 0 0 1 0-.359l1.141-1.141a.249.249 0 0 1 .359 0L6 5.501l1.07-1.07a.249.249 0 0 1 .359 0L8.57 5.572a.249.249 0 0 1 0 .359L7.5 7.001l1.07 1.07a.249.249 0 0 1 0 .359zM10.25 7c0-2.344-1.906-4.25-4.25-4.25S1.75 4.656 1.75 7 3.656 11.25 6 11.25 10.25 9.344 10.25 7zM12 7A6 6 0 0 1 0 7a6 6 0 0 1 12 0z"></path></svg></div>
                            Remove
                        </span>
                    </a>
              </div>
            </div>
          </div>
        </template>
        <div class="file-select">
          <div class="relative overflow-hidden cursor-pointer">
            <label for="contact-me-attachment-upload" class="mt-4 rounded-md btn btn-secondary">
              <span role="button" aria-controls="contact-me-attachment-upload" tabindex="0" @keydown.enter="$refs['file-upload-input'].click()" @keydown.space="$refs['file-upload-input'].click()" x-text="`Add Attachments ${sizeRemainingMessage()}`">
              </span>
            </label>
            <input x-ref="file-upload-input" type="file" hidden="" id="contact-me-attachment-upload" name="cf-attachments" multiple="" :aria-disabled="tooManyBytes" :accept="acceptableFileTypes" @change="pickFiles($event.target.files)">
          </div>
          <div class="mt-2 text-xs italic"> Please attach only <span x-text="readableExtensionList()"></span> file(s) — Unsupported file types will not be delivered to the agent. </div>
        </div>
      </div>
      <!-- end partial: file-input.hbs -->
    </div>
    <!-- start partial: cf-more-info.hbs -->
    <fieldset class="mt-4 w-full md:mt-0 md:w-1/4">
      <legend class="font-mecherlesans-bold mb-2 w-full"> I'd like more info about: </legend>
      <template x-for="(i, k) in moreVals">
        <div class="m2-contact-form-checkbox flex w-full" :id="`contact-form-${i.id}-checkbox`" :key="`contact-form-${i.id}`">
          <input :id="`contact-form-${i.id}`" class="m2-checkbox-input absolute h-0 w-0 overflow-hidden border-none p-0" x-model="form.more" type="checkbox" :aria-describedby="hasError('message') ? $id('error', 'message') : null"
            :class="{ error: hasError('more') }" :value="i.label" :aria-label="`${k + 1} of ${moreVals().length}, I'd like more info about ${i.label}`" :aria-invalid="hasError('more')" @click="validateMessage()">
          <label :for="`contact-form-${i.id}`" class="m2-checkbox-label flex w-full cursor-pointer items-center rounded py-2 pl-8 transition-all hover:bg-sf-charcoal-100">
            <svg viewBox="0 0 100 100" class="absolute left-1 h-4 w-4">
              <path class="path" fill="none" stroke="#000" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.1 52.1l24.4 24.4 53-53"></path>
            </svg>
            <span class="text-sm" x-html="i.label"></span>
          </label>
        </div>
      </template>
    </fieldset>
    <!-- end partial: cf-more-info.hbs -->
  </div>
  <div class="flex flex-col md:mt-4">
    <div class="flex flex-col md:flex-row-reverse">
      <div class="w-full md:w-1/4 mt-4 md:mt-0 lg:-mt-[6.8rem]">
        <!-- start partial: cf-submit.hbs -->
        <button @click="submit" type="button" :aria-disabled="isSendDisabled()" class="btn btn-primary rounded-md"> Send Email </button>
        <!-- end partial: cf-submit.hbs -->
      </div>
      <div class="w-full mt-2 md:w-3/4">
        <!-- start partial: cf-errors.hbs -->
        <div x-show="hasErrors" role="alert" class="rounded-md border-2 border-sf-red-700 bg-sf-red-100 p-4 text-sf-red-700">
          <!-- The only way ATs will read all of the text below on failed validation is if they are rendered as <p> elements -->
          <!-- "Please forgive this" -->
          <h2 class="text-xl font-bold"> Please correct the following: </h2>
          <ul class="list-inside list-disc">
            <template x-for="(message, key) in errors" :key="$id('error', key)">
              <li class="mb-1" :id="$id('error', key)" x-html="message"></li>
            </template>
          </ul>
        </div>
        <!-- end partial: cf-errors.hbs -->
      </div>
    </div>
    <div class="w-full mt-4 space-y-2">
      <!-- start partial: cf-coverage-disclaimer.hbs -->
      <p class="text-xs leading-3">
        <span class="font-mecherlesans-bold"> Please note: </span> Insurance coverage cannot be bound or changed via submission of this online e-mail form or via voice mail. To make policy changes or request additional coverage, please speak with a
        licensed representative in the agent's office, or by contacting the State Farm toll-free customer service line at <a href="tel:8557337333" class="red-link">
        (855) 733-7333
    </a> .
      </p>
      <!-- end partial: cf-coverage-disclaimer.hbs -->
      <!-- start partial: cf-disclaimer.hbs -->
      <p :id="$id('cf-disclaimer')" class="text-xs leading-3"> By filling out the form, you are providing express consent by electronic signature that you may be contacted by telephone (via call and/or text messages) and/or email for marketing
        purposes by State Farm Mutual Automobile Insurance Company, its subsidiaries and affiliates ("State Farm") or an independent contractor State Farm agent regarding insurance products and services using the phone number and/or email address you
        have provided to State Farm, even if your phone number is listed on a Do Not Call Registry. You further agree that such contact may be made using an automatic telephone dialing system and/or prerecorded voice (message and data rates may
        apply). Your consent is not a condition of purchase. By continuing, you agree to the terms of the disclosures above. </p>
      <!-- end partial: cf-disclaimer.hbs -->
    </div>
  </div>
</form>

Text Content

CONTACT RUSTY RAYBORN FOR A PERSONALIZED QUOTE

Your Name *
Your Email or Phone *

For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your Message: *
Send Email


PLEASE CORRECT THE FOLLOWING:

By filling out the form, you are providing express consent by electronic
signature that you may be contacted by telephone (via call and/or text messages)
and/or email for marketing purposes by State Farm Mutual Automobile Insurance
Company, its subsidiaries and affiliates ("State Farm") or an independent
contractor State Farm agent regarding insurance products and services using the
phone number and/or email address you have provided to State Farm, even if your
phone number is listed on a Do Not Call Registry. You further agree that such
contact may be made using an automatic telephone dialing system and/or
prerecorded voice (message and data rates may apply). Your consent is not a
condition of purchase. By continuing, you agree to the terms of the disclosures
above.

Please note: Insurance coverage cannot be bound or changed via submission of
this online e-mail form or via voice mail. To make policy changes or request
additional coverage, please speak with a licensed representative in the agent's
office, or by contacting the State Farm toll-free customer service line at (855)
733-7333 .


Close


Log In

Log In Rusty Rayborn

(601) 928-3683 Call

Text
Office Hours

Today Central

9am - 5pm
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call us 24 hours a day!



INSURANCE PRODUCTS OFFERED

Auto, Homeowners, Condo, Renters, Personal Articles, Business, Life, Health


OTHER PRODUCTS OFFERED

Banking, Mutual Funds

FINRA’s BrokerCheck
View Licenses
State Farm® Insurance Agent View Licenses


RUSTY RAYBORN

Rusty Rayborn Ins Agcy Inc
936 Hall St Suite D
Wiggins, MS 39577




Map & Directions

Contact Us

Get ID Card



ABOUT ME

• We love helping people relocate to Mississippi
• Free Auto Insurance Quotes
• Free Homeowners Insurance Quotes
• State Farm Agent Since 2011
• Come in, Call in, or click for a FREE Home or Auto Quote
• Offering Life Insurance in Wiggins, Mississippi
• Serving the Auto Insurance Needs in Stone County
• Offering Auto and Home Insurance in Wiggins, Perkinston, McHenry, Saucier,
Carnes, and Brooklyn areas
• Offering Free Condo Insurance Quotes and Free Renters Insurance Quotes
• Serving the Home Insurance needs in Forrest, Stone, Harrison and Pearl River
Counties
• Offering Free Business Insurance Quotes in Mississippi
• Mississippi Notary Public Services Available
• Ambassador Travel Qualifier 5 times
• 2 time Chairman Circle Qualifier
• Focus on Small Business Insurance and Church Insurance in the Wiggins area
• Stone County Economic Development Board Member
• Proud Supporter of the Stone County High School Dual Credit Program
• Sponsor of Stone County High School Athletics

…Read More


WOULD YOU LIKE TO CREATE A PERSONALIZED QUOTE?

Insurance Product:
AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare SupplementPet
Insurance

Zipcode: Zipcode: State:
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

GO




Continue a saved quote Items needed for a quote

File a Claim

Send Payment


WOULD YOU LIKE TO CREATE A PERSONALIZED QUOTE?

Insurance Product:
AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare SupplementPet
Insurance

Zipcode: Zipcode: State:
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

GO




Continue a saved quote Items needed for a quote
About Me


• We love helping people relocate to Mississippi
• Free Auto Insurance Quotes
• Free Homeowners Insurance Quotes
• State Farm Agent Since 2011
• Come in, Call in, or click for a FREE Home or Auto Quote
• Offering Life Insurance in Wiggins, Mississippi
• Serving the Auto Insurance Needs in Stone County
• Offering Auto and Home Insurance in Wiggins, Perkinston, McHenry, Saucier,
Carnes, and Brooklyn areas
• Offering Free Condo Insurance Quotes and Free Renters Insurance Quotes
• Serving the Home Insurance needs in Forrest, Stone, Harrison and Pearl River
Counties
• Offering Free Business Insurance Quotes in Mississippi
• Mississippi Notary Public Services Available
• Ambassador Travel Qualifier 5 times
• 2 time Chairman Circle Qualifier
• Focus on Small Business Insurance and Church Insurance in the Wiggins area
• Stone County Economic Development Board Member
• Proud Supporter of the Stone County High School Dual Credit Program
• Sponsor of Stone County High School Athletics

Products



INSURANCE PRODUCTS OFFERED

Auto, Homeowners, Condo, Renters, Personal Articles, Business, Life, Health


OTHER PRODUCTS OFFERED

Banking, Mutual Funds

FINRA’s BrokerCheck
Office Hours

Office Hours

Today Central

9am - 5pm
Mon-Fri
9am - 5pm
Sat-Sun
Closed

Call us 24 hours a day!
Location & Phone



OFFICE INFO


936 Hall St Suite D
Wiggins, MS 39577

Map & Directions
   


 * PHONE:
   
   (601) 928-3683
   
   
   
   
   
   


 * FAX:
   
   (601) 928-9972
   
   
   


File A Claim


Send A Payment

Simple Insights® Articles



SIMPLE INSIGHTS®


PROTECT KIDS FROM PESTICIDES

Children of all ages can easily be exposed to pesticides in food, household
chemicals and more. Learn what steps to take to reduce or eliminate exposure
Read More



REAR VISIBILITY TECHNOLOGY

Backup camera systems are standard equipment on most cars manufactured after May
1, 2018. Learn more about how to further prevent back over accidents. Read More



WHY SHOULD I REVIEW MY HOME INSURANCE ANNUALLY?

Make sure you regularly review your home insurance coverage to be properly
covered. Here are some tips to have a good insurance review. Read More

View More Articles
Videos



VIDEOS


LEGACY OF SAFETY

Play

Audio Transcript


WEB DEVELOPMENT FOR A GOOD CAUSE WITH 48IN48

Play

Audio Transcript
Contact Us Our Mission Our Team We're Hiring
Call our office anytime at (601) 928-3683
How should we contact you?
Your Email Your Phone
Your First & Last Name
Your Phone Number
Your E-Mail Address
Call our office anytime at (601) 928-3683

For your protection, please do not include sensitive personal information such
as social security numbers, credit/debit card number, or health/medical
information.

Your Message:

Remove
Please attach only file(s) — Unsupported file types will not be delivered to the
agent.
I'd like more info about:

Send Email


PLEASE CORRECT THE FOLLOWING:

Please note: Insurance coverage cannot be bound or changed via submission of
this online e-mail form or via voice mail. To make policy changes or request
additional coverage, please speak with a licensed representative in the agent's
office, or by contacting the State Farm toll-free customer service line at (855)
733-7333 .

By filling out the form, you are providing express consent by electronic
signature that you may be contacted by telephone (via call and/or text messages)
and/or email for marketing purposes by State Farm Mutual Automobile Insurance
Company, its subsidiaries and affiliates ("State Farm") or an independent
contractor State Farm agent regarding insurance products and services using the
phone number and/or email address you have provided to State Farm, even if your
phone number is listed on a Do Not Call Registry. You further agree that such
contact may be made using an automatic telephone dialing system and/or
prerecorded voice (message and data rates may apply). Your consent is not a
condition of purchase. By continuing, you agree to the terms of the disclosures
above.



Our team strives to help our customers manage the risk of everyday life. We
partner with State Farm customers in Wiggins, Stone County and all of
Mississippi to help life go right. Our goal is to review insurance coverage’s
and create an environment so our customers can live confidently every day
knowing they have the proper coverage in place.

ASHLEA WHITFIELD

Insurance Account Representative

Ashlea started at State Farm in 2012. She started in customer service but has
become a successful multiline agent. Ashlea is originally from Saucier, Ms but
now lives in Perkinston, Ms. Ashlea loves spending time with her lovely family
and dachshunds. She is a Mississippi Notary and holds licenses in Property,
Casualty, Life and Health. She is happily married with four wonderful children,
who attend school in Stone County.

…Read More
RB

RACHEL BONNEY

Office Manager

Rachel started at State Farm in 1999. She currently holds a Property and
Casualty License, Life and Health License and is approved to write commercial
insurance. She is originally from Pass Christian, MS but moved to the Wiggins
area in 1994. She currently resides in McHenry, Ms with her husband. She is a
Mississippi Notary. Rachel enjoys spending her free time traveling and visiting
her children that are in the military. She is also an amazing cook! She is a
pillar in our community and extremely knowledgeable in all aspects of our
business.

…Read More


AVAILABLE POSITIONS

INSURANCE ACCOUNT REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (SALES
EXPERIENCE PREFERRED)

Wiggins, MS Full Time

Please Note: This opportunity is about potential employment with an independent
contractor agent who solicits applications for State Farm products and services,
and does NOT result in employment with any of the State Farm Insurance
Companies. The employment selection decision , terms and conditions of
employment (such as compensation and benefits) are all determined solely by the
independent contractor agent.
Agent License for Rusty Rayborn
MS-15024965

If you are using a screen reader and having difficulty with this website please
call (601) 928-3683 .



DISCLOSURES

Investors should carefully consider investment objectives, risks, charges and
expenses. This and other important information is contained in the fund
prospectuses and summary prospectuses which can be obtained by visiting the
prospectus page on statefarm.com. Read it carefully. AP2022/03/0343

Securities distributed by State Farm VP Management Corp. State Farm VP
Management Corp. Customer Relationship Summary

Securities Supervisor address:402 Monroe St , Clinton, MS 39056-4210 Phone:
601-790-8727

Life Insurance and annuities are issued by State Farm Life Insurance Company.
(Not Licensed in MA, NY, and WI) State Farm Life and Accident Assurance Company
(Licensed in New York and Wisconsin) Home Office, Bloomington, Illinois.

Deposit products offered by U.S. Bank National Association. Member FDIC.

State Farm VP Management Corp. is a separate entity from those State Farm
entities which provide banking and insurance products. Investing involves risk,
including potential for loss.

Neither State Farm nor its agents provide tax or legal advice. Please consult a
tax or legal advisor for advice regarding your personal circumstances.

Like a good neighbor,
State Farm is there. ®
Ads & Tracking Terms of Use Notice of Privacy Policy State Privacy Rights
Security & Fraud Accessibility
Download the State Farm mobile app today


  (601) 928-3683
© Copyright State Farm Mutual Automobile Insurance Company 2023.