Skip to content

onify/blueprint-helix-contact-us-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Onify Blueprints

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Onify Blueprint: Helix - Contact us form

This Blueprint for Onify Helix showcases how to create a simple "Contact Us" form using Vuetify and Onify Helix components. The form includes fields for first name, last name, email, industry, and service interest, as well as a radio button option for requesting a video demo. It validates user inputs to ensure all required fields are correctly filled before submission. Upon successful submission, it displays a confirmation alert thanking the user and confirming receipt of their inquiry. The form manages the submission state and automatically resets after processing.

Onify Blueprint: Onify Helix - Contact us form

Requirements

  • Onify Helix (v0.30.0 or higher)

Setup

  1. Copy contact-us.vue to /src/custom/pages in your Onify Helix app.
  2. Add to contact-us section to /config/pages.yml (see example below)

/config/pages.yml

- name: contact-us
  path: /contact-us
  import: ../src/custom/pages/contact-us.vue

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.