I'm designing a form filler for Wordpress and I'm using WWW::Mechanize to do the job. Does anyone know if hidden fields have to be filled in or does the form use them automatically with the module?
For example there is a Post_ID field with a number (this is a hidden field) and I need to know if I have to actually parse the HTML for the value and set the field myself OR is that already taken care of since it's built into the original form?