·elementor-forms
</>

elementor-forms

peixotorms/odinlayer-skills

Use when creating custom Elementor form actions, custom form field types, form validation, or processing form submissions. Covers Elementor Pro forms (ElementorPro\Modules\Forms), Action_Base (get_name, get_label, run, register_settings_section, on_export), after_submit processing, Field_Base (field_type, render field HTML, validation callback, update_controls), content_template for editor preview, form action registration, export_type handling, update_record patterns, elementor_pro/forms/validation hook, email filters, and webhook response handling.

10Installs·1Trend·@peixotorms

Installation

$npx skills add https://github.com/peixotorms/odinlayer-skills --skill elementor-forms

SKILL.md

Elementor Pro only. All form APIs require Elementor Pro active.

Actions execute after form submission. Extend \ElementorPro\Modules\Forms\Classes\ActionBase.

| getname() | string | Unique action ID used in code | | getlabel() | string | Display label in editor | | run( $record, $ajaxhandler ) | void | Execute on form submission | | registersettingssection( $widget ) | void | Optional: add action controls | | onexport( $element ) | array | Optional: strip sensitive data on export |

Use when creating custom Elementor form actions, custom form field types, form validation, or processing form submissions. Covers Elementor Pro forms (ElementorPro\Modules\Forms), Action_Base (get_name, get_label, run, register_settings_section, on_export), after_submit processing, Field_Base (field_type, render field HTML, validation callback, update_controls), content_template for editor preview, form action registration, export_type handling, update_record patterns, elementor_pro/forms/validation hook, email filters, and webhook response handling. Source: peixotorms/odinlayer-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/peixotorms/odinlayer-skills --skill elementor-forms
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is elementor-forms?

Use when creating custom Elementor form actions, custom form field types, form validation, or processing form submissions. Covers Elementor Pro forms (ElementorPro\Modules\Forms), Action_Base (get_name, get_label, run, register_settings_section, on_export), after_submit processing, Field_Base (field_type, render field HTML, validation callback, update_controls), content_template for editor preview, form action registration, export_type handling, update_record patterns, elementor_pro/forms/validation hook, email filters, and webhook response handling. Source: peixotorms/odinlayer-skills.

How do I install elementor-forms?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/peixotorms/odinlayer-skills --skill elementor-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/peixotorms/odinlayer-skills