Hi all,

I'm working in a Drupal 6, with cck simple fields that can get multiple values for each field. When the user is creating the node in the form this fiels have a button "add another element". When the button is clicked appears a blue circle while the ajax query is finished.

My quesiton is how can I add multiple elements with one click on this button, or get another numeric field with the number of elements that will be introduced.

I tried some stuff with jquery triggering some events and doing a .mousedown() to the button but it appears to be locked for multiple clicking.

any idea will be welcome!

thanks a lot!