Hey Linda,
Our forms use ajax + some home made bot detection process, it's enough to stop 99.99% of spam
Best posts made by jbenguira
-
RE: recapcha for white label login or not necessary?
-
RE: Node v.14 and/or ES2020
Great news, Node.js 14 is now available on Cloudbackend, more details are available here:
https://changelog-8f2785.appdrag.com/features/nodejs-14-serverless -
RE: Blog SEO - Blog Titles as H1 and SEO Sitemaps
@Daniel-Mulroy google will crawl all sitemaps present in robots.txt but you should add that sitemap manually in google search console if you want to see it there
-
RE: fileSaveUploaded issue (appdrag-cloudbackend node package)
@hamza-hamzaoui that's correct, uploaded files will be available in an array in event.FILES
There is no way to change this but it's not an issue, your code inside your backend function just have to read that collection
-
RE: Where to place the Google convert script?
Please check here:
https://support.appdrag.com/doc/FormsYou can add your conversion script in the After submit action
-
RE: How many variant is it possible ?
Hey Katya
You are doing it wrong, your product have only 1 variant based on language and then indicate as many languages as you want!
So remove your variant settings and add just 1 variant: lang
And then add your langs couples -
RE: Rotating/Changing API Key
@Daniel-Mulroy yes indeed, FYI it's also an option since recently to use global context vars, this way no need to republish each function after a key rotation
-
RE: Scrollable page
Hey Steve, this is described in our doc here:
https://support.appdrag.com/doc/Links-and-Anchors -
RE: Paralax not working on Mobile (phone) view
Hey Stephen
Unfortunately, iOS do not support "background-attachment: fixed", this is what we use for the parallax effect ...
-
RE: Unpublishing a website
Hey Stephen, if you have a white label (available in our agency business offer) this page will match your white label branding.
-
RE: White label and sharing
Hey Stephen, this means that you have not yet configured your white label.
To do it go to the dashboard, click on your name in top right corner. And click on white label configuration. There fill at least your brand name, email and details then save. You can also attach a white label DomainOnce done your invited users will be able to sign in
-
RE: Protection from DoS?
Hey @mody-ibrahim, a DDOS attack will deplete your API quota and then your API will be rate limited
I suggest you setup Cloudflare on your domain to add an additional layer of protection and configurable rules.
We have a guide here about how to do that: https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL
-
RE: URL redirection
Hey Christopher,
To serve traffic with https on root domain (without www) you need to follow our cloudflare tutorial here:
https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL -
RE: put a minimum quantity on the products of my shop
Just create a product which is a pack of 5
So each quantity unit is a pack of 5 (1=5, 2=10, 3=15,...) -
RE: Protection with WAF
Hey @mody-ibrahim
We do have a waf but it won't be configurable/adjustable by you this is why I recommended you to configure Cloudflare (free) to get an additional protection layer that you can configure with rules -
RE: Root domain not working
Hey Ian,
If you can setup a redirect from root domain to the url with www it will work. Usually redirects are not in the dns edition screen but in another menu specific to redirections.
If you don't want the domain to be redirected to www, in that case yes you will need to follow our cloudflare tutorial to serve your website on root domain:
https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL
-
RE: Cloudflare setup
Hey Amir
Your cname for www should point to custom-domain.appdrag.com
Please try this and let us know
-
RE: Can we make a animated gif/picture/video ?
Hey Samantha,
Yes you can use GIF or videos as background of section, rows, columns -
RE: Root domain not working
You can remove those A records, they are used only for redirecting root domain to www
But since cloudflare support cname for root domain ... No need of A records at all with cloudflare