rfslogodesign.com Open in urlscan Pro
2a02:4780:21:e683:341f:53e9:533b:6ccf  Public Scan

URL: https://rfslogodesign.com/lp2/
Submission: On April 22 via manual from PK — Scanned from DE

Form analysis 5 forms found in the DOM

POST PHPMailer/site_form.php

<form action="PHPMailer/site_form.php" id="save_form_banner" method="POST" onsubmit="return validateEmailBanner()">
  <div class="row">
    <div class="form-group col-md-12">
      <input type="text" class="form-control" name="botName" placeholder="Name" required="">
    </div>
    <div class="form-group col-md-12">
      <input type="email" class="form-control" name="botEmail" id="botEmailBanner" placeholder="Email" required="" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}">
    </div>
    <div class="form-group col-md-12">
      <input type="tel" class="form-control" name="botNumber" placeholder="Phone Number" required="" pattern="^\+?\d{10,14}$" title="Phone number format: +3334445555"> &gt;
    </div>
    <div class="form-group col-md-12">
      <textarea name="botMessage" cols="30" rows="3" class="form-control" placeholder="Message" required=""></textarea>
    </div>
    <div class="col-md-12">
      <button type="submit" name="banner_form_submit">Submit Now</button>
      <input type="hidden" name="submit_step1" value="">
      <input type="hidden" name="hiddencapcha" value="">
      <input type="hidden" name="cip" value="">
      <input class="" type="hidden" name="ctry" value=" ">
      <input type="hidden" name="portal_leadid" value="">
      <input type="hidden" name="pc" value="">
    </div>
  </div>
</form>

POST PHPMailer/site_form.php

<form method="POST" action="PHPMailer/site_form.php" id="bottomform" enctype="multipart/form-data" onsubmit="return validateEmailContact()">
  <div class="app-input-group full">
    <span><input type="text" name="botName" value="" size="40" class="input" placeholder="Name" required=""></span>
    <!--<label>Name</label>-->
  </div>
  <div class="app-input-group full">
    <span><input type="text" name="botEmail" id="botEmailContact" value="" size="40" placeholder="Email" class="input" required="" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}"></span>
    <!--<label>Email</label>-->
  </div>
  <div class="app-input-group full">
    <input name="botNumber" type="text" placeholder="Phone Number" class="input" required="" pattern="^\+?\d{10,14}$" title="Phone number format: +3334445555">
  </div>
  <div class="app-input-group full">
    <span>
      <textarea name="botMessage" cols="40" rows="1" class="textarea" placeholder="Message" required=""></textarea>
    </span>
  </div>
  <div class="send-wrap">
    <div class="contact-button">
      <p>
        <input type="submit" value="Contact Us" class="wpcf7-form-control wpcf7-submit submit">
      </p>
    </div>
    <div class="payment-image">
      <img src="images/VISA.png">
    </div>
  </div>
</form>

POST PHPMailer/index.php

<form action="PHPMailer/index.php" id="save_form" method="POST" class="validate-popupform" onsubmit="return validateEmailCommon()">
  <input type="hidden" name="page_title" value="" class="page_title" id="page_title">
  <!-- <input type="hidden" name="order_package_price" id="package_price">
            <input type="hidden" name="pc" value="">
            <input type="hidden" name="cip" value="">
            <input type="hidden" name="ctry" value="">
            <input type="hidden" name="portal_leadid" value="">
            <input type="hidden" name="submit_step1" value=""> -->
  <div class="row">
    <div class="col-md-12">
      <ul>
        <li>
          <i class="fa fa-user" aria-hidden="true"></i>
          <input type="text" class="required placeholder1" required="" placeholder="Full Name *" name="order_fullname">
        </li>
      </ul>
    </div>
    <div class="col-md-12">
      <ul>
        <li>
          <i class="fa fa-envelope-o" aria-hidden="true"></i>
          <input type="email" class="required email placeholder1" required="" placeholder="Email Address *" name="order_email" id="orderEmailCommon" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}">
        </li>
      </ul>
    </div>
    <div class="col-md-12">
      <ul>
        <li>
          <i class="fa fa-phone" aria-hidden="true"></i>
          <input type="tel" class="required placeholder1" required="" placeholder="Phone No. *" name="order_phone" pattern="^\+?\d{10,14}$" title="Phone number format: +3334445555"> &gt;
        </li>
      </ul>
    </div>
    <div class="col-md-12">
      <ul>
        <li>
          <i class="fa fa-paper-plane-o" aria-hidden="true"></i>
          <textarea name="order_description" class="required placeholder1" required="" placeholder="To help us understand better, enter a brief description about your project."></textarea>
        </li>
      </ul>
    </div>
    <div class="col-md-12">
      <ul>
        <li>
          <input type="submit" name="" id="save_form-btn" value="Submit Now">
        </li>
      </ul>
    </div>
  </div>
