File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,21 @@ defmodule AlgoraWeb.JobsLive do
103
103
< div class = "pt-1 text-base font-medium text-muted-foreground " >
104
104
Reach thousands of developers looking for their next opportunity versed in your tech stack
105
105
</ div >
106
- < . simple_form for = { @ form } phx-submit = "create_job " class = "mt-4 space-y-4 " >
106
+ < . simple_form for = { @ form } phx-submit = "create_job " class = "mt-4 space-y-6 " >
107
107
< div class = "grid grid-cols-1 gap-4 sm:grid-cols-2 " >
108
- < . input field = { @ form [ :email ] } label = "Email " />
108
+ < . input
109
+ field = { @ form [ :email ] }
110
+ label = "Email "
111
+ data-domain-target
112
+ phx-hook = "DeriveDomain "
113
+ />
109
114
< . input field = { @ form [ :company_name ] } label = "Company Name " />
110
- < . input field = { @ form [ :company_url ] } label = "Company Website " />
115
+ < . input field = { @ form [ :company_url ] } label = "Company Website " data-domain-source />
111
116
< . input field = { @ form [ :url ] } label = "Job Posting URL " />
112
117
</ div >
113
118
114
119
< div class = "flex justify-end " >
115
- < . button size = " lg " class = "flex items-center gap-2 " phx-disable-with = "Processing... " >
120
+ < . button class = "flex items-center gap-2 " phx-disable-with = "Processing... " >
116
121
Post Job
117
122
</ . button >
118
123
</ div >
You can’t perform that action at this time.
0 commit comments