I am using Drupal webform and wonder whether it's possible to auto-submit a Webform?
Since Webform comes with %get[key]
to fill the form fields by default values from a FORM GET URL, and so I'd like to save the user a submit button click. Possible? Thanks!