in reply to Mechanize Javascript workaround?

If it only validates, you might not need to implement it at all, per se. Just ensure that your data is correct before submitting the form.

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."

Replies are listed 'Best First'.
Re^2: Mechanize Javascript workaround?
by Anonymous Monk on Jul 22, 2013 at 15:30 UTC

    Monks,

    Thanks for the information.

    I've made a lot of progress.

    Question I have is when using the submit_form , do I need to manually collect the form contents and include it in the submit_form function call? Or does the submit_form function collect the current form and include it automatically?

    Also , I see that the submit button I'm trying to bypass references a specific requestsubmit.php file on the server. I'm guessing I need to include that detail in the submit_form call but I don't see a way to do it.

    Thanks again for all the great insight. I'm learning alot and really appreciate your help.

    -ShipMyPants