%h3 Congrats! %p Would you like to submit your time? = form_with url: submit_puzzle_path(@puzzle) do |form| - unless @time.nil? = form.hidden_field :time, value: @time %p = form.label :name, "Name:" = form.text_field :name %p= form.submit "Submit"