</form>

POST PHPMailer/site_form.php

<form class="cmxform" id="bannerform" method="POST" action="PHPMailer/site_form.php" onsubmit="return validateEmailSite()">
  <div class="row">
    <div class="col-lg-12">
      <div class="fldset">
        <input type="text" name="botName" value="" size="40" class="input" placeholder="Name" required="">
      </div>
    </div>
    <div class="col-lg-12">
      <div class="fldset">
        <input type="text" name="botEmail" id="botEmailSite" value="" size="40" placeholder="Email" class="input" required="" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}">
      </div>
    </div>
    <div class="col-lg-12">
      <div class="fldset">
        <input name="botNumber" type="text" placeholder="Phone Number" class="input" required="" pattern="^\+?\d{10,14}$" title="Phone number format: +3334445555">&gt;
      </div>
    </div>
    <div class="col-lg-12">
      <div class="fldset">
        <textarea name="botMessage" cols="40" rows="1" class="textarea" placeholder="Message" required=""></textarea>
      </div>
    </div>
    <div class="col-lg-12">
      <div class="fldset">
        <input type="submit" name="sideformsubmit" value="Submit Now">
        <script type="text/javascript">
          document.getElementById('location').value = window.location.href;
        </script>
        <input type="hidden" name="hiddencapcha" value="">
        <input type="hidden" name="botctry" value="">
        <input type="hidden" name="botpc" value="">
        <input type="hidden" name="cip">
        <input type="hidden" name="portal_leadid" value="">
      </div>
    </div>
  </div>
</form>

POST webpages/exitFormController.php

<form method="POST" action="webpages/exitFormController.php">
  <div class="fldst btnattach">
    <a class="callus" href="tel:+1-877-285-3688"> Free design consultation <i class="fa fa-phone"></i>+1-877-285-3688</a>
  </div>
  <div class="fldst">
    <p>Send us your number to speak with an actual human.</p>
    <input id="phone-coun" name="fNumber" required="" type="text" onkeypress="return isNumberKey(event);" rangelength="[2,15]" placeholder="Enter phone here">
    <button class="newbtn" type="submit">Submit</button>
    <input type="hidden" name="ctry" value="">
    <input type="hidden" name="pc" value="">
    <input type="hidden" name="cip" value="">
    <input type="hidden" name="hiddencapcha" value="">
  </div>
  <p class="lst-p">Not ready for a call? <a href="javascript:;" onclick="setButtonURL();"> Discuss with our strategist</a></p>
</form>

Text Content

LIMITED TIME OFFER -ACTIVATE YOUR 70% OFF COUPON!

Get free consultancy
 * Phone Number +1 (551) 666-5255
 * Live Chat with Expert

GET FREE CONSULTATION TODAY


CUSTOM LOGO DESIGNS
IN ONLY $29

Your company deserves a brand that stands out just as uniquely as it does. Allow
us the opportunity to help you distinguish yourself from the crowd with
captivating and timeless custom logo designs.

 * Custom Graphic Design and Unique Logos
 * Enjoy Full Ownership of Digital & Print-Ready Files
 * Attractive Modern Logo Design
 * 100% Ownership Rights

Avail 70% Discount View Pricing


SUBMIT ENQUIRY

TO AVAIL 70% DISCOUNT

>

Submit Now




#1 LOGO DESIGN AGENCY PACKAGES

Get digital creative and design services that are both affordable and unique,
customized to suit your individual needs. Your business is our priority.
Packages starting at just $29.


LOGO DESIGN PACKAGES

BASIC PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$29

$45 Only
 * 2 Logo Design Concepts
 * 4 Free Revisions
 * Dedicated Project Manager
 * 24 - 48 Hours Delivery

   WHAT YOU WILL GET?

 * 1 Finalized Logo
 * All File Formats
       (Ai, PSD, EPS, PNG, JPG, PDF)

Start Project

STANDARD PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$99

$142 Only
 * 4 Logo Design Concepts
 * 8 Free Revisions
 * Dedicated Project Manager
 * 24 - 48 Hours Delivery

   WHAT YOU WILL GET?

 * 1 Finalized Logo
 * All File Formats
       (Ai, PSD, EPS, PNG, JPG, PDF)

Start Project
Best Seller

ELITE PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$149

$213 Only
 * 6 Logo Design Concepts
 * Unlimited Revisions
 * Dedicated Project Manager
 * 24 - 48 Hours Delivery

   WHAT YOU WILL GET?

 * 1 Finalized Logo
 * All File Formats
       (Ai, PSD, EPS, PNG, JPG, PDF)

Start Project


BRANDING PACKAGES

STARTER PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$99

$142 Only
 * Business Card Design
 * Letter head Design
 * Envelope Design
 * MS Word Letterhead
 * Email Signature Design
 * Invoice Design
 * Facebook Banner Design
 * YouTube Banner Design
 * Twitter Banner Design
 * LinkedIn Banner Design
 * Logo Watermark

Start Project

PREMIUM PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$139

$199 Only
 * Business Card Design
 * Letter head Design
 * Envelope Design
 * MS Word Letterhead
 * Email Signature Design
 * Invoice Design
 * Facebook Banner Design
 * YouTube Banner Design
 * Twitter Banner Design
 * LinkedIn Banner Design
 * Logo Watermark
 * Favicon Design
 * Polo/T-Shirt Design
 * Cap/Hat Design

Start Project

PROFESSIONAL PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$249

$355 Only
 * Business Card Design
 * Letter head Design
 * Envelope Design
 * MS Word Letterhead
 * Email Signature Design
 * Invoice Design
 * Facebook Banner Design
 * YouTube Banner Design
 * Twitter Banner Design
 * LinkedIn Banner Design
 * Logo Watermark
 * Favicon Design
 * Polo/T-Shirt Design
 * Cap/Hat Design
 * Bag Design
 * Signage Design
 * Flyer Design

Start Project


WEBSITE PACKAGES

BASIC PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$199

$214 Only
 * 3 Page Website
 * 5 Revisions
 * 2 Stock Images
 * 1 jQuery Slider Banner
 * 2 banner Designs
 * Any two social media designs
 * 48 to 72 hours TAT
 * Complete Deployment
 * 100% Satisfaction Guarantee
 * 100% Unique Design Guarantee
 * 100% Money Back Guarantee

Start Project

ELITE PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$500

$715 Only
 * 10 Unique Pages Website
 * Unlimited Revisions
 * CMS / Admin Panel Support
 * 12 Stock images
 * 8 Banner Designs
 * 1 jQuery Slider Banner
 * Any Three Social Media Integration
 * FREE Google Friendly Sitemap
 * Mobile Responsive
 * 48 to 72 hours TAT
 * Complete Deployment
 * 100% Satisfaction Guarantee
 * 100% Unique Design Guarantee
 * 100% Money Back Guarantee

Start Project

ECOMMERCE PACKAGE

BEST VALUE FOR MONEY GUARANTEED!


$1199

$1450 Only
 * Upto 30 Web Pages Desingn And HTML
 * 1 Contact Form
 * Content Management System
 * Google Sitemap Integration
 * Unlimited Revisions And Design Layout
 * 3 Sliding Banners
 * Upto 10 Stock Photos
 * SEO Friendly
 * Responsive Layout
 * Payment Gateway Integration
 * Shopping Cart
 * 1 Shared Design
 * Dedicated Account Manager
 * Email & Phone Support
 * 100% Satisfaction Guarantee

Start Project


GET YOUR CUSTOM LOGO DESIGNED


IN JUST $29

Order Now Call Now


ULTIMATE VALUE FOR START-UPS AND BUSINESSES


