Skip to content

CiviCRM Standalone with FormProcessor: Mandatory key(s) missing from params array (MCRF Integration) #8

@rbaugh

Description

@rbaugh

When using the WebHooks AddOn and CiviCRM Form Processor ext, I am getting an error: Mandatory key(s) missing from params array.

FormProcessor seems to need to have the form fields in the querystring as params rather than in the body. When using the WebHooks POST method, which is what FormProcessor expects, the fields from the feed are added to the body of the post request. This is then generating the error message from FormProcessor.

I used the Newsletter example GF Form and FormProcessor as imports to my sample site. Attached are the exports for GF/Feed/FormProcessor.

newsletter_subscribe.json
form--newsletter_subscribe.json
feeds--newsletter_subscribe.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions