Back to all examples

Simple form, handled in LiveComponent:

* required fields
Submit Reset
See source of this: Spike form and LiveView

Debug info

@form:
  %SpikeExample.SimpleForm{
  __dirty_fields__: [],
  accepts_conditions: false,
  email_address: nil,
  first_name: nil,
  last_name: nil,
  password: nil,
  ref: "4798e72d-e217-43a4-8a51-b45c6f148fe2"
}
@errors:
  %{
  "4798e72d-e217-43a4-8a51-b45c6f148fe2" => %{
    accepts_conditions: [acceptance: "must be accepted"],
    email_address: [presence: "must be present"],
    first_name: [presence: "must be present"],
    last_name: [presence: "must be present"],
    password: [presence: "must be present"]
  }
}
@success
  false