v20.flipfork-gifts.com Open in urlscan Pro
2606:4700:3035::ac43:bc30  Public Scan

URL: https://v20.flipfork-gifts.com/
Submission: On November 27 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

Name: Shipping InfoPOST

<form method="post" id="shipping_info" name="Shipping Info" novalidate="novalidate">
  <div class="row">
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_email" class="form-field-label">Email</label>
        <input type="email" placeholder="Email" autocomplete="email" name="form_fields[shipping_info_email]" id="form-field-shipping_info_email">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[shipping_info_fname]" id="form-field-shipping_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[shipping_info_lname]" id="form-field-shipping_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[shipping_info_address]" id="form-field-shipping_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[shipping_info_address2]" id="form-field-shipping_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[shipping_info_city]" id="form-field-shipping_info_city">
      </div>
    </div>
    <div class="col-4 py-1 pl-0 pr-1">
      <div class="wrapper country valid-field">
        <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[shipping_info_country]" class="valid" id="form-field-shipping_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
        </select>
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[shipping_info_state]" id="form-field-shipping_info_state">
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[shipping_info_zip]" id="form-field-shipping_info_zip">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-shipping_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://v20.getflipfork.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: PayPal Shipping MethodPOST

<form method="post" id="shipping_address" name="PayPal Shipping Method" novalidate="novalidate">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-0"></div>
    <label for="form-field-paypalShippingInfo-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-1"></div>
    <label for="form-field-paypalShippingInfo-1">Use a different shipping address</label>
  </div>
  <div id="alt-shipping_info" class="section shipping alt-paypal-shipping-address gu-hidden gu-checkout-shipping-info">
    <input name="form_fields[paypal_shipping_info_email]" type="hidden" id="form-field-paypal_shipping_info_email">
    <div class="row">
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_fname" class="form-field-label">First Name</label>
          <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[paypal_shipping_info_fname]" id="form-field-paypal_shipping_info_fname">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_lname" class="form-field-label">Last Name</label>
          <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[paypal_shipping_info_lname]" id="form-field-paypal_shipping_info_lname">
        </div>
      </div>
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address" class="form-field-label">Address</label>
          <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[paypal_shipping_info_address]" id="form-field-paypal_shipping_info_address">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
          <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[paypal_shipping_info_address2]" id="form-field-paypal_shipping_info_address2">
        </div>
      </div>
      <div class="col-12 py-1 px-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_city" class="form-field-label">City</label>
          <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[paypal_shipping_info_city]" id="form-field-paypal_shipping_info_city">
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-lg-1">
        <div class="wrapper country valid-field">
          <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
          <select name="form_fields[paypal_shipping_info_country]" class="valid" id="form-field-paypal_shipping_info_country" autocomplete="country">
            <option value="us" selected=""> United States</option>
          </select>
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_state" class="form-field-label">State</label>
          <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[paypal_shipping_info_state]" id="form-field-paypal_shipping_info_state">
        </div>
      </div>
      <div class="col-4 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_zip" class="form-field-label">Zip code</label>
          <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[paypal_shipping_info_zip]" id="form-field-paypal_shipping_info_zip">
        </div>
      </div>
    </div>
  </div>
  <div class="section phone-number-header">
    <div class="divider"></div>
    <div class="title">
      <div class="row">
        <div class="col-1 pl-0 pr-2">
          <img decoding="async" width="30" height="30" data-cfsrc="https://v20.getflipfork.io/wp-content/themes/giddyupio-prototype/images/phone.png" alt="" loading="lazy"
            src="https://v20.getflipfork.io/wp-content/themes/giddyupio-prototype/images/phone.png">
        </div>
        <div class="col-11 px-0">
          <h2>Phone</h2>
        </div>
      </div>
    </div>
    <div class="row pt-2 pb-1">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-paypal_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://v20.getflipfork.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="shipping_method" name="Shipping Method">
  <div id="shipping_method">
    <div class="option">
      <div class="radio"><input type="radio" name="shipping-method" id="form-field-shipping_method_radio"></div>
      <label for="form-field-shipping_method_radio">Free Shipping</label>
      <p class="price shipping-rate">$0.00</p>
    </div>
  </div>
</form>

<form id="payment-form">
  <div id="card-element">
  </div>
  <div style="margin-top: 10px; visibility: hidden;" id="card-errors" role="alert"></div>
</form>

Name: Payment InformationPOST

<form method="post" id="payment_info" name="Payment Information" novalidate="novalidate">
  <div class="row pt-2 pb-1">
    <div class="wrapper">
      <label for="form-field-payment_info_cc" class="form-field-label">Card Number</label>
      <input type="text" pattern="[0-9]*" placeholder="Card Number" autocomplete="cc-number" name="form_fields[payment_info_cc]" id="form-field-payment_info_cc">
    </div>
  </div>
  <div class="row py-1">
    <div class="col-6 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-payment_info_exp" class="form-field-label">MM / YY</label>
        <input type="text" pattern="[0-9]*" placeholder="MM / YY" autocomplete="cc-exp" name="form_fields[payment_info_exp]" id="form-field-payment_info_exp">
      </div>
    </div>
    <div class="col-6 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-payment_info_cvc" class="form-field-label">CVC</label>
        <input type="number" pattern="[0-9]*" placeholder="CVC" name="form_fields[payment_info_cvc]"
          id="form-field-payment_info_cvc"><a class="cvc-tip" data-title="3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front."><img src="https://v20.getflipfork.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="billing_address" name="Shipping Method">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-0"></div>
    <label for="form-field-billing_method_radio-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-1"></div>
    <label for="form-field-billing_method_radio-1">Use a different billing address</label>
  </div>
</form>

Name: Billing AddressPOST

<form method="post" id="billing_info" name="Billing Address" novalidate="novalidate">
  <div class="row">
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[billing_info_fname]" id="form-field-billing_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[billing_info_lname]" id="form-field-billing_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[billing_info_address]" id="form-field-billing_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[billing_info_address2]" id="form-field-billing_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-billing_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[billing_info_city]" id="form-field-billing_info_city">
      </div>
    </div>
    <div class="col-12 col-lg-6 px-0 py-lg-1 pl-lg-0 pr-lg-1">
      <div class="wrapper country">
        <label for="form-field-billing_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[billing_info_country]" class="valid" id="form-field-billing_info_country" autocomplete="country">
          <option value="us" selected=""> United States</option>
        </select>
      </div>
    </div>
    <div class="col-6 col-lg-3 pl-0 py-1 pl-lg-1 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[billing_info_state]" id="form-field-billing_info_state">
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[billing_info_zip]" id="form-field-billing_info_zip">
      </div>
    </div>
  </div>
</form>

Text Content

THE ONLY GRILLING TOOL YOU’LL EVER NEED


OVER 95% OF REVIEWERS GAVE FLIPFORK ⭐⭐⭐⭐⭐

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Get FlipFork Now!

The FlipFork makes grilling easier and more convenient than ever before. With 5
useful tools built in one, you can now easily prepare and BBQ your food to
juicy, char-grilled perfection. Even better? Less mess and cleanup!

Our patented 5-in-1 pro tool does it all:

1) Spatula – large enough to flip a 42oz Porterhouse

2) Fork – precise flips for those delicately thin meats

3) Knife – slice tough meats like a hot knife through butter

4) Tenderizer – serrated edge tenderizes meat to perfection

