contact-form icon indicating copy to clipboard operation
contact-form copied to clipboard

Success key and value not being returned in AJAX submission response

Open zizther opened this issue 2 years ago • 0 comments

Description

In this plugin's version 2 for Craft 3 the AJAX response contained the key success which could be tested in the response via if (response.success) { ... }, this is still present in the docs for v3 for Craft 4, however on submission reponse.success returns undefined as it does not exist.

Steps to reproduce

  1. Create a form
  2. Setup AJAX (as per the docs)
  3. Submit the form
  4. Get the error

Additional info

  • Craft version: 4.0.2
  • PHP version: 8.1
  • Contact form plugin version: 3.0.0

zizther avatar May 14 '22 00:05 zizther