ALL-IN-ONE COMBO

$999

Unlock remarkable value with our logo design package, ideal for companies aiming
to enhance their online presence and expand market reach through innovative
digital solutions. Experience the benefits of our power-packed combo package
tailored to your needs.

LOGO DESIGN

 * Unlimited Logo Design Concepts
 * Unlimited Revisions
 * Icon Design
 * All Final File Formats

VALUE ADDED SERVICES

 * Dedicated Account Manager
 * Customizable
 * Complete Deployment

STATIONARY DESIGN

 * Business Card, Letterhead, Envelope
 * MS Word Letterhead

WEBSITE DESIGN

 * UNLIMITED Pages Website
 * Content Management System (CMS)
 * Complete Deployment
 * 5 Stock Photos + 3 Banner Designs
 * Any 3 Social Media Platforms
 * Complete W3C Certified HTML

Order Now Live Chat


SHOWCASING BRILLIANCE

SEE OUR RECENT PROJECTS

Explore our portfolio and immerse yourself in the realm of exceptional web
designs, logo designs, UI/UX designs, website development projects, digital
marketing, and more. Our website design agency is committed to delivering
high-quality work.

All Wordmark/Logotype Signature/Script Brandmark/Symbolic Lettermark/Monograms
Website

 * 
 * 
 * 
 * 
 * 

WE HAVE A BETTER PLAN FOR YOUR NEW BUSINESS!


WE POVIDE A FULL PACKAGE FOR ENTREPRENEURS AND STARTUPS.

Get Started +1 (551) 666-5255



BRAND BUILDING STRATEGY

Our primary focus is cultivating strong brand connections that foster customer
loyalty.


DIGITAL MARKETING

Recognizing that our customers' growth directly impacts our own, our marketing
team prioritizes each client's success.


WEBSITE DEVELOPMENT

Our expertise in website development extends to theme building, customization,
and custom coding, where we excel across all three areas.


MOBILE APPS DEVELOPMENT

OWe boast extensive expertise, providing exceptional UI/UX design and custom
coding services for iOS and Android mobile apps.


BRILLIANT CREATIVE WORK

Contact us today and let's collaborate to boost your brand awareness, making a
lasting impact in the market with the support of satisfied customer reviews.

SH

SARAH H.,

CEO

I was blown away by the creativity and professionalism of RFS Logo Design. They
crafted a logo for my business that perfectly encapsulated our brand identity.
It's been instrumental in setting us apart from the competition.


JT

JOHN T.,

Founder

RFS Logo Design exceeded my expectations in branding my startup. Their team's
attention to detail and commitment to understanding our vision resulted in
branding materials that truly resonated with our target audience. Highly
recommended!


EL

EMILY L.,

Marketing Director

I couldn't be happier with the website RFS Logo Design created for my company.
Not only is it visually stunning, but it's also highly functional and
user-friendly. They truly listened to our needs and delivered beyond our
expectations.




ARE YOU PREPARED TO IGNITE YOUR DIGITAL REVOLUTION?

Engage in a discussion and let our experts pave the way to your online success.

Live Chat Call Now




© Copyrights 2024 | All Rights Reserved RFS Logo Design

Privacy Policy
Disclaimer: The logo, name, and graphics of RFS Logo Design, as well as its
products and services, are trademarks of RFS Logo Design. Any other company
names, brand names, trademarks, and logos mentioned on this website belong to
their respective owners and do not imply                       endorsement,
sponsorship, or recommendation by RFS Logo Design, nor do they imply
endorsement, sponsorship, or recommendation of RFS Logo Design by the respective
trademark owner.


GET FREE CONSULTATION



 * 

 * 

 * >

 * 

 * 

Chat With Us +1 (551) 666-5255
GET FREE CONSULTANCY


GET FREE CONSULTANCY


>



x
Confused?


OUR SMART AND FRIENDLY CLIENT SUPPORT TEAM IS AVAILABLE TO GUIDE YOU THROUGH THE
CREATIVE PROCESS AND ANSWER ALL OF YOUR QUESTIONS.

Free design consultation +1-877-285-3688

Send us your number to speak with an actual human.

Submit

Not ready for a call? Discuss with our strategist