Add items in a form

Hello,

Is there a way to add an item to an existing form with javascript ?

I’ve found removeItem for delete an item but not for create one.

for example, I’ve a form created by XML who contains a fieldset

<item type="fieldset" name="priority" inputWidth="auto" label="Priority"/>

and I need to create radio buttons in this fieldset with javascript.

It is possible ?

Thanks for your answer :slight_smile:

@++
JC

Unfortunately dhtmlxForm doesn’t have public method to add item to the form dynamically