@aamodtgroup/frontity-contact-form-7

1.0.1 • Public • Published

Frontity Contact Form 7

Contact Form 7 package for Frontity.

How does it work?

  1. You need to create a page in your WordPress site (if you don't already have one) that contains a CF7 shortcode or Gutenberg block.
  2. Install the Frontity Contact Form 7 package as shown in the Installation steps below.
  3. Visit that page in Frontity and the package will automatically render all the CF7 forms that are present, including other content on the page.
  4. On successful form submission, the email goes to the recipient set in the form settings in WP (if CF7 email settings are configured on your WordPress site). Errors are shown as well if the fields are invalid.

Features

  1. All the CF7 forms on the page will work.
  2. You can also use it for multiple pages.
  3. Built with React and Frontity, so its fast and performant.

Installation

  1. Do npm install @aamodtgroup/frontity-contact-form-7 in the root of your project.
  2. Add the package name in frontity-settings.js.
"packages": [
  "@aamodtgroup/frontity-contact-form-7"
  // other packages ...
]
  1. Run npx frontity dev again.

That's it! The package doesn't need any settings. You should be able to see the form in any page or post that contains one.

Credits

Authors

  1. Imran Sayed
  2. Smit Patadiya

Contributors

  1. Luis Herranz - Leed Developer @frontity
  2. Kasper Aamodt - Owner and developer @aamodtgroup

License

License: GPL v2

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @aamodtgroup/frontity-contact-form-7

      Weekly Downloads

      46

      Version

      1.0.1

      License

      GPL-2.0-or-later

      Unpacked Size

      46.1 kB

      Total Files

      26

      Last publish

      Collaborators

      • kasperaamodt