I have dynamically created textboxes using Drupal AHAH, which changes on selecting the number of textboxes in a dropdown. When I am initially having 6 textboxes with values in it, and then changing the textbox count to 4, it changes with the remaining two textbox values not changing to blank. Instead, the value entered, gets stored in the textbox 5 and 6.

Can someone help me in how to clear the data when u r minimizing the no of textboxes?

Thanks in advance Vivek

link|improve this question

25% accept rate
feedback

1 Answer

There is actually very similar problem to this in the example module (using checkboxes I seem to recall). Rather than me explain it, why not have a look directly yourself!

link|improve this answer
I checked the example and that too seems to have the same problem. I need a solution for this, rather than checking if similar problems exist – radhakrishnan vivek Jul 26 '11 at 6:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.