Validation Error using new form builder
-
I’m using the latest version, and whenever I create a new form and test it, on submission I see this error:
{"success":false,"data":{"type":"validation_error","errors":{"errors":{"formId":["Invalid Form ID, Form not found"]},"error_data":[]}}}
I’ve set the relevant gateways for the visual and option-based form builder.
I see the following in the apache error log:
[Fri Dec 01 20:52:40.117082 2023] [proxy_fcgi:error] [pid 150266] [client 2a02:8012:8f28:0:210e:1f41:e896:1711:0] AH01071: Got error 'PHP message: PHP Warning: Undefined array key "formId" in /home/storm/sites/mysite/public/shop/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 50PHP message: PHP Warning: Undefined array key "gatewayId" in /home/storm/sites/mysite/public/shop/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 51PHP message: PHP Warning: Undefined array key "originUrl" in /home/storm/sites/mysite/public/shop/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 52PHP message: PHP Warning: Undefined array key "isEmbed" in /home/storm/sites/mysite/public/shop/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 53', referer: https://www.mysite.net/shop/donations/givewp-donation-form-2/
Any pointers would be appreciated.
Note that this is using the new Visual form builder. If I switch to the legacy builder, everything works as expected.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Validation Error using new form builder’ is closed to new replies.