- Registriert
- 10. Jan. 2017
- Beiträge
- 1.119
- Punkte
- 223
- XF Version
- 2.2.10 PL1
- XF Instanz
- Hosting
- Provider/Hoster
- 1&1 Ionos
Ich bin gerade zu blöd dafür...
Was muss anstelle der Fragezeichen hin und fehlt evtl. ansonsten noch, damit der ausgewählte Wert in die Form Action kommt?
Was muss anstelle der Fragezeichen hin und fehlt evtl. ansonsten noch, damit der ausgewählte Wert in die Form Action kommt?
Code:
<xf:form action="?????">
<xf:select name="auswahl" value="schaerfe-0">
<xf:option value="/tags/schaerfe-0">Schärfe 0</xf:option>
<xf:option value="/tags/schaerfe-1">Schärfe 1</xf:option>
<xf:option value="/tags/schaerfe-2">Schärfe 2</xf:option>
<xf:option value="/tags/schaerfe-3">Schärfe 3</xf:option>
<xf:option value="/tags/schaerfe-4">Schärfe 4</xf:option>
<xf:option value="/tags/schaerfe-5">Schärfe 5</xf:option>
<xf:option value="/tags/schaerfe-6">Schärfe 6</xf:option>
<xf:option value="/tags/schaerfe-7">Schärfe 7</xf:option>
<xf:option value="/tags/schaerfe-8">Schärfe 8</xf:option>
<xf:option value="/tags/schaerfe-9">Schärfe 9</xf:option>
<xf:option value="/tags/schaerfe-10-3">Schärfe 10</xf:option>
<xf:option value="/tags/schaerfe-10-2">Schärfe 10+</xf:option>
<xf:option value="/tags/schaerfe-10">Schärfe 10++</xf:option>
</xf:select>
<xf:button type="submit">Sorten finden</xf:button>
</xf:form>