PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / php_classes / save / post_insert_entry.php

post_insert_entry.php in Smart Forms – when you need more than just a contact form trunk, at php_classes/save/post_insert_entry.php

14 lines 290 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 class PostInsertEntry extends InsertEntryBase{
3
4 public function __construct(&$formId,&$formEntryData,&$formOptions,&$elementOptions,&$additionalData)
5 {
6 parent::__construct($formId,$formEntryData,$formOptions,$elementOptions,$additionalData);
7 }
8
9
10
11
12
13
14 }