5) Bottle Opener – crack open some cold backyard brews


 * Flip Any Meat Size – You'll never struggle to flip a huge piece of steak
   again. FlipFork’s extra wide and sturdy grill spatula takes care of that!
   From now on, flip any meat size using one hand!
 * Hand-Sharpened By An Expert Blade Smith – The 3.5 inch stainless steel knife
   is sharp – REALLY sharp. It makes every cut you make smooth like butter
   – even on the thickest and toughest meats.
 * The Most Comfortable Grip Ever – The only cooking spatula with an ergonomic
   Acacia Wood handle from the South Pacific. One of the most comfortable
   cooking tools you will ever use – enjoy it for hours without ever putting it
   down.
 * Easy To Clean – FlipFork's stainless steel and premium wood finish is
   dishwasher safe and antibacterial.
 * Heat Resistant (Up to 1000 degrees) – FlipFork is constructed with 100%
   high-quality stainless steel – making it rust and corrosion-resistant.
 * A Gift They'll Use Forever – The perfect choice for the cooks and BBQ lovers
   in your life. They'll never use another grilling tool again. (Warning: giving
   FlipFork as a gift may result in loud screams of excitement and an endless
   amount of hugs).
 * 100% Lifetime Warranty – Our high-quality materials and unbeatable customer
   service makes us so confident in our product that we back every FlipFork with
   a full lifetime warranty.
 * 30-Day Money Back Guarantee – If for any reason you're not 100% satisfied
   with your FlipFork, you can easily return it, hassle-free!


Get FlipFork Now!

AS FEATURED IN

 
 
 
 


HERE’S WHY CUSTOMERS LOVE FLIPFORK

5.0 star rating
Drew‎
Verified Buyer

BEST BBQ TOOL THAT I HAVE EVER USED!

The spatula is sturdy and can flip anything over, the fork is perfect for steaks
or hotdogs. the best part is the serrated / knife edge to help make sure the
meat is cooked to perfection. I love using it. Makes everything easier —
especially the clean up – only 1 thing to clean up!

4.5 star rating
Glowplugv‎
Verified Buyer

SWISS ARMY KNIFE OF BBQ FLIPPERS

One of the things I liked about this utensil is that the handle, covered in
wood, the metal tang is very stiff. Compared to a flipper I had from an
expensive set of tools, there is no give which is good when you want to pat down
a burger or any other meat. I tried the cutting edge on some 1″ NY Strip steaks
to test and it easily cut through the meat without needing a fork to hold it.
Cleaned up as one would expect. A nice tool to add to or replace your BBQ tool
set.

5.0 star rating
Evannette O‎
Verified Buyer

A MUST FOR THE BBQ GUY

I bought this as a gift . I’m so impressed with the item I’ve already ordered
two more for gifts later in the yea . If you have anyone that loves grilling,
this is for them. Extremely well made of quality materials and very sturdy! Many
different uses in one item!

5.0 star rating
Sheryl‎
Verified Buyer

STRONG AND WELL MADE

This thing is totally bad-ass! Sturdy and versatile, and the long handle
provides good protection to avoid getting singed by the BBQ. Requires careful
cleaning to avoid slicing yourself.


GET YOUR 5-IN-1 FLIPFORK TODAY!


LARGE DISCOUNTS AVAILABLE – GREAT FOR GIFTING.

1 – FlipFork

1 – FlipFork
+S&H
The 5-in-1 FlipFork Includes:
 * - Spatula
 * - Fork
 * - Knife
 * - Tenderizer
 * - Bottle Opener

Retail $24.99
+S&H
Order Now
Most Popular
3 – FlipForks

Most Popular
3 – FlipForks
Buy 2, Get 1 FREE
+S&H
$16.66/each (Total $49.98)
You Save $24.99!
+S&H
Order Now
Best Deal
5 – FlipForks

Best Deal
5 – FlipForks
Buy 3, Get 2 FREE
+ FREE USA SHIPPING
$14.99/each (Total $74.97)
You Save $49.98!
FREE USA Shipping
Order Now
Order Now


NEXT STEP – SELECT YOUR COLOR:

COLOR SELECTION APPLIES TO YOUR ENTIRE ORDER.

COLOR




BONUS OFFER: GRILLMASTER 100% PURE PUMICE STONE BLOCK

 * 
 * 
 * 
 * 
 * 

A safe all-natural pumice stone cleans BBQ grill grates and griddles better and
faster than brushes and scrapers. Finally, lift tough baked-on grime, food, and
grease from your grill without damaging and scratching up your grates.

 * Highly recommended to extend the life of your charcoal and propane grills,
   smokers, and griddles.
 * A Safer, Deeper Clean – Grooves itself to your grates over time for a
   complete clean without leaving hot spots or removing the cure like chemical
   agents or steel brushes.
 * Lasts 6X Longer – Outlasts cheap bricks and screens.

