www.omegataxcredits.com Open in urlscan Pro
52.17.119.105  Public Scan

Submitted URL: http://omega-taxcredit.dev/
Effective URL: https://www.omegataxcredits.com/
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On September 28 via api from FR — Scanned from FR

Form analysis 1 forms found in the DOM

Name: wf-form-ERC-Direct-Form-CompactGET

<form id="wf-form-ERC-Direct-Form-Compact" name="wf-form-ERC-Direct-Form-Compact" data-name="ERC Direct Form Compact" method="get" class="form-5" data-wf-page-id="64a7dac6b57a8f33baa907cf" data-wf-element-id="dc6fce37-ec52-17b3-7d1e-0ad6dfb046a4"
  aria-label="ERC Direct Form Compact" data-hs-cf-bound="true">
  <div class="form-field-wrapper">
    <div class="input-wrapper wdith100"><label for="First-Name-8" class="field-label width100">First Name<span class="orangeclr">*</span></label><input type="text" class="text-field w-input" maxlength="256" name="First-Name-3"
        data-name="First Name 3" placeholder="John" id="First-Name-8" required=""></div>
    <div class="input-wrapper wdith100"><label for="Last-Name-4" class="field-label width100">Last Name<span class="orangeclr">*</span></label><input type="text" class="text-field w-input" maxlength="256" name="Last-Name-2" data-name="Last Name 2"
        placeholder="Carter" id="Last-Name-4" required=""></div>
  </div>
  <div class="form-field-wrapper">
    <div class="input-wrapper wdith100"><label for="Company-6" class="field-label width100"><span class="field-label">Company</span><span class="orangeclr">*</span></label><input type="text" class="text-field w-input" maxlength="256" name="Company-5"
        data-name="Company 5" placeholder="abc@company" id="Company-6" required=""></div>
    <div class="input-wrapper wdith100"><label for="Email-4" class="field-label width100">Email<span class="orangeclr">*</span></label><input type="email" class="text-field w-input" maxlength="256" name="Email-3" data-name="Email 3"
        placeholder="example@email.com" id="Email-4" required=""></div>
  </div>
  <div class="form-field-wrapper">
    <div class="input-wrapper margin wdith100"><label for="Telephone-6" class="field-label width100">Phone<span class="orangeclr">*</span></label><input type="tel" class="text-field w-input" maxlength="256" name="Telephone-5" data-name="Telephone 5"
        placeholder="(123) 456 - 789" id="Telephone-6" required=""></div>
    <div class="input-wrapper wdith100"><label for="Your-Role-4" class="field-label width100">What is your role in the company?<span class="orangeclr">*</span></label><select id="Your-Role-4" name="Your-Role-2" data-name="Your Role 2" required=""
        class="select-fileds width100 w-select">
        <option value="">Select One</option>
        <option value="Business Owner">Business Owner</option>
        <option value="Manager">Manager</option>
        <option value="Employee">Employee</option>
      </select></div>
  </div>
  <div class="form-field-wrapper">
    <div class="input-wrapper wdith100"><label for="Year-Started-Business-4" class="field-label width100">What year did you start your business?<span class="orangeclr">*</span></label><select id="Year-Started-Business-4"
        name="Year-Started-Business-2" data-name="Year Started Business 2" required="" class="select-fileds width100 w-select">
        <option value="">Select One</option>
        <option value="Before 2019">Before 2019</option>
        <option value="2019">2019</option>
        <option value="2020">2020</option>
        <option value="2021">2021</option>
        <option value="2022">2022</option>
      </select></div>
    <div class="input-wrapper wdith100"><label for="How-Did-You-Hear-4" class="field-label width100">How did you hear about us?<span class="orangeclr">*</span></label><select id="How-Did-You-Hear-4" name="How-Did-You-Hear-2"
        data-name="How Did You Hear 2" required="" class="select-fileds width width100 w-select">
        <option value="">Select One</option>
        <option value="Postcard">Postcard</option>
        <option value="ESPN">ESPN</option>
        <option value="Audacy">Audacy</option>
        <option value="Bloomberg">Bloomberg</option>
        <option value="Men in Blazers">Men in Blazers</option>
        <option value="Barstool Sports">Barstool Sports</option>
      </select></div>
  </div>
  <div class="form-field-wrapper">
    <div class="input-wrapper wdith100"><label for="How-Many-W-2-Employees" class="field-label width100">In 2021, how many W-2 employees did you have? (excluding family and 1099 contractors)<span class="orangeclr">*</span></label><select
        id="How-Many-W-2-Employees" name="How-Many-W-2-Employees-2" data-name="How Many W 2 Employees 2" required="" class="select-fileds width width100 w-select">
        <option value="">Select One</option>
        <option value="Less than 4 employees">Less than 4 employees</option>
        <option value="4 to 9 employees">4 to 9 employees</option>
        <option value="10 or more employees">10 or more employees</option>
      </select></div>
  </div>
  <div class="w-embed w-script">
    <script>
      document.addEventListener("DOMContentLoaded", function() {
        var form = document.getElementById("erc-direct-compact-form");
        form.addEventListener("submit", function(event) {
          event.preventDefault();
          fbq("track", "Lead", {
            value: 50.0,
            currency: "USD",
          });
          var emailInput = document.getElementById("Email-4").value;
          var selectionidEmps = document.getElementById("How-Many-W-2-Employees").value;
          var selectionidOwn = document.getElementById("Your-Role-4").value;
          var selectionidYear = document.getElementById("Year-Started-Business-4").value;
          var domain = emailInput.split("@");
          /*var apiUrl =
    	"https://api.quickemailverification.com/v1/verify?email=" +
    	emailInput +
    	"&apikey=bf789f1d81c07f7b8dcae087a2732fcbed7b7fbe741228e19e6d2e813fee";
    
    const fetchOptions = {
      method: "GET",
      headers: {
        "Content-Type": "application/json",
        "Accept": "application/json"
      }
    };
		//const response = fetch(apiUrl, fetchOptions);
//alert(response.text());
	/*if (!response.ok) {
		const errorMessage = response.text();
		throw new Error(errorMessage);
	}
*/
          // Check domain and redirect
          var lowerDomain = domain[1].toLowerCase();
          var unqualifiedDomains = ["lukaat.com", "aukaat.com", "luckaat.com", "lukat.com", "dayrep.com", ];
          if (unqualifiedDomains.includes(lowerDomain)) {
            window.location.href = "https://www.omegataxcredits.com/thank-you-unqualified";
          } else {
            $(document).on("ajaxComplete", function() {
              /*if (
              	selectionidEmps === "Less than 4 employees" && 
                selectionidOwn != "Employee" && 
                selectionidYear != "2022") {
               		window.location.href = "https://www.omegataxcredits.com/thankyou-smallbiz";
              }else*/
              if (selectionidEmps === "Less than 4 employees" || selectionidOwn === "Employee" || selectionidYear === "2022") {
                window.location.href = "https://www.omegataxcredits.com/thank-you-unqualified";
              } else {
                window.location.href = "https://www.omegataxcredits.com/thank-you-calendly-erc";
              }
            });
          }
        });
      });
    </script>
  </div>
  <div id="utmPartner" class="w-embed"><input type="hidden" id="slidPartner" name="slid" value="">
    <input type="hidden" id="slSourcePartner" name="slSource" value="">
    <input type="hidden" id="slMediumPartner" name="slMedium" value="">
    <input type="hidden" id="slCampaignPartner" name="slCampaign" value="">
    <input type="hidden" id="slContentPartner" name="slContent" value="">
    <input type="hidden" id="slTermPartner" name="slTerm" value="">
    <input type="hidden" id="qualifiedlead" name="qualifiedlead" value="">
  </div>
  <div data-sitekey="6Lffl2ckAAAAAIyxDqMUzvC9G3rGX3iz_pU-diNd" class="w-form-formrecaptcha g-recaptcha g-recaptcha-error g-recaptcha-disabled">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-9j9eqse5fodl" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lffl2ckAAAAAIyxDqMUzvC9G3rGX3iz_pU-diNd&amp;co=aHR0cHM6Ly93d3cub21lZ2F0YXhjcmVkaXRzLmNvbTo0NDM.&amp;hl=fr&amp;v=pxZcVU8Dk73FyvFvdCgp2MSG&amp;size=normal&amp;cb=6mbo7ao5qbcn"></iframe>
      </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <p class="form-text small less">*All Fields are Required. Your
    <a href="https://omega-accounting.com/data-privacy-policy/?__hstc=84782278.da8313b99a50d6d5bcdd9cb670f40f5d.1695875976265.1695875976265.1695875976265.1&amp;__hssc=84782278.1.1695875976266&amp;__hsfp=296660058" class="link-18">Privacy</a> is
    Protected. View our
    <a href="https://omega-accounting.com/terms-conditions/?__hstc=84782278.da8313b99a50d6d5bcdd9cb670f40f5d.1695875976265.1695875976265.1695875976265.1&amp;__hssc=84782278.1.1695875976266&amp;__hsfp=296660058" class="link-19">Terms &amp; Conditions</a>
  </p><input type="submit" value="Submit ERC Info Request" data-wait="Please wait..." class="form-submit-btn customer_form_btn w-button">
  <p class="form-text small">Omega Accounting Solutions respects your privacy. By submitting this form, you give your express consent to receive emails, calls and text messages, which may use automated technology, from a representative of Omega
    Accounting Solutions. Message and data rates may apply. We need your consent to contact you, but you can request further information without consenting to our contacting you by calling us at the phone number displayed on this site.</p>
