www.limesurvey.org
Open in
urlscan Pro
176.9.146.178
Public Scan
Submitted URL: http://limesurvey.org/
Effective URL: https://www.limesurvey.org/
Submission: On April 05 via manual from FI — Scanned from FI
Effective URL: https://www.limesurvey.org/
Submission: On April 05 via manual from FI — Scanned from FI
Form analysis
2 forms found in the DOMName: lang — POST https://www.limesurvey.org/
<form name="lang" method="post" action="https://www.limesurvey.org/">
<style type="text/css">
/*https://stackoverflow.com/questions/3331353/transitions-on-the-css-display-property*/
div.mod-languages.advanced-dropdown ul {
overflow: hidden;
/* Hide the element content, while height = 0 */
height: 0;
opacity: 0;
-webkit-transition: height 0ms 400ms, opacity 400ms 0ms;
-moz-transition: height 0ms 400ms, opacity 400ms 0ms;
-o-transition: height 0ms 400ms, opacity 400ms 0ms;
transition: height 0ms 400ms, opacity 400ms 0ms;
}
div.mod-languages.advanced-dropdown ul.displayed {
height: auto;
opacity: 1;
-webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
-moz-transition: height 0ms 0ms, opacity 600ms 0ms;
-o-transition: height 0ms 0ms, opacity 600ms 0ms;
transition: height 0ms 0ms, opacity 600ms 0ms;
}
</style>
<script type="application/javascript">
var myadvdrop274 = document.querySelector('div.lang274');
myadvdrop274.addEventListener("mouseover", mOver, false);
myadvdrop274.addEventListener("mouseout", mOut, false);
function mOver() {
myadvdrop274.querySelector('ul').classList.add("displayed")
}
function mOut() {
myadvdrop274.querySelector('ul').classList.remove("displayed")
}
</script>
<!-- >>> [PAID] >>> -->
<a href="javascript:;" class="langChoose">
<div class="d-none d-md-block">
English </div>
<div class="d-block d-md-none">
EN </div>
<span class="caret"></span>
</a>
<ul class="lang-block">
<li class="" dir="rtl">
<a href="/ar/">
اَلْعَرَبِيَّةُ </a>
</li>
<li class="" dir="ltr">
<a href="/nb/">
Bokmål </a>
</li>
<li class="" dir="ltr">
<a href="/cs/">
Čeština </a>
</li>
<li class="" dir="ltr">
<a href="/da/">
Dansk </a>
</li>
<li class="" dir="ltr">
<a href="/de/">
Deutsch </a>
</li>
<li class="" dir="ltr">
<a href="/de-ch/">
Deutsch (Schweiz) </a>
</li>
<li class="" dir="ltr">
<a href="/es/">
Español </a>
</li>
<li class="" dir="ltr">
<a href="/es-mx/">
Español (Mexico) </a>
</li>
<li class="" dir="ltr">
<a href="/fr/">
Français </a>
</li>
<li class="" dir="ltr">
<a href="/hi/">
हिन्दी </a>
</li>
<li class="" dir="ltr">
<a href="/hr/">
Hrvatski </a>
</li>
<li class="" dir="ltr">
<a href="/id/">
Bahasa Indonesia </a>
</li>
<li class="" dir="ltr">
<a href="/it/">
Italiano </a>
</li>
<li class="" dir="ltr">
<a href="/ja/">
日本語 </a>
</li>
<li class="" dir="ltr">
<a href="/ko/">
한국어 </a>
</li>
<li class="" dir="ltr">
<a href="/hu/">
Magyar </a>
</li>
<li class="" dir="ltr">
<a href="/ms/">
Bahasa Melayu </a>
</li>
<li class="" dir="ltr">
<a href="/mn/">
Монгол </a>
</li>
<li class="" dir="ltr">
<a href="/nl/">
Nederlands </a>
</li>
<li class="" dir="ltr">
<a href="/pl/">
Polski </a>
</li>
<li class="" dir="ltr">
<a href="/pt/">
Português </a>
</li>
<li class="" dir="ltr">
<a href="/pt-br/">
Português (Brasil) </a>
</li>
<li class="" dir="ltr">
<a href="/ro/">
Română </a>
</li>
<li class="" dir="ltr">
<a href="/ru/">
Русский </a>
</li>
<li class="" dir="ltr">
<a href="/sk/">
Slovenčina </a>
</li>
<li class="" dir="ltr">
<a href="/fi/">
Suomi </a>
</li>
<li class="" dir="ltr">
<a href="/sv/">
Svenska </a>
</li>
<li class="" dir="ltr">
<a href="/tl/">
Tagalog </a>
</li>
<li class="" dir="ltr">
<a href="/th/">
ไทย </a>
</li>
<li class="" dir="ltr">
<a href="/tr/">
Türkçe </a>
</li>
<li class="" dir="ltr">
<a href="/uk/">
Українська </a>
</li>
<li class="" dir="ltr">
<a href="/vi/">
Tiếng việt </a>
</li>
<li class="" dir="ltr">
<a href="/zh/">
简体中文(中国大陆) </a>
</li>
<li class="" dir="ltr">
<a href="/zh-tw/">
繁體中文 (台灣) </a>
</li>
</ul>
<!-- <<< [PAID] <<< -->
</form>
Name: lang — POST https://www.limesurvey.org/
<form name="lang" method="post" action="https://www.limesurvey.org/">
<style type="text/css">
/*https://stackoverflow.com/questions/3331353/transitions-on-the-css-display-property*/
div.mod-languages.advanced-dropdown ul {
overflow: hidden;
/* Hide the element content, while height = 0 */
height: 0;
opacity: 0;
-webkit-transition: height 0ms 400ms, opacity 400ms 0ms;
-moz-transition: height 0ms 400ms, opacity 400ms 0ms;
-o-transition: height 0ms 400ms, opacity 400ms 0ms;
transition: height 0ms 400ms, opacity 400ms 0ms;
}
div.mod-languages.advanced-dropdown ul.displayed {
height: auto;
opacity: 1;
-webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
-moz-transition: height 0ms 0ms, opacity 600ms 0ms;
-o-transition: height 0ms 0ms, opacity 600ms 0ms;
transition: height 0ms 0ms, opacity 600ms 0ms;
}
</style>
<script type="application/javascript">
var myadvdrop275 = document.querySelector('div.lang275');
myadvdrop275.addEventListener("mouseover", mOver, false);
myadvdrop275.addEventListener("mouseout", mOut, false);
function mOver() {
myadvdrop275.querySelector('ul').classList.add("displayed")
}
function mOut() {
myadvdrop275.querySelector('ul').classList.remove("displayed")
}
</script>
<!-- >>> [PAID] >>> -->
<a href="javascript:;" class="langChoose">
<div class="d-none d-md-block">
English </div>
<div class="d-block d-md-none">
EN </div>
<span class="caret"></span>
</a>
<ul class="lang-block">
<li class="" dir="rtl">
<a href="/ar/">
اَلْعَرَبِيَّةُ </a>
</li>
<li class="" dir="ltr">
<a href="/nb/">
Bokmål </a>
</li>
<li class="" dir="ltr">
<a href="/cs/">
Čeština </a>
</li>
<li class="" dir="ltr">
<a href="/da/">
Dansk </a>
</li>
<li class="" dir="ltr">
<a href="/de/">
Deutsch </a>
</li>
<li class="" dir="ltr">
<a href="/de-ch/">
Deutsch (Schweiz) </a>
</li>
<li class="" dir="ltr">
<a href="/es/">
Español </a>
</li>
<li class="" dir="ltr">
<a href="/es-mx/">
Español (Mexico) </a>
</li>
<li class="" dir="ltr">
<a href="/fr/">
Français </a>
</li>
<li class="" dir="ltr">
<a href="/hi/">
हिन्दी </a>
</li>
<li class="" dir="ltr">
<a href="/hr/">
Hrvatski </a>
</li>
<li class="" dir="ltr">
<a href="/id/">
Bahasa Indonesia </a>
</li>
<li class="" dir="ltr">
<a href="/it/">
Italiano </a>
</li>
<li class="" dir="ltr">
<a href="/ja/">
日本語 </a>
</li>
<li class="" dir="ltr">
<a href="/ko/">
한국어 </a>
</li>
<li class="" dir="ltr">
<a href="/hu/">
Magyar </a>
</li>
<li class="" dir="ltr">
<a href="/ms/">
Bahasa Melayu </a>
</li>
<li class="" dir="ltr">
<a href="/mn/">
Монгол </a>
</li>
<li class="" dir="ltr">
<a href="/nl/">
Nederlands </a>
</li>
<li class="" dir="ltr">
<a href="/pl/">
Polski </a>
</li>
<li class="" dir="ltr">
<a href="/pt/">
Português </a>
</li>
<li class="" dir="ltr">
<a href="/pt-br/">
Português (Brasil) </a>
</li>
<li class="" dir="ltr">
<a href="/ro/">
Română </a>
</li>
<li class="" dir="ltr">
<a href="/ru/">
Русский </a>
</li>
<li class="" dir="ltr">
<a href="/sk/">
Slovenčina </a>
</li>
<li class="" dir="ltr">
<a href="/fi/">
Suomi </a>
</li>
<li class="" dir="ltr">
<a href="/sv/">
Svenska </a>
</li>
<li class="" dir="ltr">
<a href="/tl/">
Tagalog </a>
</li>
<li class="" dir="ltr">
<a href="/th/">
ไทย </a>
</li>
<li class="" dir="ltr">
<a href="/tr/">
Türkçe </a>
</li>
<li class="" dir="ltr">
<a href="/uk/">
Українська </a>
</li>
<li class="" dir="ltr">
<a href="/vi/">
Tiếng việt </a>
</li>
<li class="" dir="ltr">
<a href="/zh/">
简体中文(中国大陆) </a>
</li>
<li class="" dir="ltr">
<a href="/zh-tw/">
繁體中文 (台灣) </a>
</li>
</ul>
<!-- <<< [PAID] <<< -->
</form>
Text Content
THIS WEBSITE USES COOKIES We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. You consent to our cookies if you continue to use our website. You may change your cookie consent at any time in our Privacy Policy at this link. Do not sell or share my personal information Use necessary cookies only Allow all cookies Show details Only selected cookiesAllow all cookies Use necessary cookies only Allow selection Allow all cookies Necessary Preferences Statistics Marketing Show details Cookie declaration [#IABV2SETTINGS#] About Necessary (29) Preferences (1) Statistics (9) Marketing (20) Unclassified (10) Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies. NameProviderPurposeExpiryTypeCookieConsent [x8]Cookiebot forums.limesurvey.orgStores the user's cookie consent state for the current domain1 yearHTTPpage [x3]account.limesurvey.org forums.limesurvey.org www.limesurvey.orgUsed in context with the shopping cart functionality. Remembers any wish-list products and visitor credentials when checking out. PersistentHTMLPHPSESSID [x2]bugs.limesurvey.org community.limesurvey.orgPreserves user session state across page requests.SessionHTTP__cf_bmDiscord Inc.This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.1 dayHTTP_cfuvidDiscord Inc.This cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators. SessionHTTPtest_cookieGoogleUsed to check if the user's browser supports cookies.1 dayHTTPhex (10) [x2]ZohoRegisters which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. SessionHTTP1.gifCookiebotUsed to count the number of sessions to the website, necessary for optimizing CMP product delivery. SessionPixelhex (32) [x3]limesurvey.org www.limesurvey.com www.limesurvey.orgUsed to manage server calls to the website's backend systems. SessionHTTPjoomla_user_statelimesurvey.orgSaves whether you are logged in or not.1 dayHTTPMediaWikiModuleStore:c1manualmanual.limesurvey.orgPendingPersistentHTMLtranslate-recentgroupsmanual.limesurvey.orgPendingPersistentHTMLuls-previous-language-autonymmanual.limesurvey.orgSave the previous language name on translation changesPersistentHTMLuls-previous-language-codemanual.limesurvey.orgSave the previous language code on translation changesPersistentHTML_zcsr_tmpZohoThis cookie is necessary for the login function on the website. SessionHTTPoc_sessionPassphrasevbruch.comPreserves users states across page requests.SessionHTTP Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in. NameProviderPurposeExpiryTypeLS_CSRF_TOKENZohoIdentifies the visitor across devices and visits, in order to optimize the chat-box function on the website. SessionHTTP Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously. NameProviderPurposeExpiryTypesiqlsdbwww.limesurvey.orgSets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.PersistentHTMLutsdbwww.limesurvey.orgRegisters data on visitors' website-behaviour. This is used for internal analysis and website optimization. PersistentHTML#_zldpZohoRegisters data on visitors' website-behaviour. This is used for internal analysis and website optimization. 1 yearHTTP#_zldtZohoSets a ID for the visitor. This serves to count the number of specific visitors on the website.1 dayHTTP_ga [x2]GoogleRegisters a unique ID that is used to generate statistical data on how the visitor uses the website.2 yearsHTTP_ga_# [x2]GoogleUsed by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit. 2 yearsHTTPtdGoogleRegisters statistical data on users' behaviour on the website. Used for internal analytics by the website operator. SessionPixel Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers. NameProviderPurposeExpiryTypeIDEGooglePending1 yearHTTPpagead/1p-user-list/#GoogleTracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-fees between websites.SessionPixel_gcl_au [x2]GoogleUsed by Google AdSense for experimenting with advertisement efficiency across websites using their services. 3 monthsHTTPem_eclimesurvey.orgStore user email1 dayHTTPstore_gclidlimesurvey.orgStores the value of the gclid paramter for 90 days3 monthsHTTPuesignZohoSets a unique ID for the specific user. This allows the website to target the user with relevant offers through its chat functionality. 30 daysHTTPLAST_RESULT_ENTRY_KEYYouTubeUsed to track user’s interaction with embedded content.SessionHTTPnextIdYouTubeUsed to track user’s interaction with embedded content.SessionHTTPrequestsYouTubeUsed to track user’s interaction with embedded content.SessionHTTPyt.innertube::nextIdYouTubeRegisters a unique ID to keep statistics of what videos from YouTube the user has seen.PersistentHTMLytidb::LAST_RESULT_ENTRY_KEYYouTubeStores the user's video player preferences using embedded YouTube videoPersistentHTMLYtIdbMeta#databasesYouTubeUsed to track user’s interaction with embedded content.PersistentIDByt-remote-cast-availableYouTubeStores the user's video player preferences using embedded YouTube videoSessionHTMLyt-remote-cast-installedYouTubeStores the user's video player preferences using embedded YouTube videoSessionHTMLyt-remote-connected-devicesYouTubeStores the user's video player preferences using embedded YouTube videoPersistentHTMLyt-remote-device-idYouTubeStores the user's video player preferences using embedded YouTube videoPersistentHTMLyt-remote-fast-check-periodYouTubeStores the user's video player preferences using embedded YouTube videoSessionHTMLyt-remote-session-appYouTubeStores the user's video player preferences using embedded YouTube videoSessionHTMLyt-remote-session-nameYouTubeStores the user's video player preferences using embedded YouTube videoSessionHTML Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies. NameProviderPurposeExpiryTypeph_#_primary_window_existsanalytics.limesurvey.orgPendingSessionHTMLph_#_window_idanalytics.limesurvey.orgPendingSessionHTMLMANTIS_BUG_LIST_COOKIEbugs.limesurvey.orgPendingSessionHTTP__ph_opt_in_out_phc_zgWEIuSlDVtXXISxJce6HvJC7mYI0UvuDlD8QfI3s8Lanalytics.limesurvey.orgPendingSessionHTTPph_#_posthog [x2]analytics.limesurvey.orgPending1 yearHTTPuls-preferencesmanual.limesurvey.orgPendingPersistentHTMLnc_sameSiteCookielaxvbruch.comPending28058 daysHTTPnc_sameSiteCookiestrictvbruch.comPending28058 daysHTTPoc3wsmhnm0zuvbruch.comPendingSessionHTTP [#IABV2_LABEL_PURPOSES#] [#IABV2_LABEL_FEATURES#] [#IABV2_LABEL_PARTNERS#] [#IABV2_BODY_PURPOSES#] [#IABV2_BODY_FEATURES#] [#IABV2_BODY_PARTNERS#] Cookies are small text files that can be used by websites to make a user's experience more efficient. The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages. You can at any time change or withdraw your consent from the Cookie Declaration on our website. Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy. Your consent applies to the following domains: www.limesurvey.com, bugs.limesurvey.org, translate.limesurvey.org, manual.limesurvey.org, account.limesurvey.org, community.limesurvey.org, forums.limesurvey.org, www.limesurvey.org Cookie declaration last updated on 24.3.2024 by Cookiebot * Solutions * Templates * Pricing * Support Support * Overview * Help Center * Forums * FAQ * Support * Contact * Partners Login Get started - free * Solutions Popular Solutions 360 DEGREE FEEDBACK TEMPLATE ADMISSION FORM TEMPLATE All Survey Templates Your Role Business Manager Customer Care Specialist Event Coordinator Marketing Manager HR Officer Physician/Health Worker Product Manager Sports Manager Student Teacher/Educator Survey Types Business Corporate Customer Education Universities Events Healthcare Human Resources Market Research Marketing Nonprofit Product Sports Other Use Cases Academic Research Course Evaluation Customer Experience Customer Satisfaction Employee Experience Employee Motivation Event Planning Market Segmentation Market Research Patient Satisfaction Product Pricing * Templates Popular picks 360 DEGREE FEEDBACK TEMPLATE ADMISSION FORM TEMPLATE All Survey Templates Survey Templates Business Templates Corporate Templates Customer Templates Educational Templates Event Templates Healthcare Templates HR Templates Market Research Templates Nonprofit Templates Product Templates Sports Templates Other Templates Our Templates * Your RoleYour Role * Business Manager * Customer Care Specialist * Event Coordinator * HR Officer * Marketing Manager * Physician/Health Worker * Product Manager * Student * Sports Manager * Teacher/Educator * Survey TemplatesSurvey Templates * Business * Order forms * Shopping * Booking Forms * Startup * Corporate * Branded * Professional * Customer * Customer experience * Customer satisfaction * Customer feedback * Customer loyalty * Customer review * Customer service * Education * Course evaluation * Student * Teacher * Academic * Instructor evaluations * School * Student satisfaction * University * Event * Event experience * Event planning * Meeting planning * Healthcare * Patient satisfaction * Fitness * Alcohol assessment * Mental Health Assessment * Mental health * Patient Consent * Patient * Personality Test * Human resources * Employee experience * Employee motivation * 360 degree feedback * Application * Candidate assessment * Career finding * Employee questionnaires * Employee * Employee engagement * Employee satisfaction * Job satisfaction * Pulse * Market research * Market segmentation * Research * Concept testing * Online research * Marketing * Lead generation * Brand awareness * Advertisement effectiveness * Brand building * Brand perception * Brand * Nonprofit * Church * Human rights * Community * Political * Product * Product experience * Product pricing * Product evaluation * Sports * Fitness * Golf * Other * Anonymous forms * Opinion poll * Astrology * Checklist * Childcare * Complaint forms * Contact forms * Enquiry forms * Evaluation forms * Feedback forms * Instructor Surveys * Motherhood * Pet * Poll * Privacy * Quiz * Registration forms * Request forms * Satisfaction * Self Assessment * Sign Up Sheet * Social media * Training * Use CasesUse Cases * Academic Research * Course Evaluation * Customer Experience * Customer Satisfaction * Employee Experience * Employee Motivation * Event Planing * Market Segmentation * Market Research * Patient Satisfaction * Product Pricing * Pricing * Support * Overview * Help Center * Forums * FAQ * Support * Contact * Partners English EN * اَلْعَرَبِيَّةُ * Bokmål * Čeština * Dansk * Deutsch * Deutsch (Schweiz) * Español * Español (Mexico) * Français * हिन्दी * Hrvatski * Bahasa Indonesia * Italiano * 日本語 * 한국어 * Magyar * Bahasa Melayu * Монгол * Nederlands * Polski * Português * Português (Brasil) * Română * Русский * Slovenčina * Suomi * Svenska * Tagalog * ไทย * Türkçe * Українська * Tiếng việt * 简体中文(中国大陆) * 繁體中文 (台灣) Login Get started - free WELCOME TO LIMESURVEY. THE LIFESURVEY. THE BEST ONLINE SURVEY TOOL - FRESH LIKE NO OTHER LimeSurvey is the simple, quick and anonymous online survey tool that's bursting with juicy insights. Calling students, professionals and enterprises: design a survey and get the best insights, it’s free and as easy as squeezing a lime. Make a free online survey now! Get started * Advanced features * 80+ languages How you ask is what you get TRUSTED BY THE WORLD'S MOST CURIOUS MINDS ASK THE RIGHT QUESTIONS STRAIGHT AWAY WITH OUR FREE SURVEY TOOL THERE’S NO BETTER WAY TO REACH YOUR AUDIENCE Whether you are creating a simple questionnaire or poll, searching for an alternative to Google Forms or Doodle, or working on a sophisticated survey with complex validation rules, conditional logic and quota management, we can provide you with all the tools you need. Here, you can juice that knowledge and quickly achieve your survey goals. Compare our features THE BEST SOFTWARE SOLUTION FOR ALL YOUR SURVEY NEEDS * Education * Market Research * Customer Satisfaction * Employee Survey LIMESURVEY FOR EDUCATION With our free surveys, polls, and other open-source possibilities for builders, creators and makers, LimeSurvey is the optimal online survey tool for research institutes, universities, and other educational establishments. Open-source software that is fresh, with easy-to-use-templates and an on-hand customer service team. * Unlimited number of users * Participant management * User management and rights system Read More STAY IN TOUCH WITH THE MARKET. LimeSurvey is the perfect online survey solution for professional market research. Questionnaires, polls, live voting and all other kinds of surveys are here to give you endless possibilities. * Quota management * Integration of external panels * Expression Script Read More WELCOME TO THE MINDS OF YOUR CUSTOMERS. Create professional customer surveys easily with LimeSurvey: the more you know, the better you can provide exactly what your customers require. The tool is simple and straightforward to use and everything can be integrated directly onto your own website, using your own style and design. * Integration on your own website * Use your own domain * Individual design Read More THE QUICKEST WAY TO SUCCEED What do your employees think? Let LimeSurvey help you easily obtain the information you need for your research. * Large community * Create your first surveys quickly * Simple data export Read More WHAT OUR HAPPY JUICERS SAY The software is a great help to capture the feedback of visitors regarding Ars Electronica and eventually to react to this feedback. MARTIN H. Ars Electronica Limesurvey allowed us to build a complex community survey using 100% free (as in GPL) software... NICOLAS B. Ubuntu Server Team Regarding accessibility, LimeSurvey was the only product which convinced. JOSEF S. Austrian Vorarlberg State Government The software is a great help to capture the feedback of visitors regarding Ars Electronica and eventually to react to this feedback. MARTIN H. Ars Electronica Limesurvey allowed us to build a complex community survey using 100% free (as in GPL) software... NICOLAS B. Ubuntu Server Team Regarding accessibility, LimeSurvey was the only product which convinced. JOSEF S. Austrian Vorarlberg State Government The software is a great help to capture the feedback of visitors regarding Ars Electronica and eventually to react to this feedback. MARTIN H. Ars Electronica Limesurvey allowed us to build a complex community survey using 100% free (as in GPL) software... NICOLAS B. Ubuntu Server Team Regarding accessibility, LimeSurvey was the only product which convinced. JOSEF S. Austrian Vorarlberg State Government CORPORATE? LET’S CORPORATE! Tell us what you want, and we will give you what you need. Contact our team * Custom number of responses/year * Custom upload storage * Corporate support * Custom number of alias domains * Dedicated server So much more... LIME-YEARS AHEAD Online-surveys for every purse and purpose Pricing & Plans Get started English EN * اَلْعَرَبِيَّةُ * Bokmål * Čeština * Dansk * Deutsch * Deutsch (Schweiz) * Español * Español (Mexico) * Français * हिन्दी * Hrvatski * Bahasa Indonesia * Italiano * 日本語 * 한국어 * Magyar * Bahasa Melayu * Монгол * Nederlands * Polski * Português * Português (Brasil) * Română * Русский * Slovenčina * Suomi * Svenska * Tagalog * ไทย * Türkçe * Українська * Tiếng việt * 简体中文(中国大陆) * 繁體中文 (台灣) LEGAL * Terms & Conditions * Legal notice * Privacy notice * Cancellation ABOUT US * Blog * Newsletter * Careers OPEN SOURCE * Community * Forums * Developers * Translation Copyright © 2006-2024 LimeSurvey GmbH We're Online! How may I help you today?