[TYPO3] FLEX Forms, where are inputs saved?

Manuel Rego Casasnovas mrego at igalia.com
Fri May 2 16:58:44 CEST 2008


Hi,

On Fri, 2008-05-02 at 14:56 +0200, Stephen Bungert wrote:
> I've just got a flex form working for my extension (after reading the
> tutorial about flexforms in the wiki) and I see a test text field that I
> created when I add the plugin to a page. What I write in the field gets
> saved too! What I want to know now is, where in the database is the
> information saved? When I look at tt_content for the page, I see the plugin
> listed, but not the text that I entered in the he text field.

You don't need to read the database, you can use the following functions in your plugin (pi1/class.tx_extkey_pi1.php->main):
$this->pi_initPIflexForm();
$this->pi_getFFvalue($this->cObj->data[‘pi_flexform’], ‘test_text_field’);

Best regards,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com


More information about the TYPO3-english mailing list