Powered By Olvy

Enhancements
Web App
v0.4.7
16 May 2021
release-featured-image

Happy to announce that we have added support for :

Contact Form Submissions :

You can now start taking contact form submissions easily , just edit contact.html accordingly :

For Getform :

  1. Visit Getform.io -> Signup -> Get Form Endpoint

2. In config.yml -> Add the form endpoint like this

getform_endpoint: 83b703c3-9e47-4df4-ac55-e22dseb02abc

  1. Edit contact.html and add the code :

{%- include contact-getform.html -%}

  1. Enjoy form submissions :)

For Formspree :

  1. Visit Formspree.io -> Signup

  2. In config.yml -> Add the formspree email

    formspree_email: [email protected]

3. Edit contact.html and add the code :

{%- include contact-formspree.html -%}

4. Enjoy Form Submissions :)

Release Notes:

Easily manage releases using devlopr, we have integrated Olvy.

  1. Visit Olvy.co -> Create Organization

  2. In config.yml -> Add the organization name -> Create and Publish Releases

    olvy_organization: devlopr

  3. In header.html -> Customize What's New button

  4. Enjoy Releases :)

Share

Contributors