Skip to content

zoolanders/ytp-form-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Form Actions for YOOtheme Pro Essentials

Custom actions example for the Forms Addon part of Essentials for YOOtheme Pro.

Getting Started

Actions are wrapped in a YOOtheme Pro module ready to be set in a Child Theme or wrapped into a Plugin. Assuming the Child Theme is the prefered choice follow these steps for the initial setup:

  1. Create a folder yootheme_mytheme or with a sufix of your choice.
  2. Enable the new Child Theme in the YOOtheme Pro Customizer Advanced Settings.
  3. Place the contents of this repository into yootheme_mytheme/modules/mymodule;
  4. Create a yootheme_mytheme/config.php file with the following content:
<?php

use function YOOtheme\app;

app()->load(__DIR__ . '/modules/*/bootstrap.php');

return [];

Requirements

  • YOOtheme Pro 2.7+
  • Essentials 1.6.10+

About

Form Action for YOOtheme Pro Essentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages