PCA implementing fuzzy matching in Capture+ API so many things changed in API. Some variables are moved from one object to another object. For example, messages attribute is removed from control and added to pca object. Due to this, post code finder is not working properly. Due to missing messages object, the default message is coming when no result is found. Also, message is not displaying inline and not relative to text box.

PCA has provided one line code to add to display inline message.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

farooq.salmani created an issue. See original summary.

farooq.salmani’s picture

vijaycs85’s picture

Status: Active » Needs work
+++ b/js/webform_captureplus.js
@@ -9,6 +9,8 @@
+                    info.inlineMessages = true;

This is an option. It should be part of admin settings. Not hardcoded here.

vijaycs85’s picture

Status: Needs review » Needs work

The last submitted patch, 4: 2731361-webform_captureplus-4.patch, failed testing.

  • vijaycs85 committed 7da5ec3 on 7.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...
  • vijaycs85 committed a31d821 on 7.x-1.x
    Issue #2731361 by farooq.salmani: Result message display is changed due...
vijaycs85’s picture

Status: Needs work » Fixed

  • vijaycs85 committed 5a77d65 on 6.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...
  • vijaycs85 committed 6977aca on 6.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...
  • vijaycs85 committed 7fc4d09 on 6.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...
  • vijaycs85 committed 8357a1d on 6.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...
  • vijaycs85 committed be09405 on 6.x-1.x
    Issue #2731361 by farooq.salmani, vijaycs85: Result message display is...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.