Skip to content

Commit c52d178

Browse files
committed
Update RSVP
1 parent c789e5c commit c52d178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ <h1 class="title has-text-centered section-title" data-aos="fade-up" data-aos-ea
651651
const payload = {
652652
name: data.get("name"),
653653
phone: data.get("phone"),
654-
attending: data.get("attending") === "yes",
654+
attending: data.get("attending"),
655655
notes: data.get("notes"),
656656
turnstileToken
657657
};

0 commit comments

Comments
 (0)