Cirrus Design Studio Ltd Dorset
Welcome to Cirrus - Dorset's premier digital design agency offering your business everything it needs to succeed online from unique, bespoke website design (no templates) to ERP bespoke business solutions that drive your company forward ahead of the competition.
Our head office is based in Poole Dorset but we have an outreach office down in Exmouth Devon and this allows us to serve customers not only in Dorset and Devon but also Hampshire, Cornwall, Somerset and Wiltshire but we do have clients based as far afield as Hong Kong and Australia.
Cirrus Design Studio Ltd is completely UK based and none of our services are sourced from outside the UK. Naturally we are registered with the Information Commissionaires Office given clients peace of mind that their data IS SAFE!
As a WIX Premier Partner we can offer you all the great benefits of being supported by the one of the world's largest providers of Content Management Systems supported by a wide variety of extensions and plugins but if you need that something very special our more bespoke solutions handmade by us will almost certainly reach the part other CMS simply does not.
What's more is that all our work is underpinned by our relationship as a Google Partner so with Cirrus Design Studio it's the perfect blend of power & performance safe in the knowledge that we are approved by Google to deliver Google online marketing products from basic SEO through to Google AdWords and much more.
Paul Kell - Elvana Music Ltd
"Extremely helpful and communicated very well! Worked through the problem methodically and was very quick to respond. Thanks."
Wix AI tools helping designers with no code experience work faster and smarter by automating coding tasks and unlocking features that would normally require a d
We promised we'd never do it...but we did.
Wix Partner Webinar: Coding AI Tools
When we embarked on our WIX journey, our goal was to create websites for our clients using a “No-code” approach. Our primary revenue stream, Bespoke Systems is entirely code-based, no pre-written templates whatsoever, so this new Cirrus Design Studio revenue stream was intended to be entirely independent of the development team. The intention was to boost our capacity and provide clients with peace of mind, knowing they don’t need a developer to modify any part of their site.
WIX has revolutionised the industry by introducing AI coding tools that empower our “No-code” designers to achieve feats previously unattainable with WIX Studio’s standard suite of tools. For instance, a simple form that navigates users to a different page based on their drop-down selections within the form is now possible. This was previously a custom code requirement.
These tools are gradually being rolled out to the general public, ensuring our clients maintain full control over their sites and can make any necessary changes themselves if they wish to do so. The code below is an example of this implementation and I'm sure you'll agree its not that difficult to follow the logic as long as you don't have to worry about the brackets, commas etc, etc
$w.onReady(function () {
// Write your JavaScript here
// To select an element by ID use: $w('#elementID')
$w('#button11').onClick(() => {
const selectedValue = $w('#dropdown11').value;
if (selectedValue === 'Type B') {
location.to('/platformfloor'); // Replace '/page-1' with your actual Page 1 URL
} else if (selectedValue === 'Type A') {
location.to('/screed'); // Replace '/page-2' with your actual Page 2 URL
} else if (selectedValue === 'Type C') {
location.to('/raised-system'); // Replace '/page-3' with your actual Page 3 URL
} else if (selectedValue === 'Type D') {
location.to('/low-profile'); // Replace '/page-4' with your actual Page 4 URL
}
});
});
Read more articles