</form>

Text Content

 * Employee Retention Credit
 * Partner Program
   OverviewReferral PartnersAffiliatesIntroducers
 * About
 * Blog
 * Talk to an Expert

Talk to an Expert



UPDATE: IRS ERC FILING PAUSE

Omega follows all IRS guidelines
The IRS has temporarily paused ERC processing but is still accepting new
claims.The Federal program remains active; the pause is a short-term measure. We
will continue to file ERC claims on behalf of clients who qualify. For those who
have already submitted, the IRS will continue to process in January 2024. Omega
provides substantiation documentation, thoroughly documenting the legitimacy and
validity of your ERC filing. In addition, Omega offers support in the event of
an IRS audit.



FIND OUT IF YOU MAY QUALIFY FOR YOUR ERC TAX REFUND!

Named #1 ERC provider by Merchant Maverick. Our team of industry specialists
will maximize your refund. Call for a free consultation to see if you qualify.


Proud sponsors of:
First Name*
Last Name*
Company*
Email*
Phone*
What is your role in the company?*Select OneBusiness OwnerManagerEmployee
What year did you start your business?*Select OneBefore 20192019202020212022
How did you hear about us?*Select OnePostcardESPNAudacyBloombergMen in
BlazersBarstool Sports
In 2021, how many W-2 employees did you have? (excluding family and 1099
contractors)*Select OneLess than 4 employees4 to 9 employees10 or more employees




