Hello,
i have a big problem
I have prepared a formular in ArtForms and it works fine. MambelFish works fine, too. But i have the impression, MambelFish doesnīt work correctly with ArtForms.

All the static contents like the "send"-button got translated. But all the variable contents iīve give like "Name" prior to the input-field wasnīt translated.

Can someone help me? It was very important for me?
Now i wrote a XML-Script and add them to MambelFish.
Now i can see and open the contents from the ArtForms Formular.
But when i open it, MambelFish donīt display the original text at the left side and donīt safe the translations i entered.
MambelFish displays at the chart of the contents a error-message!
But iīm a newbie and donīt understand this message!
Below are the Script i wrote:
Code:
<?xml version="1.0" ?>
<mambelfish type="contentelement">
<name>Artforms Items</name>
<author>Edwin van Eersel</author>
<version>1.0</version>
<description>Artforms Items</description>
<reference>
<table name="artforms_items">
<field type="titletext" name="name" translate="1">Name</field>
</table>
</reference>
</mambelfish>
And this is the error-message:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and reference_table='artforms_items'' at line 4 SQL=select * n from mos_mbf_contentn where reference_id=n and reference_table='artforms_items
Maybe you can help me to solve the problem!