Problem/Motivation
The module, when it creates a webform entity, currently does so using the remote_post plugin rather than watson_remote_post. This leads to many issues, such as checkboxes not being properly converted to a semi-colon-separated string of values and error checks/validations not happening.
Proposed resolution
Convert all remote_post handlers to watson_remote_post handlers for all webforms in category "Watson Form".
Issue fork watson_form_parser-3183763
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lpeabody commentedUpdating issue summary.