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 / pre_insert_entry.php

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

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