updates.dotdesign.me Open in urlscan Pro
209.97.188.228  Public Scan

URL: https://updates.dotdesign.me/
Submission: On July 03 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 3 forms found in the DOM

POST #

<form class="space-y-2" action="#" method="POST">
  <div>
    <div class="mx-auto flex items-center justify-center">
      <img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
      <h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Join Now <div class="text-sm font-light text-gray-500">Vote, comment &amp; share new suggestions</div>
      </h3>
    </div>
    <div class="mt-3  sm:mt-5 ">
      <div class="mt-2 space-y-2">
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Full Name </label>
          <div class="mt-1">
            <input wire:model="name" id="name" name="name" type="text" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
          <div class="mt-1">
            <input id="email" wire:model="email" name="email" type="email" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
          <div class="mt-1">
            <input id="password" wire:model="password" name="password" type="password" autocomplete="current-password" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-5 sm:mt-6">
    <button type="button" wire:click="submit()"
      class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
      Join Now </button>
  </div>
</form>

POST #

<form class="space-y-2" action="#" method="POST">
  <div>
    <div class="">
      <div class="mx-auto mb-4 flex items-center justify-center">
        <img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
        <h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Login <div class="text-sm font-light text-gray-500">Login to your suggestions account</div>
        </h3>
      </div>
      <div class="mt-2 space-y-2">
        <div>
          <label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
          <div class="mt-1">
            <input id="email" wire:model.lazy="login_email" name="email" type="email" autocomplete="email" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
        <div>
          <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
          <div class="mt-1">
            <input id="password" wire:model.lazy="login_password" name="password" type="password" autocomplete="current-password" required=""
              class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-5 sm:mt-6">
    <button type="button" wire:click="login()"
      class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
      Login </button>
  </div>
</form>

<form class="sm:flex " wire:submit.prevent="submit">
  <div class=" mx-auto mb-0 my-0 w-full ">
    <div>
      <div class="flex rounded-md shadow-sm">
        <div class="relative flex items-stretch flex-grow focus-within:z-10">
          <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
            <!-- Heroicon name: solid/users -->
            <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
              <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"></path>
            </svg>
          </div>
          <input type="text" name="email" wire:model="email" id="email" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full rounded-none rounded-l-md pl-10 sm:text-sm border-gray-300" placeholder="you@emailaddress.com">
        </div>
        <button
          class="-ml-px relative inline-flex items-center space-x-2 px-4 py-2 border border-gray-300 text-sm font-medium rounded-r-md text-gray-700 bg-white hover:bg-gray-100 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500">
          <!-- Heroicon name: solid/sort-ascending -->
          <i class="far fa-envelope-open mr-2" aria-hidden="true"></i>
          <span> Subscribe to email updates</span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

Subscribe 0
Close


JOIN NOW
VOTE, COMMENT & SHARE NEW SUGGESTIONS

Full Name

Email

Password

Join Now
Close


LOGIN
LOGIN TO YOUR SUGGESTIONS ACCOUNT

Email

Password

Login
Changelog Suggestions
Login Join Now

Subscribe to email updates
UPDATED ChatBot Added


INSTAGRAM COMMENT REPLY AUTOMATION

Support Dot Design
1 year ago

We're excited to announce that we've added a new feature to our chatbot platform
- Instagram Comment Reply Automation! With this new feature, businesses can now
easily manage and respond to comments on their Instagram posts, all through our
chatbot platform.

This new feature is designed to make it easy for businesses to keep up with the
growing demand for social media engagement and increase their social media
presence. Our chatbot platform will automatically reply to comments on your
Instagram posts with a customized message, and you can also view and respond to
comments manually through our platform.

With Instagram Comment Reply Automation, you can save time and streamline your
social media management, while still providing personalized and engaging
responses to your followers. This feature is now available to all of our
customers, so sign up today to take advantage of this powerful new tool and
enhance your social media strategy!



https://bot.dotdesign.me/



Added


NEW COPYWRITING EBOOK

Support Dot Design
1 year ago

Now We Created New Product it's our New Ebook with name The copywriting 001 



now available for Early Birds with 50% Discount :)  



Added ChatBot UPDATED


CHATBOT UPDATES :)

Support Dot Design
1 year ago

ADDED: Ecommerce: Phone number in thermal print

IMPROVEMENTS: Ecommerce Order view in my account

UPDATED: Language files

FIXED: Decimal numbers in Ecommerce Dashboard

FIXED: Rejected count in Ecommerce Dashboard



Added Fixed UPDATED ChatBot


8 MAY 2022 CHATBOT UPDATES

Support Dot Design
2 years ago

ADDED: Ecommerce New Checkout System

ADDED: Ecommerce Delivery Methods

ADDED: Ecommerce Shipping Zones (By country and State)

ADDED: Package Summary in payment buttons

UPDATED: Language Files

FIXED: Some Bugs 



Added ChatBot


PUSH NOTIFICATION NOW AVAILABLE FOR OUR STORES

Support Dot Design
2 years ago

