This commit is contained in:
Mikael Nordfeldth 2016-01-21 02:37:07 +01:00
parent d3a4a2225f
commit be1759f112
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class RSVPForm extends Form
'id' => 'rsvp-submit-'.$answer,
'name' => $answer,
'class' => 'submit',
'value' => $answer,
'value' => $label,
'title' => $label,
'onClick' => 'this.form.rsvp.value = this.name; return true;'
)