Retail $19.99
Only $14.99
Yes, Get My 25% Savings! Yes, Get My 25% Savings!

QUANTITY

+ –
Remove?
No Thank You
×
Special Offer!
40
% OFF


Special Offer

Act Now and Get…

One More FlipFork for 40% OFF!

Retail $24.99
Special Add-on Price = $14.99!
Yes, I Want This!
No Thank You
Processing...
Total:
Checkout Processing
Total:
Next


COMPLETE YOUR ORDER

Enter Discount Code Here Incorrect promo code Apply


Or Pay With Credit Card


SHIPPING INFORMATION

Email
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code
Phone (optional)


SHIPPING INFORMATION


Same as shipping address

Use a different shipping address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code


PHONE

Phone (optional)


SHIPPING METHOD


Free Shipping

$0.00




PAYMENT INFORMATION

All transactions are secure and encrypted.


Card Number
MM / YY
CVC



BILLING ADDRESS


Same as shipping address

Use a different billing address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code
Next


Complete Order

ORDER SUMMARY

$0.00

PRODUCT NAME - MECHANIC 50% OFF

Subtitle

$30.00

PROMO DISCOUNT

$0.00

TAX

$0.00

SHIPPING

— —

TOTAL

$0.00


MAIN ALERT TEXT...

Error text

Ok
×

Ok




30 DAY MONEY BACK GUARANTEE!


HAVE A QUESTION?SEE OUR FAQS

What utensils are included with the FlipFork?

Our patented 5-in-1 innovation does it all:

1) Spatula – large enough to flip a 42oz Porterhouse

2) Fork – precise flips for those delicately thin meats

3) Knife – slice tough meats like a hot knife through butter

4) Tenderizer – serrated edge tenderizes meat to perfection

5) Bottle Opener – crack open some cold backyard brews

Why is FlipFork better than traditional kitchen/grilling tools?

Easy—FlipFork takes five essential grilling utensils and puts them in one
heavy-duty all-in-one grilling tool. This makes it cost effective, easy to use,
and even easier to clean! It's also made with premium materials that will last a
lifetime!

What is FlipFork made of?

Great question. We carefully designed and constructed FlipFork with the highest
quality materials. It's made with 100% stainless steel, beautiful Acacia wood
from Australia, and premium nylon and rubber. It's extremely durable and
dishwasher safe!

What is the length of FlipFork?

FlipFork is 18 inches long making it the perfect length to grill comfortably
without burning your hands, even at higher temperatures.

How sharp is FlipFork's knife?

The knife hand sharpened by an expert blade smith for a professional cut. This
means it's sharp – REALLY sharp. You should always be extra careful when
handling and cleaning it.

What temperature can FlipFork withstand?

The FlipFork can handle up to 1000 degrees on the grill, oven, or stove top.

Is FlipFork patented?

Yes, our design and utility patent makes FlipFork a one-of-a-kind grilling
must-have that you are sure to love.

We've been grilling for our entire lives and we thought of everything so all you
have to worry about is cooking your meat to perfection.

Can I get a discount if I order more than 1?

Absolutely! We created a special offer on this website with discounted bundles
so you can enjoy FlipFork at the best price possible.

They also make great gifts for the cooks and BBQ lovers in your life. They'll
never use another grilling tool again. (warning: giving FlipFork as a gift may
result in louds screams of excitement and an endless amount of hugs)

How quickly are packages shipped out once I place an order?

FAST! We ship all orders within 24-48 hours of receiving them! On average our
product is delivered within 3-5 business days in the United States.

Is there a money back guarantee and/or warranty?

Yes. We offer a no hassle, 30-Day Money Back Guarantee. If you're not 100%
satisfied with your FlipFork, we are happy to help you with a return. We want
you to be happy!

Click HERE to View FAQs »


FREQUENTLY ASKED QUESTIONS FAQS

×

What utensils are included with the FlipFork?

Our patented 5-in-1 innovation does it all:

1) Spatula – large enough to flip a 42oz Porterhouse

2) Fork – precise flips for those delicately thin meats

3) Knife – slice tough meats like a hot knife through butter

4) Tenderizer – serrated edge tenderizes meat to perfection

5) Bottle Opener – crack open some cold backyard brews

Why is FlipFork better than traditional kitchen/grilling tools?

Easy—FlipFork takes five essential grilling utensils and puts them in one
heavy-duty all-in-one grilling tool. This makes it cost effective, easy to use,
and even easier to clean! It's also made with premium materials that will last a
lifetime!

What is FlipFork made of?

Great question. We carefully designed and constructed FlipFork with the highest
quality materials. It's made with 100% stainless steel, beautiful Acacia wood
from Australia, and premium nylon and rubber. It's extremely durable and
dishwasher safe!

What is the length of FlipFork?

FlipFork is 18 inches long making it the perfect length to grill comfortably
without burning your hands, even at higher temperatures.

How sharp is FlipFork's knife?

The knife hand sharpened by an expert blade smith for a professional cut. This
means it's sharp – REALLY sharp. You should always be extra careful when
handling and cleaning it.

What temperature can FlipFork withstand?

The FlipFork can handle up to 1000 degrees on the grill, oven, or stove top.

Is FlipFork patented?

Yes, our design and utility patent makes FlipFork a one-of-a-kind grilling
must-have that you are sure to love.

We've been grilling for our entire lives and we thought of everything so all you
have to worry about is cooking your meat to perfection.

Can I get a discount if I order more than 1?

Absolutely! We created a special offer on this website with discounted bundles
so you can enjoy FlipFork at the best price possible.

They also make great gifts for the cooks and BBQ lovers in your life. They'll
never use another grilling tool again. (warning: giving FlipFork as a gift may
result in louds screams of excitement and an endless amount of hugs)

How quickly are packages shipped out once I place an order?

FAST! We ship all orders within 24-48 hours of receiving them! On average our
product is delivered within 3-5 business days in the United States.

Is there a money back guarantee and/or warranty?

Yes. We offer a no hassle, 30-Day Money Back Guarantee. If you're not 100%
satisfied with your FlipFork, we are happy to help you with a return. We want
you to be happy!

 * Support
 * Returns
 * Impressum
 * Privacy
 * Terms

About This Site
Purchasing here is buying directly from FlipFork, the inventors of this
innovative solution. FlipFork has partnered with GiddyUp, a curator of
innovative products, to present a special offer that you won’t find anywhere
else. To support these inventors, please consider buying your FlipFork on this
site, rather than 3rd-Party retailers.
Copyright © 2023 GiddyUp. All Rights Reserved.
×

×

×


HAVE A QUESTION ABOUT FLIPFORK?

 * Questions About Your Order
 * Product Questions
 * Technical Support
 * Returns
 * Anything else product or order related


PLEASE CONTACT GIDDYUP'S FLIPFORK SUPPORT DIRECTLY AT:

 * flipfork@giddyup-support.com
 * 317 Village Dr, Carol Stream, IL 60188


WOULD YOU LIKE TO UNSUBSCRIBE FROM MARKETING EMAILS?

Please click the following link to be added to a global do not mail list

×


RETURN POLICY

Our policy lasts 30 days. If 30 days have gone by since your purchase,
unfortunately we can’t offer you a refund or exchange. You will be responsible
for paying for your own shipping costs for returning your item. Shipping costs
are non-refundable. If you receive a refund, the cost of return shipping will be
deducted from your refund. To complete your return, we require a receipt or
proof of purchase.

×


IMPRESSUM

Company Name:
The GiddyUp Group

Address:
20 N. Oak St.
Ventura, CA 93001
USA

Contact:
support@giddyup.io

CEO Team:
Todd Armstrong, Justin Grant, Topher Grant, Steven Isaac, Alan Reinhart, Eric
Schechter

Form of Company:
LLC

Registration Number:
46-3920047


VAT Number
Not Applicable

×

×