Please replace the ??? with your data!
- URL to the FORM: dev server
- The browser used: all
- cforms version: 10.6
- Your Wordpress version: 2.7.1
[desc]:
The various fields of a form are not editable. I click on the "Edit" button next to a field name and nothing pops up. Actually, the first field will pop up and I can edit it (though the cancel button does not work) but when I click the other fields the page indicates it is loading then… nothing happens. When I view what is going on in Firebug there are no errors shown at all but the input field does not open for editing. What could be causing this? The forms will submit normally and functions (I imported the settings from a different install) but I cannot edit the fields (I also cannot check the box to require the captcha field).
Any ideas? How is the first field editable (but without the cancel button working) but not the others?
_
EDIT: it is not the abspath issue. abspath.php is present and is correctly configured.
EDIT II: the problem is caused by a conflict with a different plugin using jquery.validate.js Commenting out the portion of the plugin that loads jquery.validate.js allows cforms to function normally. So… any ideas on how to get around this?