#44·Goutte

submitting forms without submit button

Author: niepiCreated Apr 12, 2012Updated Nov 20, 2022

I'm dealing with forms without a submit button, they are submitted with a link and javascript.

My approach would be to inject a submit button and then create the form object and submit it.

So would it make sense to auto inject a submit button into a form, if you create the form based on the form tag and it does not include a submit button already?

Best

Thomas