Hi Kian,
hmm what do you mean? For the "old" event specific fields you need to use a simple with | separated syntax.
For example:
Address|1||text
Field Name|Required Field|Default Value|Field Type|Parameter|Parameter|...
Field Name: The name of the field (e.g. Address)
Required Field: 0='Input optional, 1='Input required
Default Value: The default value for this field (e.g. Main Street)
Field Type: The type of the input field (text, textarea, radio, select, email)
Parameters: Additional parameters separated by vertical bars (e.g. for Field Type 'radio' and 'select', the values that can be selected; for Field Type 'textarea', the width and height)
Not very nice, i know.. we have a better new solution on the todo-list for a later version.
Best regards,
Yves