Skip to content

ContactDetailsForm

The ContactDetailsForm component provides a form to display and capture edits to user details such as first name, last name, e-mail, etc.

Examples

html
<ContactDetailsForm
    :user="getUser"
    @contact-details-form:save="handleContactDetails"
/>

A working example can be found in /frontend/views/AccountVuew.vue

Component Props

PropDescriptionOptions
useran object with attributes { first_name: null, last_name: null, email: null }

Component Events

EventDescriptionArgs
contact-details-form:saveemitted when the user clicks the submit buttonuser object

CSS Classes

ClassDescription
--