diff --git a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex
index b856e7a..676c495 100644
--- a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex
+++ b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex
@@ -39,11 +39,15 @@
%>
<%= error_tag f, :location %>
-
- <%= checkbox f, :is_member, class: "checkbox" %>
- <%= label f, :is_member, "Olen jo Livonsaaren Osuuspuutarhan jäsen" %>
- <%= error_tag f, :is_member %>
-
+ <%= label f, :is_member, "Jäsenyytesi" %>
+ <%= select f,
+ :is_member,
+ [
+ "Liity jäseneksi": :false,
+ "Olen jo Livonsaaren Osuuspuutarhan jäsen": :true,
+ ]
+ %>
+ <%= error_tag f, :is_member %>
<%= checkbox f, :split_invoice, class: "checkbox" %>