*All Fields are Required. Your Privacy is Protected. View our Terms & Conditions

Omega Accounting Solutions respects your privacy. By submitting this form, you
give your express consent to receive emails, calls and text messages, which may
use automated technology, from a representative of Omega Accounting Solutions.
Message and data rates may apply. We need your consent to contact you, but you
can request further information without consenting to our contacting you by
calling us at the phone number displayed on this site.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

UPDATE: IRS ERC FILING PAUSE

Omega follows all IRS guidelines
The IRS has temporarily paused ERC processing but is still accepting new
claims.The Federal program remains active; the pause is a short-term measure. We
will continue to file ERC claims on behalf of clients who qualify. For those who
have already submitted, the IRS will continue to process in January 2024. Omega
provides substantiation documentation, thoroughly documenting the legitimacy and
validity of your ERC filing. In addition, Omega offers support in the event of
an IRS audit.


HOW TO QUALIFY


1
Option


REVENUE IMPACT

Quarter by quarter comparison

The easiest way to qualify for ERC is through a basic revenue test. The IRS is
trying to identify if you had a significant decrease in revenue in either 2020
or 2021 when comparing that back to 2019.

2
Option


OPERATIONAL DISRUPTIONS

Missed revenue opportunities due to externals factors

There is an additional way to qualify for the employee retention credit by
justifying that your business experienced operational disruptions or
restrictions from any COVID mandates or government orders.

Our specialized team will ensure that you receive the maximum ERC that you
qualify for without taking on unnecessary risk. We perform extensive due
diligence to keep your business safe.
Step 1
10 minute call to pre-qualify.
Step 2
Detailed ERC eligibility assessment.
Step 3
Analyze impact of government orders.
Step 4
Calculate refund and file with IRS.
Kyle's business qualified for ERC


"I WOULD RECOMMEND OMEGA WHOLEHEARTEDLY FOR YOUR ERC."

Kyle was able to qualify for ERC despite having increased revenue during COVID
because his operations were still impacted. Our impact analysis can be used to
ensure you get the maximum refund that you are entitled to.

REad Full Case Study


KNOW OF A BUSINESS THAT COULD BENEFIT?

Join our referral program to earn cash for every business that successfully
receives ERC from the IRS.

learn about our referral program


FREQUENTLY ASKED QUESTIONS


What Is the Employee Retention Credit (ERC)?


The ERC is a refundable payroll tax credit, paid as a check mailed by the IRS.
This credit rewards businesses by refunding up to $26,000 for each W-2 employee
they kept on payroll during the pandemic.  


How is the Employee Retention Credit calculated?



The Employee Retention Credit is a pandemic tax credit. To apply, businesses
need to file a payroll tax amendment by submitting IRS Form 941-X for every
quarter that they retained employees in 2020 and 2021. Many companies are
eligible to receive up to $5,000 for each employee in 2020 and up to $7,000 per
employee for the first three quarters of 2021 (up to $21,000). In total, your
business may be able to receive up to $26,000 per employee kept on payroll
throughout those two years.


Who qualifies for the ERC Tax credit?



Businesses of all sizes across almost every industry, including startups,
nonprofits, corporations, LLCs, and small businesses can qualify for Employee
Retention Credit. The rules for 2020 differ from 2021. The ERC tax credit is
complicated and the IRS follows strict regulations to determine who can qualify.


Are there any restrictions on how you spend the ERC refund?


The ERC is neither a loan nor a grant. It's a tax credit sent as a check
directly from the IRS which does not need to be paid back.


see more faqs


ERC ADVANCE LOANS: ACCESS YOUR REFUND NOW

Efficiently managing cash flow can be a challenge for small to mid-sized
businesses. Omega Funding Solutions (OFS) offers ERC advance payments secured
against your tax refund. If you can't wait for lengthy IRS processing, our ERC
bridge loans provide immediate cash flow to cover business expenses.

Receive your funds within as little as two weeks from the filing date.
Apply for advance payments through OFS, even if you have already filed for ERC
with another provider
OFS accommodates under-resourced clients, including those with low credit and
self-employed individuals
Refund
The ERC program begins sunsetting soon. Apply now to maximize your credit.

Omega Tax Credits has helped businesses like yours claim the ERC. Don't wait to
claim yours!

Terms and Conditions | Privacy Policy
Quick Access
About Us
ERC Guide
Partner Program
Contact Us
Contact
contact@omegataxcredits.com
800-200-3905
15101 Alton Pkwy, Suite #450 Irvine, CA 92618

© 2023 Omega Tax Credits | All Rights Reserved