diff --git a/plugins/Event/forms/rsvp.php b/plugins/Event/forms/rsvp.php index 72cadc0de6..98b3a64778 100644 --- a/plugins/Event/forms/rsvp.php +++ b/plugins/Event/forms/rsvp.php @@ -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;' )