[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
thru-soft.de • Thema anzeigen - Formularfeld Drop down

Formularfeld Drop down

Mit dem Formular-Maker können Sie einfach Ihr eigenes Formular erstellen. Sie brauchen keine Kenntnisse über HTML.

Formularfeld Drop down

Beitragvon beauty-shop-4-you » 0909.0707.2010201020102010, 1313:3131

Hallo,

wie lässt sich denn eine Trennzeile innerhalb eines Dropdown Menues realisieren?

zum Beispiel:

auswahl 1 Gruppe 1
auswahl 2 Gruppe 1
------------ funktionslose Trennline, quasi als Textbaustein
auswahl 3 Gruppe 2
auswahl 4 Gruppe 2

Hat da jemand einen Lösungsvorschlag? Gesehen habe ich es schon...

Danke
beauty-shop-4-you
 
Beiträge: 10
Registriert: 0808.0707.2010201020102010, 0808:5656

Re: Formularfeld Drop down

Beitragvon admin » 0505.0808.2010201020102010, 0909:4343

Hallo,

Sie könnten versuchen einen neuen Menülisteneintrag für Comboboxen und Radiobuttons zu erstellen.
Erstellen Sie einfach einen neuen Menülisteneintrag mit folgenden Inhalten:
1
2
---
3
4

Einziger Pferdefuss ist aktuell, dass Sie den Code manuell nochmal nachbearbeiten müssten und diesen Code:
<select size="1" name="combo" ><option value="1">1</option><option value="2">2</option><option value="--------">--------</option><option value="3">3</option><option value="4">4</option></select>

So abändern müssten:
<select size="1" name="combo" ><option value="1">1</option><option value="2">2</option><option value="">--------</option><option value="3">3</option><option value="4">4</option></select>

Versuchen Sie´s einfach mal.
Beste Grüsse
Thomas Rudolph
webmaster@thru-soft.de
admin
Site Admin
 
Beiträge: 210
Registriert: 3030.0404.2007200720072007, 0606:3737

Re: Formularfeld Drop down

Beitragvon beauty-shop-4-you » 1818.1111.2010201020102010, 0101:1313

Hey Hallo,

das funktioniert ja super:

</option><option value="">--------</option><option value="3">3</option><option value="4">4</option></select>

Es ergibt eine Zwischenlinie...

Danke
beauty-shop-4-you
 
Beiträge: 10
Registriert: 0808.0707.2010201020102010, 0808:5656

Re: Formularfeld Drop down

Beitragvon admin » 1818.1111.2010201020102010, 1818:4646

Freut mich, wenn Ihnen das hilft!
Beste Grüsse
Thomas Rudolph
webmaster@thru-soft.de
admin
Site Admin
 
Beiträge: 210
Registriert: 3030.0404.2007200720072007, 0606:3737


Zurück zu Formular-Maker

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast

cron