Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
711b85bf
Commit
711b85bf
authored
Dec 04, 2020
by
Kim Höfer
Browse files
pre select options in donation form
parent
0838ffad
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/spende.blade.php
View file @
711b85bf
...
...
@@ -71,7 +71,7 @@
<
h3
>
{
!!
trans
(
'spende.headline.3'
)
!!
}
</
h3
>
<
div
class
=
"amount-row"
>
<
input
type
=
"radio"
value
=
"5"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-5euro"
required
=
"required"
>
<
label
for
=
"amount-5euro"
class
=
"amount-label"
>
5
€
</
label
>
<
input
type
=
"radio"
value
=
"5"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-5euro"
required
=
"required"
checked
=
"checked"
>
<
label
for
=
"amount-5euro"
class
=
"amount-label"
>
5
€
</
label
>
<
input
type
=
"radio"
value
=
"10"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-10euro"
required
=
"required"
><
label
for
=
"amount-10euro"
class
=
"amount-label"
>
10
€
</
label
>
<
input
type
=
"radio"
value
=
"15"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-15euro"
required
=
"required"
><
label
for
=
"amount-15euro"
class
=
"amount-label"
>
15
€
</
label
>
<
input
type
=
"radio"
value
=
"20"
class
=
"amount-radio"
name
=
"amount"
id
=
"amount-20euro"
required
=
"required"
><
label
for
=
"amount-20euro"
class
=
"amount-label"
>
20
€
</
label
>
...
...
@@ -91,7 +91,7 @@
<
br
>
<
h3
>
{
!!
trans
(
'spende.headline.4'
)
!!
}
</
h3
>
<
input
type
=
"radio"
class
=
"frequency-radio"
name
=
"frequency"
id
=
"once"
value
=
"once"
required
=
"required"
><
label
class
=
"frequency-label"
for
=
"once"
>
{
!!
trans
(
'spende.frequency.1'
)
!!
}
</
label
>
<
br
>
<
input
type
=
"radio"
class
=
"frequency-radio"
name
=
"frequency"
id
=
"once"
value
=
"once"
required
=
"required"
checked
=
"checked"
><
label
class
=
"frequency-label"
for
=
"once"
>
{
!!
trans
(
'spende.frequency.1'
)
!!
}
</
label
>
<
br
>
<
input
type
=
"radio"
class
=
"frequency-radio"
name
=
"frequency"
id
=
"monthly"
value
=
"monthly"
required
=
"required"
><
label
class
=
"frequency-label"
for
=
"monthly"
>
{
!!
trans
(
'spende.frequency.2'
)
!!
}
</
label
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment