Hello!
I've been using WWW::Mechanize so far to fill html forms but recently I've ran against dynamic form (it uses 'onclick="submitForm"' and this function is defined in the code earlier), which WWW::Mechanize does not see (when I do $mechanize_obj->dump_forms it doesn't give me the dynamic form). Is there some way to deal with such forms? If I've provided not enough information pls ask and I'll post all the required data from the website here.