Powered By Olvy
Happy to announce that we have added support for :
Added Release Notes support for Olvy.co
Contact form submissions support for Getform.io and Formspree.io
Contact Form Submissions :
You can now start taking contact form submissions easily , just edit contact.html accordingly :
For Getform :
Visit Getform.io -> Signup -> Get Form Endpoint
2. In config.yml -> Add the form endpoint like this
getform_endpoint: 83b703c3-9e47-4df4-ac55-e22dseb02abc
Edit contact.html and add the code :
{%- include contact-getform.html -%}
Enjoy form submissions :)
For Formspree :
Visit Formspree.io -> Signup
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.
Visit Olvy.co -> Create Organization
In config.yml -> Add the organization name -> Create and Publish Releases
olvy_organization: devlopr
In header.html -> Customize What's New button
Enjoy Releases :)