j1-template 2022.0.6 → 2022.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/_layouts/default.html +0 -57
- data/apps/public/cc/index.adoc +0 -1
- data/assets/data/article_navigator/index.html +0 -1
- data/assets/data/news_panel_posts/index.html +0 -1
- data/assets/error_pages/HTTP444.html +4 -4
- data/assets/error_pages/HTTP445.html +7 -6
- data/assets/error_pages/HTTP446.html +110 -0
- data/assets/error_pages/HTTP447.html +110 -0
- data/assets/error_pages/HTTP448.html +111 -0
- data/assets/themes/j1/adapter/js/advertising.js +416 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +72 -37
- data/assets/themes/j1/adapter/js/framer.js +0 -3
- data/assets/themes/j1/adapter/js/j1.js +120 -212
- data/assets/themes/j1/adapter/js/rouge.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +1 -1
- data/assets/themes/j1/adapter/js/themer.js +0 -1
- data/assets/themes/j1/adapter/js/translator.js +147 -98
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +29 -13
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +0 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +98 -63
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +2 -7
- data/lib/starter_web/_data/layouts/default.yml +7 -7
- data/lib/starter_web/_data/layouts/home.yml +24 -0
- data/lib/starter_web/_data/modules/advertising.yml +137 -10
- data/lib/starter_web/_data/modules/cookies.yml +30 -0
- data/lib/starter_web/_data/modules/defaults/advertising.yml +105 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +112 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +10 -1
- data/lib/starter_web/_data/resources.yml +24 -0
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/index.html +0 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -2
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -2
- data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.no_ads.asciidoc +237 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +64 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -12
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +17 -47
- data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
- data/_includes/themes/j1/modules/connectors/ads +0 -56
- data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
- data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
- data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
- data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
- data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
- data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
- data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
- data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
- data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
- data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
- data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
- data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
- data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
- data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
- data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
- data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
- data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
- data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
- data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
- data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -233
- data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
- data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -239
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
- data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
- data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
@@ -1,727 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Tester
|
3
|
-
tagline: JotForm
|
4
|
-
date: 2020-11-03 00:00:00 +100
|
5
|
-
description: >
|
6
|
-
Welcome to the preview page focussing on the image module. This page
|
7
|
-
shows some valuable features of the J1 Template to manage your image-based
|
8
|
-
content using lightboxes, carousels (slider), and galleries.
|
9
|
-
|
10
|
-
categories: [ Testpages ]
|
11
|
-
tags: [ Example ]
|
12
|
-
|
13
|
-
comments: false
|
14
|
-
fab_menu_id: page_ctrl_simple
|
15
|
-
|
16
|
-
permalink: /pages/public/jotform-2/
|
17
|
-
regenerate: false
|
18
|
-
|
19
|
-
resources: []
|
20
|
-
resource_options:
|
21
|
-
- attic:
|
22
|
-
padding_top: 400
|
23
|
-
padding_bottom: 50
|
24
|
-
opacity: 0.5
|
25
|
-
slides:
|
26
|
-
- url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
|
27
|
-
alt: Photo by Ricardo Gomez Angel on Unsplash
|
28
|
-
badge:
|
29
|
-
type: unsplash
|
30
|
-
author: Ricardo Gomez Angel
|
31
|
-
href: https://unsplash.com/@ripato/portfolio
|
32
|
-
---
|
33
|
-
|
34
|
-
// Page Initializer
|
35
|
-
// =============================================================================
|
36
|
-
// Enable the Liquid Preprocessor
|
37
|
-
:page-liquid:
|
38
|
-
|
39
|
-
// Set (local) page attributes here
|
40
|
-
// -----------------------------------------------------------------------------
|
41
|
-
// :page--attr: <attr-value>
|
42
|
-
:images-dir: {imagesdir}/pages/roundtrip/100_present_images
|
43
|
-
|
44
|
-
// Load Liquid procedures
|
45
|
-
// -----------------------------------------------------------------------------
|
46
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
47
|
-
|
48
|
-
// Load page attributes
|
49
|
-
// -----------------------------------------------------------------------------
|
50
|
-
{% include {{load_attributes}} scope="global" %}
|
51
|
-
|
52
|
-
{% comment %} language detection|i18n
|
53
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
54
|
-
{% if site.language == "en" %}
|
55
|
-
{% assign language = "en" %}
|
56
|
-
{% elsif site.language == "de"%}
|
57
|
-
{% assign language = "de" %}
|
58
|
-
{% else %}
|
59
|
-
{% assign language = "en" %}
|
60
|
-
{% endif %}
|
61
|
-
|
62
|
-
{% if language == "en" %}
|
63
|
-
{% assign readmore_text = "read" %}
|
64
|
-
{% assign infinite_scroll_last = "More articles can be found with the" %}
|
65
|
-
{% endif %}
|
66
|
-
|
67
|
-
{% if language == "de" %}
|
68
|
-
{% assign readmore_text = "lesen" %}
|
69
|
-
{% assign infinite_scroll_last = "Weitere Artikel finden Sie im" %}
|
70
|
-
{% endif %}
|
71
|
-
|
72
|
-
// Page content
|
73
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
74
|
-
|
75
|
-
// Include sub-documents (if any)
|
76
|
-
// -----------------------------------------------------------------------------
|
77
|
-
|
78
|
-
== BS Accordion 1
|
79
|
-
|
80
|
-
lorem:sentences[5]
|
81
|
-
|
82
|
-
++++
|
83
|
-
|
84
|
-
<form class="jotform-form" action="https://submit.jotformeu.com/submit/212574301669356/" method="post" name="form_212574301669356" id="212574301669356" accept-charset="utf-8" autocomplete="on">
|
85
|
-
<input type="hidden" name="formID" value="212574301669356" />
|
86
|
-
<input type="hidden" id="JWTContainer" value="" />
|
87
|
-
<input type="hidden" id="cardinalOrderNumber" value="" />
|
88
|
-
<div role="main" class="form-all">
|
89
|
-
<link type="text/css" rel="stylesheet" media="all" href="https://cdn.jotfor.ms/wizards/languageWizard/custom-dropdown/css/lang-dd.css?3.3.27670" />
|
90
|
-
<div class="cont">
|
91
|
-
<input type="text" id="input_language" name="input_language" style="display:none" />
|
92
|
-
<div class="language-dd" id="langDd" style="display:none">
|
93
|
-
<div class="dd-placeholder lang-emp">
|
94
|
-
Language
|
95
|
-
</div>
|
96
|
-
<ul class="lang-list dn" id="langList">
|
97
|
-
<li data-lang="de" class="de">
|
98
|
-
Deutsch
|
99
|
-
</li>
|
100
|
-
</ul>
|
101
|
-
</div>
|
102
|
-
</div>
|
103
|
-
<script type="text/javascript" src="https://cdn.jotfor.ms/js/formTranslation.v2.js?3.3.27670"></script>
|
104
|
-
<div class="formLogoWrapper Left">
|
105
|
-
<img loading="lazy" class="formLogoImg" src="https://www.jotform.com/uploads/juergen.adams/form_files/d1-512x512.61420d09848425.45295317.png" height="140" width="140">
|
106
|
-
</div>
|
107
|
-
<style>
|
108
|
-
.formLogoWrapper { display:inline-block; position: absolute; width: 100%;} .form-all:before { background: none !important;} .formLogoWrapper.Left { top: -150px; left: 0; text-align: left;}
|
109
|
-
</style>
|
110
|
-
<ul class="form-section page-section">
|
111
|
-
<li id="cid_1" class="form-input-wide" data-type="control_head">
|
112
|
-
<div class="form-header-group header-large">
|
113
|
-
<div class="header-text httal htvam">
|
114
|
-
<h1 id="header_1" class="form-header" data-component="header">
|
115
|
-
Website-Umfragefragebogen
|
116
|
-
</h1>
|
117
|
-
<div id="subHeader_1" class="form-subHeader">
|
118
|
-
Vielen Dank, dass Sie sich die Zeit nehmen haben, diese Fragen zu beantworten. Die folgenden Fragen sollen Aufschluss darüber geben, wie bekannt und erfolgreich [Name der Website] ist.
|
119
|
-
</div>
|
120
|
-
</div>
|
121
|
-
</div>
|
122
|
-
</li>
|
123
|
-
<li class="form-line" data-type="control_radio" id="id_6">
|
124
|
-
<label class="form-label form-label-top form-label-auto" id="label_6" for="input_6"> 1. Haben Sie jemals von [Name der Website] gehört? </label>
|
125
|
-
<div id="cid_6" class="form-input-wide" data-layout="full">
|
126
|
-
<div class="form-single-column" role="group" aria-labelledby="label_6" data-component="radio">
|
127
|
-
<span class="form-radio-item" style="clear:left">
|
128
|
-
<span class="dragger-item">
|
129
|
-
</span>
|
130
|
-
<input type="radio" aria-describedby="label_6" class="form-radio" id="input_6_0" name="q6_1Haben" value="Ja" />
|
131
|
-
<label id="label_input_6_0" for="input_6_0"> Ja </label>
|
132
|
-
</span>
|
133
|
-
<span class="form-radio-item" style="clear:left">
|
134
|
-
<span class="dragger-item">
|
135
|
-
</span>
|
136
|
-
<input type="radio" aria-describedby="label_6" class="form-radio" id="input_6_1" name="q6_1Haben" value="Nein" />
|
137
|
-
<label id="label_input_6_1" for="input_6_1"> Nein </label>
|
138
|
-
</span>
|
139
|
-
</div>
|
140
|
-
</div>
|
141
|
-
</li>
|
142
|
-
<li class="form-line" data-type="control_dropdown" id="id_7">
|
143
|
-
<label class="form-label form-label-top form-label-auto" id="label_7" for="input_7"> 2. Wie haben Sie von [Name der Website] erfahren? </label>
|
144
|
-
<div id="cid_7" class="form-input-wide" data-layout="half">
|
145
|
-
<select class="form-dropdown" id="input_7" name="q7_2Wie" style="width:310px" data-component="dropdown">
|
146
|
-
<option value=""> Please Select </option>
|
147
|
-
<option value="Freund oder Verwandter"> Freund oder Verwandter </option>
|
148
|
-
<option value="Web-Suchmaschine"> Web-Suchmaschine </option>
|
149
|
-
<option value="Bannerwerbung"> Bannerwerbung </option>
|
150
|
-
<option value="Zeitschrift"> Zeitschrift </option>
|
151
|
-
<option value="E-Mail"> E-Mail </option>
|
152
|
-
<option value="Pop-up-Anzeige"> Pop-up-Anzeige </option>
|
153
|
-
<option value="Andere"> Andere </option>
|
154
|
-
</select>
|
155
|
-
</div>
|
156
|
-
</li>
|
157
|
-
<li class="form-line" data-type="control_radio" id="id_8">
|
158
|
-
<label class="form-label form-label-top form-label-auto" id="label_8" for="input_8"> 3. Kaufen Sie Waren von [Name der Website]? </label>
|
159
|
-
<div id="cid_8" class="form-input-wide" data-layout="full">
|
160
|
-
<div class="form-single-column" role="group" aria-labelledby="label_8" data-component="radio">
|
161
|
-
<span class="form-radio-item" style="clear:left">
|
162
|
-
<span class="dragger-item">
|
163
|
-
</span>
|
164
|
-
<input type="radio" aria-describedby="label_8" class="form-radio" id="input_8_0" name="q8_3Kaufen" value="Ja" />
|
165
|
-
<label id="label_input_8_0" for="input_8_0"> Ja </label>
|
166
|
-
</span>
|
167
|
-
<span class="form-radio-item" style="clear:left">
|
168
|
-
<span class="dragger-item">
|
169
|
-
</span>
|
170
|
-
<input type="radio" aria-describedby="label_8" class="form-radio" id="input_8_1" name="q8_3Kaufen" value="Nein" />
|
171
|
-
<label id="label_input_8_1" for="input_8_1"> Nein </label>
|
172
|
-
</span>
|
173
|
-
</div>
|
174
|
-
</div>
|
175
|
-
</li>
|
176
|
-
<li class="form-line" data-type="control_radio" id="id_9">
|
177
|
-
<label class="form-label form-label-top form-label-auto" id="label_9" for="input_9"> 4. Wie alt sind Sie? </label>
|
178
|
-
<div id="cid_9" class="form-input-wide" data-layout="full">
|
179
|
-
<div class="form-single-column" role="group" aria-labelledby="label_9" data-component="radio">
|
180
|
-
<span class="form-radio-item" style="clear:left">
|
181
|
-
<span class="dragger-item">
|
182
|
-
</span>
|
183
|
-
<input type="radio" aria-describedby="label_9" class="form-radio" id="input_9_0" name="q9_4Wie" value="Unter 18 Jahren" />
|
184
|
-
<label id="label_input_9_0" for="input_9_0"> Unter 18 Jahren </label>
|
185
|
-
</span>
|
186
|
-
<span class="form-radio-item" style="clear:left">
|
187
|
-
<span class="dragger-item">
|
188
|
-
</span>
|
189
|
-
<input type="radio" aria-describedby="label_9" class="form-radio" id="input_9_1" name="q9_4Wie" value="18 - 25" />
|
190
|
-
<label id="label_input_9_1" for="input_9_1"> 18 - 25 </label>
|
191
|
-
</span>
|
192
|
-
<span class="form-radio-item" style="clear:left">
|
193
|
-
<span class="dragger-item">
|
194
|
-
</span>
|
195
|
-
<input type="radio" aria-describedby="label_9" class="form-radio" id="input_9_2" name="q9_4Wie" value="25 - 45" />
|
196
|
-
<label id="label_input_9_2" for="input_9_2"> 25 - 45 </label>
|
197
|
-
</span>
|
198
|
-
<span class="form-radio-item" style="clear:left">
|
199
|
-
<span class="dragger-item">
|
200
|
-
</span>
|
201
|
-
<input type="radio" aria-describedby="label_9" class="form-radio" id="input_9_3" name="q9_4Wie" value="45 oder älter." />
|
202
|
-
<label id="label_input_9_3" for="input_9_3"> 45 oder älter. </label>
|
203
|
-
</span>
|
204
|
-
</div>
|
205
|
-
</div>
|
206
|
-
</li>
|
207
|
-
<li class="form-line" data-type="control_dropdown" id="id_13">
|
208
|
-
<label class="form-label form-label-top form-label-auto" id="label_13" for="input_13"> 5. Geschlecht? </label>
|
209
|
-
<div id="cid_13" class="form-input-wide" data-layout="half">
|
210
|
-
<select class="form-dropdown" id="input_13" name="q13_5Geschlecht" style="width:310px" data-component="dropdown">
|
211
|
-
<option value=""> Please Select </option>
|
212
|
-
<option value="Männlich"> Männlich </option>
|
213
|
-
<option value="Weiblich"> Weiblich </option>
|
214
|
-
<option value="Divers"> Divers </option>
|
215
|
-
</select>
|
216
|
-
</div>
|
217
|
-
</li>
|
218
|
-
<li class="form-line" data-type="control_dropdown" id="id_10">
|
219
|
-
<label class="form-label form-label-top form-label-auto" id="label_10" for="input_10"> 6. Wie oft besuchen Sie unsere Website? </label>
|
220
|
-
<div id="cid_10" class="form-input-wide" data-layout="half">
|
221
|
-
<select class="form-dropdown" id="input_10" name="q10_6Wie" style="width:310px" data-component="dropdown">
|
222
|
-
<option value=""> Please Select </option>
|
223
|
-
<option value="Täglich"> Täglich </option>
|
224
|
-
<option value="Einmal pro Woche"> Einmal pro Woche </option>
|
225
|
-
<option value="Einmal im Monat"> Einmal im Monat </option>
|
226
|
-
<option value="Einmal im Jahr"> Einmal im Jahr </option>
|
227
|
-
<option value="Niemals"> Niemals </option>
|
228
|
-
</select>
|
229
|
-
</div>
|
230
|
-
</li>
|
231
|
-
<li class="form-line" data-type="control_dropdown" id="id_11">
|
232
|
-
<label class="form-label form-label-top form-label-auto" id="label_11" for="input_11"> 7. Wie zufrieden sind Sie insgesamt mit unserer Website? </label>
|
233
|
-
<div id="cid_11" class="form-input-wide" data-layout="half">
|
234
|
-
<select class="form-dropdown" id="input_11" name="q11_7Wie" style="width:310px" data-component="dropdown">
|
235
|
-
<option value=""> Please Select </option>
|
236
|
-
<option value="Sehr zufrieden"> Sehr zufrieden </option>
|
237
|
-
<option value="Zufrieden"> Zufrieden </option>
|
238
|
-
<option value="Ausgezeichnet"> Ausgezeichnet </option>
|
239
|
-
<option value="Mäßig"> Mäßig </option>
|
240
|
-
<option value="Unzufrieden"> Unzufrieden </option>
|
241
|
-
<option value="Sehr unzufrieden"> Sehr unzufrieden </option>
|
242
|
-
</select>
|
243
|
-
</div>
|
244
|
-
</li>
|
245
|
-
<li class="form-line" data-type="control_dropdown" id="id_14">
|
246
|
-
<label class="form-label form-label-top form-label-auto" id="label_14" for="input_14"> 8. Wie wahrscheinlich ist es, dass Sie [Ihren Website-Namen] an Ihre Freunde oder Kollegen weiterempfehlen? </label>
|
247
|
-
<div id="cid_14" class="form-input-wide" data-layout="half">
|
248
|
-
<select class="form-dropdown" id="input_14" name="q14_8Wie" style="width:310px" data-component="dropdown">
|
249
|
-
<option value=""> Please Select </option>
|
250
|
-
<option value="Sehr unwahrscheinlich"> Sehr unwahrscheinlich </option>
|
251
|
-
<option value="Neutral"> Neutral </option>
|
252
|
-
<option value="Sehr wahrscheinlich"> Sehr wahrscheinlich </option>
|
253
|
-
</select>
|
254
|
-
</div>
|
255
|
-
</li>
|
256
|
-
<li class="form-line" data-type="control_textarea" id="id_15">
|
257
|
-
<label class="form-label form-label-top form-label-auto" id="label_15" for="input_15"> 9. Welche(r) besondere(n) Aspekt(e) unserer Website gefällt Ihnen? </label>
|
258
|
-
<div id="cid_15" class="form-input-wide" data-layout="full">
|
259
|
-
<textarea id="input_15" class="form-textarea" name="q15_9Welcher" style="width:648px;height:163px" data-component="textarea" aria-labelledby="label_15"></textarea>
|
260
|
-
</div>
|
261
|
-
</li>
|
262
|
-
<li class="form-line" data-type="control_textarea" id="id_16">
|
263
|
-
<label class="form-label form-label-top form-label-auto" id="label_16" for="input_16"> 10. Welche(r) besondere(n) Aspekt(e) unserer Website gefällt Ihnen nicht? </label>
|
264
|
-
<div id="cid_16" class="form-input-wide" data-layout="full">
|
265
|
-
<textarea id="input_16" class="form-textarea" name="q16_10Welcher" style="width:648px;height:163px" data-component="textarea" aria-labelledby="label_16"></textarea>
|
266
|
-
</div>
|
267
|
-
</li>
|
268
|
-
<li class="form-line" data-type="control_dropdown" id="id_17">
|
269
|
-
<label class="form-label form-label-top form-label-auto" id="label_17" for="input_17"> 11. Welche Faktoren haben Sie zum Kauf auf unserer Website motiviert? </label>
|
270
|
-
<div id="cid_17" class="form-input-wide" data-layout="half">
|
271
|
-
<select class="form-dropdown" id="input_17" name="q17_11Welche" style="width:310px" data-component="dropdown">
|
272
|
-
<option value=""> Please Select </option>
|
273
|
-
<option value="Preis"> Preis </option>
|
274
|
-
<option value="Beschreibung des Objekts"> Beschreibung des Objekts </option>
|
275
|
-
<option value="Markenname"> Markenname </option>
|
276
|
-
<option value="Empfehlung"> Empfehlung </option>
|
277
|
-
<option value="Versandoptionen"> Versandoptionen </option>
|
278
|
-
<option value="Zahlungsoptionen"> Zahlungsoptionen </option>
|
279
|
-
<option value="Andere"> Andere </option>
|
280
|
-
</select>
|
281
|
-
</div>
|
282
|
-
</li>
|
283
|
-
<li class="form-line" data-type="control_dropdown" id="id_18">
|
284
|
-
<label class="form-label form-label-top form-label-auto" id="label_18" for="input_18"> 12. Warum ist unsere Website Ihrer Meinung nach so erfolgreich? </label>
|
285
|
-
<div id="cid_18" class="form-input-wide" data-layout="half">
|
286
|
-
<select class="form-dropdown" id="input_18" name="q18_12Warum" style="width:310px" data-component="dropdown">
|
287
|
-
<option value=""> Please Select </option>
|
288
|
-
<option value="Image"> Image </option>
|
289
|
-
<option value="Ansehen"> Ansehen </option>
|
290
|
-
<option value="Leicht zu bedienen"> Leicht zu bedienen </option>
|
291
|
-
<option value="Spaß"> Spaß </option>
|
292
|
-
<option value="Große Auswahl an Artikeln"> Große Auswahl an Artikeln </option>
|
293
|
-
<option value="Zahlungsoptionen (Paypal)"> Zahlungsoptionen (Paypal) </option>
|
294
|
-
<option value="Sicherheit"> Sicherheit </option>
|
295
|
-
<option value="Kostenlose Registrierung"> Kostenlose Registrierung </option>
|
296
|
-
<option value="Website Design"> Website Design </option>
|
297
|
-
<option value="Website-Werbung"> Website-Werbung </option>
|
298
|
-
<option value="Feedback des Verkäufers"> Feedback des Verkäufers </option>
|
299
|
-
<option value="Erfahrung des Käufers"> Erfahrung des Käufers </option>
|
300
|
-
<option value="Andere"> Andere </option>
|
301
|
-
</select>
|
302
|
-
</div>
|
303
|
-
</li>
|
304
|
-
<li class="form-line" data-type="control_dropdown" id="id_19">
|
305
|
-
<label class="form-label form-label-top form-label-auto" id="label_19" for="input_19"> 13. Was ist der Hauptgrund für Ihren Besuch unserer Website? </label>
|
306
|
-
<div id="cid_19" class="form-input-wide" data-layout="half">
|
307
|
-
<select class="form-dropdown" id="input_19" name="q19_13Was" style="width:310px" data-component="dropdown">
|
308
|
-
<option value=""> Please Select </option>
|
309
|
-
<option value="Browsen auf"> Browsen auf </option>
|
310
|
-
<option value="Besonderer Artikel"> Besonderer Artikel </option>
|
311
|
-
<option value="Preisvergleiche"> Preisvergleiche </option>
|
312
|
-
<option value="Andere"> Andere </option>
|
313
|
-
</select>
|
314
|
-
</div>
|
315
|
-
</li>
|
316
|
-
<li class="form-line" data-type="control_dropdown" id="id_20">
|
317
|
-
<label class="form-label form-label-top form-label-auto" id="label_20" for="input_20"> 14. Wie einfach ist die Navigation auf unserer Website? </label>
|
318
|
-
<div id="cid_20" class="form-input-wide" data-layout="half">
|
319
|
-
<select class="form-dropdown" id="input_20" name="q20_14Wie" style="width:310px" data-component="dropdown">
|
320
|
-
<option value=""> Please Select </option>
|
321
|
-
<option value="Sehr leicht"> Sehr leicht </option>
|
322
|
-
<option value="Ziemlich einfach"> Ziemlich einfach </option>
|
323
|
-
<option value="Einfach"> Einfach </option>
|
324
|
-
<option value="Etwas schwierig"> Etwas schwierig </option>
|
325
|
-
<option value="Sehr schwierig"> Sehr schwierig </option>
|
326
|
-
</select>
|
327
|
-
</div>
|
328
|
-
</li>
|
329
|
-
<li class="form-line" data-type="control_dropdown" id="id_21">
|
330
|
-
<label class="form-label form-label-top form-label-auto" id="label_21" for="input_21"> 15. Wie oft kaufen Sie auf unserer Website? </label>
|
331
|
-
<div id="cid_21" class="form-input-wide" data-layout="half">
|
332
|
-
<select class="form-dropdown" id="input_21" name="q21_15Wie" style="width:310px" data-component="dropdown">
|
333
|
-
<option value=""> Please Select </option>
|
334
|
-
<option value="Täglich"> Täglich </option>
|
335
|
-
<option value="Einmal pro Woche"> Einmal pro Woche </option>
|
336
|
-
<option value="Zweimal wöchentlich"> Zweimal wöchentlich </option>
|
337
|
-
<option value="Einmal im Monat"> Einmal im Monat </option>
|
338
|
-
<option value="Zweimal im Monat"> Zweimal im Monat </option>
|
339
|
-
<option value="Einmal im Jahr"> Einmal im Jahr </option>
|
340
|
-
<option value="Niemals"> Niemals </option>
|
341
|
-
</select>
|
342
|
-
</div>
|
343
|
-
</li>
|
344
|
-
<li class="form-line" data-type="control_dropdown" id="id_22">
|
345
|
-
<label class="form-label form-label-top form-label-auto" id="label_22" for="input_22"> 16. War dies ein persönlicher Kauf für Sie, ein Geschenk, ein Geschäftskauf oder etwas anderes? </label>
|
346
|
-
<div id="cid_22" class="form-input-wide" data-layout="half">
|
347
|
-
<select class="form-dropdown" id="input_22" name="q22_16War" style="width:310px" data-component="dropdown">
|
348
|
-
<option value=""> Please Select </option>
|
349
|
-
<option value="Persönlich"> Persönlich </option>
|
350
|
-
<option value="Geschenk"> Geschenk </option>
|
351
|
-
<option value="Firmeneinkauf"> Firmeneinkauf </option>
|
352
|
-
<option value="Andere"> Andere </option>
|
353
|
-
</select>
|
354
|
-
</div>
|
355
|
-
</li>
|
356
|
-
<li class="form-line" data-type="control_radio" id="id_30">
|
357
|
-
<label class="form-label form-label-top form-label-auto" id="label_30" for="input_30"> 17. Wie bezahlen Sie Ihren Einkauf? </label>
|
358
|
-
<div id="cid_30" class="form-input-wide" data-layout="full">
|
359
|
-
<div class="form-single-column" role="group" aria-labelledby="label_30" data-component="radio">
|
360
|
-
<span class="form-radio-item" style="clear:left">
|
361
|
-
<span class="dragger-item">
|
362
|
-
</span>
|
363
|
-
<input type="radio" aria-describedby="label_30" class="form-radio" id="input_30_0" name="q30_17Wie" value="Kreditkarte online" />
|
364
|
-
<label id="label_input_30_0" for="input_30_0"> Kreditkarte online </label>
|
365
|
-
</span>
|
366
|
-
<span class="form-radio-item" style="clear:left">
|
367
|
-
<span class="dragger-item">
|
368
|
-
</span>
|
369
|
-
<input type="radio" aria-describedby="label_30" class="form-radio" id="input_30_1" name="q30_17Wie" value="Scheck per Post" />
|
370
|
-
<label id="label_input_30_1" for="input_30_1"> Scheck per Post </label>
|
371
|
-
</span>
|
372
|
-
<span class="form-radio-item" style="clear:left">
|
373
|
-
<span class="dragger-item">
|
374
|
-
</span>
|
375
|
-
<input type="radio" aria-describedby="label_30" class="form-radio" id="input_30_2" name="q30_17Wie" value="Paypal" />
|
376
|
-
<label id="label_input_30_2" for="input_30_2"> Paypal </label>
|
377
|
-
</span>
|
378
|
-
<span class="form-radio-item" style="clear:left">
|
379
|
-
<span class="dragger-item">
|
380
|
-
</span>
|
381
|
-
<input type="radio" aria-describedby="label_30" class="form-radio" id="input_30_3" name="q30_17Wie" value="Nochex" />
|
382
|
-
<label id="label_input_30_3" for="input_30_3"> Nochex </label>
|
383
|
-
</span>
|
384
|
-
<span class="form-radio-item formRadioOther" style="clear:left">
|
385
|
-
<input type="radio" class="form-radio-other form-radio" name="q30_17Wie" id="other_30" value="other" aria-label="Anderes" />
|
386
|
-
<label id="label_other_30" style="text-indent:0" for="other_30"> Anderes </label>
|
387
|
-
<span id="other_30_input" class="other-input-container" style="display:none">
|
388
|
-
<input type="text" class="form-radio-other-input form-textbox" name="q30_17Wie[other]" data-otherhint="Anderes" size="15" id="input_30" data-placeholder="Please type another option here" placeholder="Please type another option here" />
|
389
|
-
</span>
|
390
|
-
</span>
|
391
|
-
</div>
|
392
|
-
</div>
|
393
|
-
</li>
|
394
|
-
<li class="form-line" data-type="control_dropdown" id="id_24">
|
395
|
-
<label class="form-label form-label-top form-label-auto" id="label_24" for="input_24"> 18. Wie zufrieden waren Sie mit der verfügbaren Versandoption? </label>
|
396
|
-
<div id="cid_24" class="form-input-wide" data-layout="half">
|
397
|
-
<select class="form-dropdown" id="input_24" name="q24_18Wie" style="width:310px" data-component="dropdown">
|
398
|
-
<option value=""> Please Select </option>
|
399
|
-
<option value="Sehr zufrieden"> Sehr zufrieden </option>
|
400
|
-
<option value="Etwas zufrieden"> Etwas zufrieden </option>
|
401
|
-
<option value="Zufrieden"> Zufrieden </option>
|
402
|
-
<option value="Etwas unzufrieden"> Etwas unzufrieden </option>
|
403
|
-
<option value="Sehr unzufrieden"> Sehr unzufrieden </option>
|
404
|
-
</select>
|
405
|
-
</div>
|
406
|
-
</li>
|
407
|
-
<li class="form-line" data-type="control_dropdown" id="id_25">
|
408
|
-
<label class="form-label form-label-top form-label-auto" id="label_25" for="input_25"> 19. War Ihre Bestellung vollständig, als Sie sie erhalten haben? </label>
|
409
|
-
<div id="cid_25" class="form-input-wide" data-layout="half">
|
410
|
-
<select class="form-dropdown" id="input_25" name="q25_19War" style="width:310px" data-component="dropdown">
|
411
|
-
<option value=""> Please Select </option>
|
412
|
-
<option value="Ja"> Ja </option>
|
413
|
-
<option value="Nein"> Nein </option>
|
414
|
-
</select>
|
415
|
-
</div>
|
416
|
-
</li>
|
417
|
-
<li class="form-line" data-type="control_dropdown" id="id_26">
|
418
|
-
<label class="form-label form-label-top form-label-auto" id="label_26" for="input_26"> 20. Haben Sie Artikel, die Sie bei uns gekauft haben, zurückgeschickt? </label>
|
419
|
-
<div id="cid_26" class="form-input-wide" data-layout="half">
|
420
|
-
<select class="form-dropdown" id="input_26" name="q26_20Haben" style="width:310px" data-component="dropdown">
|
421
|
-
<option value=""> Please Select </option>
|
422
|
-
<option value="Ja"> Ja </option>
|
423
|
-
<option value="Nein"> Nein </option>
|
424
|
-
</select>
|
425
|
-
</div>
|
426
|
-
</li>
|
427
|
-
<li class="form-line" data-type="control_radio" id="id_29">
|
428
|
-
<label class="form-label form-label-top form-label-auto" id="label_29" for="input_29"> 21. Was war der Hauptgrund für Ihre Rückgabe? </label>
|
429
|
-
<div id="cid_29" class="form-input-wide" data-layout="full">
|
430
|
-
<div class="form-single-column" role="group" aria-labelledby="label_29" data-component="radio">
|
431
|
-
<span class="form-radio-item" style="clear:left">
|
432
|
-
<span class="dragger-item">
|
433
|
-
</span>
|
434
|
-
<input type="radio" aria-describedby="label_29" class="form-radio" id="input_29_0" name="q29_21Was" value="Falsche Größe" />
|
435
|
-
<label id="label_input_29_0" for="input_29_0"> Falsche Größe </label>
|
436
|
-
</span>
|
437
|
-
<span class="form-radio-item" style="clear:left">
|
438
|
-
<span class="dragger-item">
|
439
|
-
</span>
|
440
|
-
<input type="radio" aria-describedby="label_29" class="form-radio" id="input_29_1" name="q29_21Was" value="Falsche Farbe" />
|
441
|
-
<label id="label_input_29_1" for="input_29_1"> Falsche Farbe </label>
|
442
|
-
</span>
|
443
|
-
<span class="form-radio-item" style="clear:left">
|
444
|
-
<span class="dragger-item">
|
445
|
-
</span>
|
446
|
-
<input type="radio" aria-describedby="label_29" class="form-radio" id="input_29_2" name="q29_21Was" value="Nicht das, was ich bestellt habe" />
|
447
|
-
<label id="label_input_29_2" for="input_29_2"> Nicht das, was ich bestellt habe </label>
|
448
|
-
</span>
|
449
|
-
<span class="form-radio-item" style="clear:left">
|
450
|
-
<span class="dragger-item">
|
451
|
-
</span>
|
452
|
-
<input type="radio" aria-describedby="label_29" class="form-radio" id="input_29_3" name="q29_21Was" value="Beschädigt" />
|
453
|
-
<label id="label_input_29_3" for="input_29_3"> Beschädigt </label>
|
454
|
-
</span>
|
455
|
-
<span class="form-radio-item" style="clear:left">
|
456
|
-
<span class="dragger-item">
|
457
|
-
</span>
|
458
|
-
<input type="radio" aria-describedby="label_29" class="form-radio" id="input_29_4" name="q29_21Was" value="Nicht zufrieden mit dem Punkt" />
|
459
|
-
<label id="label_input_29_4" for="input_29_4"> Nicht zufrieden mit dem Punkt </label>
|
460
|
-
</span>
|
461
|
-
<span class="form-radio-item formRadioOther" style="clear:left">
|
462
|
-
<input type="radio" class="form-radio-other form-radio" name="q29_21Was" id="other_29" value="other" aria-label="Other" />
|
463
|
-
<label id="label_other_29" style="text-indent:0" for="other_29"> Other </label>
|
464
|
-
<span id="other_29_input" class="other-input-container" style="display:none">
|
465
|
-
<input type="text" class="form-radio-other-input form-textbox" name="q29_21Was[other]" data-otherhint="Other" size="15" id="input_29" data-placeholder="Please type another option here" placeholder="Please type another option here" />
|
466
|
-
</span>
|
467
|
-
</span>
|
468
|
-
</div>
|
469
|
-
</div>
|
470
|
-
</li>
|
471
|
-
<li class="form-line" data-type="control_dropdown" id="id_28">
|
472
|
-
<label class="form-label form-label-top form-label-auto" id="label_28" for="input_28"> 22. Wie zufrieden waren Sie mit dem Rückgabeprozess? </label>
|
473
|
-
<div id="cid_28" class="form-input-wide" data-layout="half">
|
474
|
-
<select class="form-dropdown" id="input_28" name="q28_22Wie" style="width:310px" data-component="dropdown">
|
475
|
-
<option value=""> Please Select </option>
|
476
|
-
<option value="Sehr zufrieden"> Sehr zufrieden </option>
|
477
|
-
<option value="Etwas zufrieden"> Etwas zufrieden </option>
|
478
|
-
<option value="Zufrieden"> Zufrieden </option>
|
479
|
-
<option value="Etwas unzufrieden"> Etwas unzufrieden </option>
|
480
|
-
<option value="Sehr unzufrieden "> Sehr unzufrieden </option>
|
481
|
-
</select>
|
482
|
-
</div>
|
483
|
-
</li>
|
484
|
-
<li class="form-line" data-type="control_matrix" id="id_31">
|
485
|
-
<label class="form-label form-label-top" id="label_31" for="input_31"> 23. Bitte ordnen Sie bei der Auswahl der Produkte auf [Name der Website] das, was Sie suchen, in der Reihenfolge ihrer Wichtigkeit ein. </label>
|
486
|
-
<div id="cid_31" class="form-input-wide" data-layout="full">
|
487
|
-
<table summary="" aria-labelledby="label_31" cellPadding="4" cellSpacing="0" class="form-matrix-table" data-component="matrix">
|
488
|
-
<tr class="form-matrix-tr form-matrix-header-tr">
|
489
|
-
<th class="form-matrix-th" style="border:none">
|
490
|
-
|
491
|
-
</th>
|
492
|
-
<th scope="col" class="form-matrix-headers form-matrix-column-headers form-matrix-column_0">
|
493
|
-
<label id="label_31_col_0"> 1 - Nicht wichtig </label>
|
494
|
-
</th>
|
495
|
-
<th scope="col" class="form-matrix-headers form-matrix-column-headers form-matrix-column_1">
|
496
|
-
<label id="label_31_col_1"> 2 </label>
|
497
|
-
</th>
|
498
|
-
<th scope="col" class="form-matrix-headers form-matrix-column-headers form-matrix-column_2">
|
499
|
-
<label id="label_31_col_2"> 3 - Vielleicht </label>
|
500
|
-
</th>
|
501
|
-
<th scope="col" class="form-matrix-headers form-matrix-column-headers form-matrix-column_3">
|
502
|
-
<label id="label_31_col_3"> 4 </label>
|
503
|
-
</th>
|
504
|
-
<th scope="col" class="form-matrix-headers form-matrix-column-headers form-matrix-column_4">
|
505
|
-
<label id="label_31_col_4"> 5 - Sehr wichtig </label>
|
506
|
-
</th>
|
507
|
-
</tr>
|
508
|
-
<tr class="form-matrix-tr form-matrix-value-tr" aria-labelledby="label_31 label_31_row_0">
|
509
|
-
<th scope="row" class="form-matrix-headers form-matrix-row-headers">
|
510
|
-
<label id="label_31_row_0"> Qualität </label>
|
511
|
-
</th>
|
512
|
-
<td class="form-matrix-values">
|
513
|
-
<input type="radio" id="input_31_0_0" class="form-radio" name="q31_23Bitte[0]" value="1 - Nicht wichtig" aria-labelledby="label_31_col_0 label_31_row_0" />
|
514
|
-
<label for="input_31_0_0" class="matrix-choice-label matrix-radio-label"> </label>
|
515
|
-
</td>
|
516
|
-
<td class="form-matrix-values">
|
517
|
-
<input type="radio" id="input_31_0_1" class="form-radio" name="q31_23Bitte[0]" value="2" aria-labelledby="label_31_col_1 label_31_row_0" />
|
518
|
-
<label for="input_31_0_1" class="matrix-choice-label matrix-radio-label"> </label>
|
519
|
-
</td>
|
520
|
-
<td class="form-matrix-values">
|
521
|
-
<input type="radio" id="input_31_0_2" class="form-radio" name="q31_23Bitte[0]" value="3 - Vielleicht" aria-labelledby="label_31_col_2 label_31_row_0" />
|
522
|
-
<label for="input_31_0_2" class="matrix-choice-label matrix-radio-label"> </label>
|
523
|
-
</td>
|
524
|
-
<td class="form-matrix-values">
|
525
|
-
<input type="radio" id="input_31_0_3" class="form-radio" name="q31_23Bitte[0]" value="4" aria-labelledby="label_31_col_3 label_31_row_0" />
|
526
|
-
<label for="input_31_0_3" class="matrix-choice-label matrix-radio-label"> </label>
|
527
|
-
</td>
|
528
|
-
<td class="form-matrix-values">
|
529
|
-
<input type="radio" id="input_31_0_4" class="form-radio" name="q31_23Bitte[0]" value="5 - Sehr wichtig" aria-labelledby="label_31_col_4 label_31_row_0" />
|
530
|
-
<label for="input_31_0_4" class="matrix-choice-label matrix-radio-label"> </label>
|
531
|
-
</td>
|
532
|
-
</tr>
|
533
|
-
<tr class="form-matrix-tr form-matrix-value-tr" aria-labelledby="label_31 label_31_row_1">
|
534
|
-
<th scope="row" class="form-matrix-headers form-matrix-row-headers">
|
535
|
-
<label id="label_31_row_1"> Kosten </label>
|
536
|
-
</th>
|
537
|
-
<td class="form-matrix-values">
|
538
|
-
<input type="radio" id="input_31_1_0" class="form-radio" name="q31_23Bitte[1]" value="1 - Nicht wichtig" aria-labelledby="label_31_col_0 label_31_row_1" />
|
539
|
-
<label for="input_31_1_0" class="matrix-choice-label matrix-radio-label"> </label>
|
540
|
-
</td>
|
541
|
-
<td class="form-matrix-values">
|
542
|
-
<input type="radio" id="input_31_1_1" class="form-radio" name="q31_23Bitte[1]" value="2" aria-labelledby="label_31_col_1 label_31_row_1" />
|
543
|
-
<label for="input_31_1_1" class="matrix-choice-label matrix-radio-label"> </label>
|
544
|
-
</td>
|
545
|
-
<td class="form-matrix-values">
|
546
|
-
<input type="radio" id="input_31_1_2" class="form-radio" name="q31_23Bitte[1]" value="3 - Vielleicht" aria-labelledby="label_31_col_2 label_31_row_1" />
|
547
|
-
<label for="input_31_1_2" class="matrix-choice-label matrix-radio-label"> </label>
|
548
|
-
</td>
|
549
|
-
<td class="form-matrix-values">
|
550
|
-
<input type="radio" id="input_31_1_3" class="form-radio" name="q31_23Bitte[1]" value="4" aria-labelledby="label_31_col_3 label_31_row_1" />
|
551
|
-
<label for="input_31_1_3" class="matrix-choice-label matrix-radio-label"> </label>
|
552
|
-
</td>
|
553
|
-
<td class="form-matrix-values">
|
554
|
-
<input type="radio" id="input_31_1_4" class="form-radio" name="q31_23Bitte[1]" value="5 - Sehr wichtig" aria-labelledby="label_31_col_4 label_31_row_1" />
|
555
|
-
<label for="input_31_1_4" class="matrix-choice-label matrix-radio-label"> </label>
|
556
|
-
</td>
|
557
|
-
</tr>
|
558
|
-
<tr class="form-matrix-tr form-matrix-value-tr" aria-labelledby="label_31 label_31_row_2">
|
559
|
-
<th scope="row" class="form-matrix-headers form-matrix-row-headers">
|
560
|
-
<label id="label_31_row_2"> Anzahl </label>
|
561
|
-
</th>
|
562
|
-
<td class="form-matrix-values">
|
563
|
-
<input type="radio" id="input_31_2_0" class="form-radio" name="q31_23Bitte[2]" value="1 - Nicht wichtig" aria-labelledby="label_31_col_0 label_31_row_2" />
|
564
|
-
<label for="input_31_2_0" class="matrix-choice-label matrix-radio-label"> </label>
|
565
|
-
</td>
|
566
|
-
<td class="form-matrix-values">
|
567
|
-
<input type="radio" id="input_31_2_1" class="form-radio" name="q31_23Bitte[2]" value="2" aria-labelledby="label_31_col_1 label_31_row_2" />
|
568
|
-
<label for="input_31_2_1" class="matrix-choice-label matrix-radio-label"> </label>
|
569
|
-
</td>
|
570
|
-
<td class="form-matrix-values">
|
571
|
-
<input type="radio" id="input_31_2_2" class="form-radio" name="q31_23Bitte[2]" value="3 - Vielleicht" aria-labelledby="label_31_col_2 label_31_row_2" />
|
572
|
-
<label for="input_31_2_2" class="matrix-choice-label matrix-radio-label"> </label>
|
573
|
-
</td>
|
574
|
-
<td class="form-matrix-values">
|
575
|
-
<input type="radio" id="input_31_2_3" class="form-radio" name="q31_23Bitte[2]" value="4" aria-labelledby="label_31_col_3 label_31_row_2" />
|
576
|
-
<label for="input_31_2_3" class="matrix-choice-label matrix-radio-label"> </label>
|
577
|
-
</td>
|
578
|
-
<td class="form-matrix-values">
|
579
|
-
<input type="radio" id="input_31_2_4" class="form-radio" name="q31_23Bitte[2]" value="5 - Sehr wichtig" aria-labelledby="label_31_col_4 label_31_row_2" />
|
580
|
-
<label for="input_31_2_4" class="matrix-choice-label matrix-radio-label"> </label>
|
581
|
-
</td>
|
582
|
-
</tr>
|
583
|
-
<tr class="form-matrix-tr form-matrix-value-tr" aria-labelledby="label_31 label_31_row_3">
|
584
|
-
<th scope="row" class="form-matrix-headers form-matrix-row-headers">
|
585
|
-
<label id="label_31_row_3"> Markenname </label>
|
586
|
-
</th>
|
587
|
-
<td class="form-matrix-values">
|
588
|
-
<input type="radio" id="input_31_3_0" class="form-radio" name="q31_23Bitte[3]" value="1 - Nicht wichtig" aria-labelledby="label_31_col_0 label_31_row_3" />
|
589
|
-
<label for="input_31_3_0" class="matrix-choice-label matrix-radio-label"> </label>
|
590
|
-
</td>
|
591
|
-
<td class="form-matrix-values">
|
592
|
-
<input type="radio" id="input_31_3_1" class="form-radio" name="q31_23Bitte[3]" value="2" aria-labelledby="label_31_col_1 label_31_row_3" />
|
593
|
-
<label for="input_31_3_1" class="matrix-choice-label matrix-radio-label"> </label>
|
594
|
-
</td>
|
595
|
-
<td class="form-matrix-values">
|
596
|
-
<input type="radio" id="input_31_3_2" class="form-radio" name="q31_23Bitte[3]" value="3 - Vielleicht" aria-labelledby="label_31_col_2 label_31_row_3" />
|
597
|
-
<label for="input_31_3_2" class="matrix-choice-label matrix-radio-label"> </label>
|
598
|
-
</td>
|
599
|
-
<td class="form-matrix-values">
|
600
|
-
<input type="radio" id="input_31_3_3" class="form-radio" name="q31_23Bitte[3]" value="4" aria-labelledby="label_31_col_3 label_31_row_3" />
|
601
|
-
<label for="input_31_3_3" class="matrix-choice-label matrix-radio-label"> </label>
|
602
|
-
</td>
|
603
|
-
<td class="form-matrix-values">
|
604
|
-
<input type="radio" id="input_31_3_4" class="form-radio" name="q31_23Bitte[3]" value="5 - Sehr wichtig" aria-labelledby="label_31_col_4 label_31_row_3" />
|
605
|
-
<label for="input_31_3_4" class="matrix-choice-label matrix-radio-label"> </label>
|
606
|
-
</td>
|
607
|
-
</tr>
|
608
|
-
<tr class="form-matrix-tr form-matrix-value-tr" aria-labelledby="label_31 label_31_row_4">
|
609
|
-
<th scope="row" class="form-matrix-headers form-matrix-row-headers">
|
610
|
-
<label id="label_31_row_4"> Vertrautheit </label>
|
611
|
-
</th>
|
612
|
-
<td class="form-matrix-values">
|
613
|
-
<input type="radio" id="input_31_4_0" class="form-radio" name="q31_23Bitte[4]" value="1 - Nicht wichtig" aria-labelledby="label_31_col_0 label_31_row_4" />
|
614
|
-
<label for="input_31_4_0" class="matrix-choice-label matrix-radio-label"> </label>
|
615
|
-
</td>
|
616
|
-
<td class="form-matrix-values">
|
617
|
-
<input type="radio" id="input_31_4_1" class="form-radio" name="q31_23Bitte[4]" value="2" aria-labelledby="label_31_col_1 label_31_row_4" />
|
618
|
-
<label for="input_31_4_1" class="matrix-choice-label matrix-radio-label"> </label>
|
619
|
-
</td>
|
620
|
-
<td class="form-matrix-values">
|
621
|
-
<input type="radio" id="input_31_4_2" class="form-radio" name="q31_23Bitte[4]" value="3 - Vielleicht" aria-labelledby="label_31_col_2 label_31_row_4" />
|
622
|
-
<label for="input_31_4_2" class="matrix-choice-label matrix-radio-label"> </label>
|
623
|
-
</td>
|
624
|
-
<td class="form-matrix-values">
|
625
|
-
<input type="radio" id="input_31_4_3" class="form-radio" name="q31_23Bitte[4]" value="4" aria-labelledby="label_31_col_3 label_31_row_4" />
|
626
|
-
<label for="input_31_4_3" class="matrix-choice-label matrix-radio-label"> </label>
|
627
|
-
</td>
|
628
|
-
<td class="form-matrix-values">
|
629
|
-
<input type="radio" id="input_31_4_4" class="form-radio" name="q31_23Bitte[4]" value="5 - Sehr wichtig" aria-labelledby="label_31_col_4 label_31_row_4" />
|
630
|
-
<label for="input_31_4_4" class="matrix-choice-label matrix-radio-label"> </label>
|
631
|
-
</td>
|
632
|
-
</tr>
|
633
|
-
</table>
|
634
|
-
</div>
|
635
|
-
</li>
|
636
|
-
<li class="form-line" data-type="control_dropdown" id="id_32">
|
637
|
-
<label class="form-label form-label-top form-label-auto" id="label_32" for="input_32"> 24. Wie konkurrenzfähig finden Sie die Preise auf [Name der Website]? </label>
|
638
|
-
<div id="cid_32" class="form-input-wide" data-layout="half">
|
639
|
-
<select class="form-dropdown" id="input_32" name="q32_24Wie" style="width:310px" data-component="dropdown">
|
640
|
-
<option value=""> Please Select </option>
|
641
|
-
<option value="Sehr konkurrenzfähig"> Sehr konkurrenzfähig </option>
|
642
|
-
<option value="Teilweise konkurrenzfähig."> Teilweise konkurrenzfähig. </option>
|
643
|
-
<option value="Nicht wettbewerbsfähig"> Nicht wettbewerbsfähig </option>
|
644
|
-
<option value="Weiß nicht."> Weiß nicht. </option>
|
645
|
-
</select>
|
646
|
-
</div>
|
647
|
-
</li>
|
648
|
-
<li class="form-line" data-type="control_dropdown" id="id_33">
|
649
|
-
<label class="form-label form-label-top form-label-auto" id="label_33" for="input_33"> 25. Bitte bewerten Sie [die Webseite] anhand des Gesamtinhalts. </label>
|
650
|
-
<div id="cid_33" class="form-input-wide" data-layout="half">
|
651
|
-
<select class="form-dropdown" id="input_33" name="q33_25Bitte" style="width:310px" data-component="dropdown">
|
652
|
-
<option value=""> Please Select </option>
|
653
|
-
<option value="Ausgezeichnet"> Ausgezeichnet </option>
|
654
|
-
<option value="Gut"> Gut </option>
|
655
|
-
<option value="Durchschnitt"> Durchschnitt </option>
|
656
|
-
<option value="Armselig"> Armselig </option>
|
657
|
-
<option value="Unentschieden"> Unentschieden </option>
|
658
|
-
</select>
|
659
|
-
</div>
|
660
|
-
</li>
|
661
|
-
<li class="form-line" data-type="control_button" id="id_36">
|
662
|
-
<div id="cid_36" class="form-input-wide" data-layout="full">
|
663
|
-
<div data-align="auto" class="form-buttons-wrapper form-buttons-auto jsTest-button-wrapperField">
|
664
|
-
<button id="input_36" type="submit" class="form-submit-button submit-button jf-form-buttons jsTest-submitField" data-component="button" data-content="">
|
665
|
-
Absenden
|
666
|
-
</button>
|
667
|
-
</div>
|
668
|
-
</div>
|
669
|
-
</li>
|
670
|
-
<li style="display:none">
|
671
|
-
Should be Empty:
|
672
|
-
<input type="text" name="website" value="" />
|
673
|
-
</li>
|
674
|
-
</ul>
|
675
|
-
</div>
|
676
|
-
<script>
|
677
|
-
JotForm.showJotFormPowered = "new_footer";
|
678
|
-
</script>
|
679
|
-
<script>
|
680
|
-
JotForm.poweredByText = "Powered by JotForm";
|
681
|
-
</script>
|
682
|
-
<input type="hidden" class="simple_spc" id="simple_spc" name="simple_spc" value="212574301669356" />
|
683
|
-
<script type="text/javascript">
|
684
|
-
var all_spc = document.querySelectorAll("form[id='212574301669356'] .si" + "mple" + "_spc");
|
685
|
-
for (var i = 0; i < all_spc.length; i++)
|
686
|
-
{
|
687
|
-
all_spc[i].value = "212574301669356-212574301669356";
|
688
|
-
}
|
689
|
-
</script>
|
690
|
-
<div class="formFooter-heightMask">
|
691
|
-
</div>
|
692
|
-
<div class="formFooter f6">
|
693
|
-
<div class="formFooter-wrapper formFooter-leftSide">
|
694
|
-
<a href="https://www.jotform.com/?utm_source=formfooter&utm_medium=banner&utm_term=212574301669356&utm_content=jotform_logo&utm_campaign=powered_by_jotform_le" target="_blank" class="formFooter-logoLink"><img class="formFooter-logo" src="https://cdn.jotfor.ms/assets/img/logo/logo-new@1x.png" alt="Jotform Logo"></a>
|
695
|
-
</div>
|
696
|
-
<div class="formFooter-wrapper formFooter-rightSide">
|
697
|
-
<span class="formFooter-text">
|
698
|
-
Now create your own JotForm - It's free!
|
699
|
-
</span>
|
700
|
-
<a class="formFooter-button" href="https://www.jotform.com/?utm_source=formfooter&utm_medium=banner&utm_term=212574301669356&utm_content=jotform_button&utm_campaign=powered_by_jotform_le" target="_blank">Create your own JotForm</a>
|
701
|
-
</div>
|
702
|
-
</div>
|
703
|
-
</form>
|
704
|
-
|
705
|
-
|
706
|
-
<script src="https://cdn01.jotfor.ms/static/prototype.forms.js" type="text/javascript"></script>
|
707
|
-
<script src="https://cdn02.jotfor.ms/static/jotform.forms.js?3.3.27670" type="text/javascript"></script>
|
708
|
-
<script type="text/javascript"> JotForm.newDefaultTheme = true;
|
709
|
-
JotForm.extendsNewTheme = false;
|
710
|
-
JotForm.newPaymentUIForNewCreatedForms = false;
|
711
|
-
JotForm.newPaymentUI = true;
|
712
|
-
|
713
|
-
JotForm.init(function(){
|
714
|
-
/*INIT-START*/
|
715
|
-
if (window.JotForm && JotForm.accessible) $('input_15').setAttribute('tabindex',0);
|
716
|
-
if (window.JotForm && JotForm.accessible) $('input_16').setAttribute('tabindex',0);
|
717
|
-
JotForm.alterTexts({"ageVerificationError":"Sie müssen älter als {minAge} Jahre sein, um dieses Formular absenden zu können.","alphabetic":"Dieses Feld darf nur Buchstaben enthalten","alphanumeric":"Dieses Feld darf nur Buchstaben und Zahlen enthalten.","appointmentSelected":"Sie haben {time} am {date} ausgewählt","ccDonationMinLimitError":"Der Minimalbetrag ist {minAmount}{currency}","ccInvalidCVC":"Kartenprüfnummer (CVC) ist ungültig.","ccInvalidExpireDate":"Gültigkeitsdatum ist ungültig.","ccInvalidExpireMonth":"Expiration month is invalid.","ccInvalidExpireYear":"Expiration year is invalid.","ccInvalidNumber":"Kreditkartennummer ist ungültig.","ccMissingDetails":"Please fill up the credit card details.","ccMissingDonation":"Bitte geben Sie einen Zahlenwert als Spendenbetrag ein.","ccMissingProduct":"Bitte wählen Sie mindestens ein Produkt.","characterLimitError":"Zu viele Zeichen. Das Maximum beträgt","characterMinLimitError":"Zu wenige Zeichen. Das Minimum beträgt","confirmClearForm":"Sind Sie sicher, dass Sie das Formular leeren wollen?","confirmEmail":"E-Mail-Adresse stimmt nicht überein","currency":"Dieses Feld darf nur Währungswerte enthalten.","cyrillic":"Dieses Feld darf nur kyrillische Zeichen enthalten.","dateInvalid":"Dieses Datum ist ungültig. Das Datumsformat ist {format}","dateInvalidSeparate":"Dieses Datum ist ungültig. Geben Sie ein gültiges {element} ein.","dateLimited":"Dieses Datum ist nicht verfügbar.","disallowDecimals":"Bitte geben Sie eine ganze Zahl ein.","doneButton":"Erledigt","doneMessage":"Sehr gut! Alle Fehler sind behoben.","dragAndDropFilesHere_infoMessage":"Dateien hierher ziehen","email":"Geben Sie eine gültige E-Mail-Adresse ein","fillMask":"Wert muss der Maske entsprechen.","freeEmailError":"Kostenlose E-Mail-Adressen sind nicht erlaubt.","generalError":"Ihr Formular enthält Fehler. Bitte korrigieren Sie diese, bevor Sie fortfahren.","generalPageError":"Diese Seite enthält Fehler. Bitte korrigieren Sie diese, bevor Sie fortfahren.","geoNotAvailableDesc":"Location provider not available. Please enter the address manually.","geoNotAvailableTitle":"Position Unavailable","geoPermissionDesc":"Check your browser's privacy settings.","geoPermissionTitle":"Permission Denied","geoTimeoutDesc":"Please check your internet connection and try again.","geoTimeoutTitle":"Timeout","gradingScoreError":"Ihr Wert sollte nur weniger oder gleich sein zu","incompleteFields":"Es gibt unvollständige Pflichtfelder. Bitte füllen Sie diese aus.","inputCarretErrorA":"Eingabe sollte nicht kleiner als der Minimalwert sein:","inputCarretErrorB":"Eingabe sollte nicht größer als der Maximalwert sein:","justSoldOut":"Gerade ausverkauft","lessThan":"Ihr Wert sollte kleiner oder gleich sein zu","maxDigitsError":"Bitte geben Sie nicht mehr Ziffern ein als","maxFileSize_infoMessage":"Max. Dateigröße","maxSelectionsError":"The maximum number of selections allowed is ","minSelectionsError":"Die kleinste erforderliche Auswahl ist","multipleError":"Auf dieser Seite sind {count} Fehler aufgetreten. Bitte korrigieren Sie diese, bevor Sie fortfahren.","multipleFileUploads_emptyError":"{file} ist leer. Bitte wählen Sie eine andere Datei.","multipleFileUploads_fileLimitError":"Nur {fileLimit} Dateiuploads sind erlaub!","multipleFileUploads_minSizeError":"{file} ist zu klein. Die minimale Dateigröße ist {minSizeLimit}.","multipleFileUploads_onLeave":"Dateien werden hochgeladen. Bitte verlassen Sie die Seite nicht, bis der Upload abgeschlossen ist.","multipleFileUploads_sizeError":"{file} ist zu groß. Die maximale Dateigröße ist {sizeLimit}.","multipleFileUploads_typeError":"{file} ist ein ungültiges Dateiformat. Nur {extensions} sind erlaubt.","multipleFileUploads_uploadFailed":"File upload failed, please remove it and upload the file again.","noSlotsAvailable":"Keine Termine verfügbar","notEnoughStock":"Nicht genug Bestand für die jetzige Auswahl","notEnoughStock_remainedItems":"Nicht genug Bestand für die jetzige Auswahl ({count} verbleibende Artikel)","noUploadExtensions":"File has no extension file type (e.g. .txt, .png, .jpeg)","numeric":"Dieses Feld darf nur Zahlen enthalten","oneError":"Auf dieser Seite ist {count} Fehler aufgetreten. Bitte korrigieren Sie diesen, bevor Sie fortfahren.","pastDatesDisallowed":"Datum darf nicht in der Vergangenheit liegen.","pleaseWait":"Bitte warten Sie...","required":"Dies ist ein Pflichtfeld.","requiredLegend":"Alle mit * gekennzeichneten Felder sind Pflichtfelder und müssen ausgefüllt werden.","requireEveryCell":"Jede Zelle ist erforderlich.","requireEveryRow":"Jede Zeile ist erforderlich.","requireOne":"Mindestens ein Feld ist erforderlich.","restrictedDomain":"This domain is not allowed","seeErrorsButton":"Fehler anzeigen","selectionSoldOut":"Auswahl ausverkauft","slotUnavailable":"{time} on {date} has been selected is unavailable. Please select another slot.","soldOut":"Ausverkauft","subProductItemsLeft":"({count} verbleibende Artikel)","uploadExtensions":"Sie k&ouml;nnen nur folgende Dateien hochladen:","uploadFilesize":"Die Dateigröße kann nicht größer sein als:","uploadFilesizemin":"Die Dateigröße darf nicht tiefer sein als:","url":"Dieses Feld muss eine gültige URL enthalten.","validateEmail":"You need to validate this e-mail","wordLimitError":"Zu viele Worte. Das Maximum beträgt","wordMinLimitError":"Zu wenige Worte. Das Minimum beträgt"});
|
718
|
-
FormTranslation.init({"detectUserLanguage":"1","firstPageOnly":"0","options":"Deutsch","originalLanguage":"de","primaryLanguage":"de","saveUserLanguage":"1","showStatus":"flag-with-nation","theme":"light-theme","version":"2"});
|
719
|
-
/*INIT-END*/
|
720
|
-
});
|
721
|
-
|
722
|
-
JotForm.prepareCalculationsOnTheFly([null,{"name":"websiteumfragefragebogen","qid":"1","text":"Website-Umfragefragebogen","type":"control_head"},null,null,null,null,{"name":"1Haben","qid":"6","text":"1. Haben Sie jemals von [Name der Website] gehort?","type":"control_radio"},{"name":"2Wie","qid":"7","text":"2. Wie haben Sie von [Name der Website] erfahren?","type":"control_dropdown"},{"name":"3Kaufen","qid":"8","text":"3. Kaufen Sie Waren von [Name der Website]?","type":"control_radio"},{"name":"4Wie","qid":"9","text":"4. Wie alt sind Sie?","type":"control_radio"},{"name":"6Wie","qid":"10","text":"6. Wie oft besuchen Sie unsere Website?","type":"control_dropdown"},{"name":"7Wie","qid":"11","text":"7. Wie zufrieden sind Sie insgesamt mit unserer Website?","type":"control_dropdown"},null,{"name":"5Geschlecht","qid":"13","text":"5. Geschlecht?","type":"control_dropdown"},{"name":"8Wie","qid":"14","text":"8. Wie wahrscheinlich ist es, dass Sie [Ihren Website-Namen] an Ihre Freunde oder Kollegen weiterempfehlen?","type":"control_dropdown"},{"name":"9Welcher","qid":"15","text":"9. Welche(r) besondere(n) Aspekt(e) unserer Website gefallt Ihnen?","type":"control_textarea"},{"name":"10Welcher","qid":"16","text":"10. Welche(r) besondere(n) Aspekt(e) unserer Website gefallt Ihnen nicht?","type":"control_textarea"},{"name":"11Welche","qid":"17","text":"11. Welche Faktoren haben Sie zum Kauf auf unserer Website motiviert?","type":"control_dropdown"},{"name":"12Warum","qid":"18","text":"12. Warum ist unsere Website Ihrer Meinung nach so erfolgreich?","type":"control_dropdown"},{"name":"13Was","qid":"19","text":"13. Was ist der Hauptgrund fur Ihren Besuch unserer Website?","type":"control_dropdown"},{"name":"14Wie","qid":"20","text":"14. Wie einfach ist die Navigation auf unserer Website?","type":"control_dropdown"},{"name":"15Wie","qid":"21","text":"15. Wie oft kaufen Sie auf unserer Website?","type":"control_dropdown"},{"name":"16War","qid":"22","text":"16. War dies ein personlicher Kauf fur Sie, ein Geschenk, ein Geschaftskauf oder etwas anderes?","type":"control_dropdown"},null,{"name":"18Wie","qid":"24","text":"18. Wie zufrieden waren Sie mit der verfugbaren Versandoption?","type":"control_dropdown"},{"name":"19War","qid":"25","text":"19. War Ihre Bestellung vollstandig, als Sie sie erhalten haben?","type":"control_dropdown"},{"name":"20Haben","qid":"26","text":"20. Haben Sie Artikel, die Sie bei uns gekauft haben, zuruckgeschickt?","type":"control_dropdown"},null,{"name":"22Wie","qid":"28","text":"22. Wie zufrieden waren Sie mit dem Ruckgabeprozess?","type":"control_dropdown"},{"name":"21Was","qid":"29","text":"21. Was war der Hauptgrund fur Ihre Ruckgabe?","type":"control_radio"},{"name":"17Wie","qid":"30","text":"17. Wie bezahlen Sie Ihren Einkauf?","type":"control_radio"},{"name":"23Bitte","qid":"31","text":"23. Bitte ordnen Sie bei der Auswahl der Produkte auf [Name der Website] das, was Sie suchen, in der Reihenfolge ihrer Wichtigkeit ein.","type":"control_matrix"},{"name":"24Wie","qid":"32","text":"24. Wie konkurrenzfahig finden Sie die Preise auf [Name der Website]?","type":"control_dropdown"},{"name":"25Bitte","qid":"33","text":"25. Bitte bewerten Sie [die Webseite] anhand des Gesamtinhalts.","type":"control_dropdown"},null,null,{"name":"absenden","qid":"36","text":"Absenden","type":"control_button"}]);
|
723
|
-
setTimeout(function() {
|
724
|
-
JotForm.paymentExtrasOnTheFly([null,{"name":"websiteumfragefragebogen","qid":"1","text":"Website-Umfragefragebogen","type":"control_head"},null,null,null,null,{"name":"1Haben","qid":"6","text":"1. Haben Sie jemals von [Name der Website] gehort?","type":"control_radio"},{"name":"2Wie","qid":"7","text":"2. Wie haben Sie von [Name der Website] erfahren?","type":"control_dropdown"},{"name":"3Kaufen","qid":"8","text":"3. Kaufen Sie Waren von [Name der Website]?","type":"control_radio"},{"name":"4Wie","qid":"9","text":"4. Wie alt sind Sie?","type":"control_radio"},{"name":"6Wie","qid":"10","text":"6. Wie oft besuchen Sie unsere Website?","type":"control_dropdown"},{"name":"7Wie","qid":"11","text":"7. Wie zufrieden sind Sie insgesamt mit unserer Website?","type":"control_dropdown"},null,{"name":"5Geschlecht","qid":"13","text":"5. Geschlecht?","type":"control_dropdown"},{"name":"8Wie","qid":"14","text":"8. Wie wahrscheinlich ist es, dass Sie [Ihren Website-Namen] an Ihre Freunde oder Kollegen weiterempfehlen?","type":"control_dropdown"},{"name":"9Welcher","qid":"15","text":"9. Welche(r) besondere(n) Aspekt(e) unserer Website gefallt Ihnen?","type":"control_textarea"},{"name":"10Welcher","qid":"16","text":"10. Welche(r) besondere(n) Aspekt(e) unserer Website gefallt Ihnen nicht?","type":"control_textarea"},{"name":"11Welche","qid":"17","text":"11. Welche Faktoren haben Sie zum Kauf auf unserer Website motiviert?","type":"control_dropdown"},{"name":"12Warum","qid":"18","text":"12. Warum ist unsere Website Ihrer Meinung nach so erfolgreich?","type":"control_dropdown"},{"name":"13Was","qid":"19","text":"13. Was ist der Hauptgrund fur Ihren Besuch unserer Website?","type":"control_dropdown"},{"name":"14Wie","qid":"20","text":"14. Wie einfach ist die Navigation auf unserer Website?","type":"control_dropdown"},{"name":"15Wie","qid":"21","text":"15. Wie oft kaufen Sie auf unserer Website?","type":"control_dropdown"},{"name":"16War","qid":"22","text":"16. War dies ein personlicher Kauf fur Sie, ein Geschenk, ein Geschaftskauf oder etwas anderes?","type":"control_dropdown"},null,{"name":"18Wie","qid":"24","text":"18. Wie zufrieden waren Sie mit der verfugbaren Versandoption?","type":"control_dropdown"},{"name":"19War","qid":"25","text":"19. War Ihre Bestellung vollstandig, als Sie sie erhalten haben?","type":"control_dropdown"},{"name":"20Haben","qid":"26","text":"20. Haben Sie Artikel, die Sie bei uns gekauft haben, zuruckgeschickt?","type":"control_dropdown"},null,{"name":"22Wie","qid":"28","text":"22. Wie zufrieden waren Sie mit dem Ruckgabeprozess?","type":"control_dropdown"},{"name":"21Was","qid":"29","text":"21. Was war der Hauptgrund fur Ihre Ruckgabe?","type":"control_radio"},{"name":"17Wie","qid":"30","text":"17. Wie bezahlen Sie Ihren Einkauf?","type":"control_radio"},{"name":"23Bitte","qid":"31","text":"23. Bitte ordnen Sie bei der Auswahl der Produkte auf [Name der Website] das, was Sie suchen, in der Reihenfolge ihrer Wichtigkeit ein.","type":"control_matrix"},{"name":"24Wie","qid":"32","text":"24. Wie konkurrenzfahig finden Sie die Preise auf [Name der Website]?","type":"control_dropdown"},{"name":"25Bitte","qid":"33","text":"25. Bitte bewerten Sie [die Webseite] anhand des Gesamtinhalts.","type":"control_dropdown"},null,null,{"name":"absenden","qid":"36","text":"Absenden","type":"control_button"}]);}, 20);
|
725
|
-
</script>
|
726
|
-
|
727
|
-
++++
|