[TYPO3-formidable] Problems when updating from version 1.1.373 to 2.0.505

Jochen Wambsganß mailings at wambsganss.net
Thu Mar 8 16:14:08 CET 2012


Hello,

I currently build a new extension in Typo3 and wants to use Ameos
formidable.

My first tests with the 1.1.373 version work well. But in my forms,
there are many dependencies that I could solve with version 2.0.505.

I downloaded the latest version 2.0.505 and replaced the old version
with it. It worked first go at all the same, except for the save and
update of records. If I do a submit, no action takes place in the database.

This is my very simple form:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<formidable version="2.0.505"
    xmlns:renderlet="http://www.ameos.com/formidable/2.0.332/renderlet">

    <meta>
        <name>Standard XML file</name>
        <form formid="advertiseform"/>
        <debug>false</debug>
        <displaylabels>true</displaylabels>
    </meta>

    <control>
        <datahandler:DB>
            <tablename>tx_cayuga_announces</tablename>
            <keyname>uid</keyname>
        </datahandler:DB>
        <renderer:STANDARD/>
    </control>

    <elements>
        <renderlet:TEXT name="line1" label="Fettzeile:" />
        <renderlet:TEXTAREA name="content" label="Anzeigentext:"/>
        <renderlet:TEXT name="phone" label="Telefon:"/>
        <renderlet:TEXT name="zip" label="Postleitzahl:"/>
        <renderlet:SUBMIT name="submitButton" label="Submit" mode="full" />
    </elements>

</formidable>

Can someone give me some advice, what am I doing wrong?


Jochen Wambsganß


More information about the TYPO3-project-formidable mailing list