Now You Can Create Push Notification for Our Stores by few steps 




it's free for current users

only contact us and we will active it :)

Support@dotdesign.me



Added ChatBot UPDATED


CLEAR DESIGN FOR FLOW BUILDER

Support Dot Design
2 years ago

ADDED: NVX Style flow builder (NVX Theme Settings > Appearance > Style Version
Flow Builder)



UPDATED: Cropper JS to latest versionI

MPROVEMENTS: Ecommerce: sticky footer activate faster when scroll  

FIXED: Some bugs



Fixed Added ChatBot UPDATED


ECOMMERCE NOTIFICATION NOW RANGING :)

Support Dot Design
2 years ago

ADDED: Ecommerce notification for CoD.

ADDED: Live Chat subscriber manager for Instagram.

ADDED: ecommerce product single hide duplicated price

ADDED: ecommerce back button for mobile menu (based on browser history).

ADDED: Missing strings language

IMPROVEMENT: Subscriber manager - style

IMPROVEMENT: Bot manager - style

FIXED: Subscribers Manager Instagram Modal.

FIXED: Instagram Live Chat issues with some cases.

FIXED: Dashboard: total subscribers.

FIXED: System Dashboard: change period.

FIXED: ecommerce icons.




Added Support


EMAIL ROUTING BETA VERSION

Support Dot Design
2 years ago

Now you don't need to follow your work email every hour

Receive your e-mail on your private e-mail without the need to open the work
mail every hour


EMAIL ROUTING NOW AVAILABLE AT BETA VERSION

Now Create custom email addresses for your domain and route incoming emails to
your preferred mailbox.

 * Private by design.&nbsp;We don't store or look into your emails.
 * Straightforward and free.&nbsp;Anyone can create addresses for their domain.
 * Delivered to your preferred mailbox.&nbsp;Route to the mailbox you use the
   most, like Gmail or Outlook.




Added Support


ادفع فواتيرك اونلاين

Support Dot Design
2 years ago

تسهيلاً علي عملائنا

دلوقتي تقدر تدفع حساب فواتير اعلاناتك اونلاين من خلال موقعنا

بالكريدت كارد ^_^




Added Support


FACEBOOK AD REPORT IS LIVE!

Support Dot Design
2 years ago

Long-awaited feature <3

Now it is available to all our customers for whom we conduct advertising
campaigns and would like to monitor and develop the performance of their
advertising campaigns

You can request an interactive report for your advertising campaigns 

only contact your account manger  ;)

Our mission in our company is to improve the life of your projects, so we do not
spare any time in doing so and do everything we can to do so.

#Data_Studio #Google #Facebook_Ads #report #campaign




Added ChatBot UPDATED


NEW CHATBOT UPDATE

Support Dot Design
2 years ago

ADDED: Ecommerce webhook for orders and products

ADDED: Theme config: enable/disable PWA for ecommerce

ADDED: Theme config: enable/disable sitemap for ecommerce

ADDED: Theme config: enable/disable webhook for ecommerce

IMPROVEMENT: Ecommerce builder input number now have min value

IMPROVEMENT: Ecommerce: style button login and guest



Added ChatBot


NEW UPDATES FOR CHATBOT

Support Dot Design
2 years ago

ADDED: Import from template in visual flow builder list

ADDED: Ecommerce builder code before </head>

ADDED: Ecommerce builder copy default lang special page to selected lang

ADDED: Romanian flag to language switcher



Added Support


SUPPORT PORTAL FOR OUR CLIENTS

Support Dot Design
2 years ago

Now our client can login and contact with our teamwork via our support portal :)



only contact us and we will give you your user name and pass and start ask and
we support your project

our slogan for this Stage


WE SUPPORT …. YOU SUCCESS <3

it's only start :)

our Support Portal url:-

https://support.dotdesign.me/



Fixed UPDATED ChatBot


CHATBOT SMALL UPDATE 18-1-2022

Support Dot Design
2 years ago

UPDATED: Language files

FIXED: ecommerce floating menu z-index




Added ChatBot


SITEMAP GENERATOR

Support Dot Design
2 years ago

Now Our E-commerce Store chatbot can Generate sitemap For google search console 

that help you to improve your store ranking at google search for pages and
products


Note:-

this feature working only with Custom domain url ( that free for all
subscriptions )



Added ChatBot


NOW WE USE PROGRESSIVE WEB APPS ( PWA )

Support Dot Design
2 years ago

Now We add To Our Ecommerce store Progressive Web Apps  All Customer That Use
Custom domain for Ecommerce store that can user our update 


HOW ARE YOUR CUSTOMER USE IT?

only they open your Ecommerce store and they found message that say Add to home
screen :)  



Supported IOS and Android Devices  

if you have any Question Contact us 

Thanks



Categories

All Items

Added
(16)

Changed
(0)

Deprecated
(0)

Removed
(0)

Fixed
(3)

Security
(0)

ChatBot
(11)

UPDATED
(7)

Support
(4)
Powered by ChangeCrab. Free Changelogs & User Suggestions