Hi all, I'm writing a form that has a select with an special option "other...". When this option is selected another form is show in an overlay to allow the user to provide the "other.." option info. I have solved this using two forms in the same template one of them is hidden and is only show when the clients select the other option. When this is done I sent the form using prototype's request on the form and waiting for its JSON response, same that I use to populate the new option. Everything is working more or less fine but I would really love to hear you insights in this solution. Is this approach correct?, Is there any better way to accomplish this?. Any library out there that does this?.
Best regards, Manuel.