This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * ProcessWire Form Fieldtype. | |
| * Stores reference to a single FormBuilder Form to allow easy selection on pages. | |
| * | |
| * ProcessWire 2.x | |
| * Copyright (C) 2012 by Ryan Cramer | |
| * Licensed under GNU/GPL v2, see LICENSE.TXT | |
| * |