I’m using Mechanize to fill out a form. Part of this form is dynamic. It defaults to have 5 field options, and it then uses javascript to dynamically add additional text fields. The fields do not show up in the page source after the button is pressed, but follows the same naming patter, IE: name=options[6].
Is there a way to handle this with Mechanize? Can you manually add fields to be submitted?
The solution is to add a new control then set the value.