Problem/Motivation

Added botcha to a form that has a date field that uses a popup for date selection but then the popup doesn't show up anymore.

Proposed resolution

Write a patch that fixes the issue. ;)

Remaining tasks

 

Contributor tasks needed
Task Novice task? Contributor instructions Complete?
Create a patch Instructions
Manually test the patch Novice Instructions
Review patch to ensure that it fixes the issue, stays within scope, is properly documented, and follows coding standards Instructions

User interface changes

n/a

API changes

n/a

Comments

Kristen Pol’s picture

I was able to get the date popup to show up by changing the weight of the javascript like:

drupal_add_js($js_value, array('type' => 'inline', 'preprocess' => FALSE, 'weight' => 999));

so it's interacting with other js on the page. But, botcha still isn't working properly as when I submit the form, I'm getting:

You must be a human, not a spam bot, to submit forms on this website. If you insist that you are a human, please try again. If error persists, contact webmaster using contact link at the bottom of this page and give all the details of this error (your browser, version, OS).
Please enable Javascript to use this form.

Kristen Pol’s picture

The botcha js is interfering with other js on the page but it's not clear to me how to fix so marking postponed.

Kristen Pol’s picture

Status: Active » Postponed (maintainer needs more info)
Kristen Pol’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

I'm closing out some of my old outdated issues... this one is almost 6 years old o_O.