HF_FORMSUBMIT::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/happyforms/triggers/hf-formsubmit.php
public function __construct() { $this->trigger_code = 'HFSUBMITFORM'; $this->trigger_meta = 'HFFORM'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github