Closed (won't fix)
Project:
Formfilter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2007 at 12:18 UTC
Updated:
2 Mar 2012 at 18:08 UTC
Jump to comment: Most recent
Comments
Comment #1
David Stosik commentedHaving the same problem, which is very embarrassing.
Comment #2
David Stosik commentedBump!
Comment #3
David Stosik commentedIt is because the 'value' HTML property of the submit button in "Submit comment form" is "Post comment" instead of "Submit".
Using Firebug to dynamically change this value made me able to filter the "Submit comment form" .
Hope this helps.
Comment #4
amitaibuThis issue occurs also in the Advanced Search - user can check the fields he wants to remove, but submit button is not there.
Comment #5
mediafrenzy commentedDoes anyone how to successfully apply formfilter to Advanced Search? The lack of Submit button...
I tried the Firebug trick mentioned in comment #3, but it didn't work
Comment #6
Viybel commentedThe "submit" button value doesn't have any impact on the form action (no javascript is involved here).
To submit the filtering form on a comment form, you need to add:
?formfilter_id=comment_format the end of the url in the "action" attribute of the form element (using Firebug).
Exemple:
before:
<form id="comment-form" method="post" accept-charset="UTF-8" action="/comment/reply/21">after:
<form id="comment-form" method="post" accept-charset="UTF-8" action="/comment/reply/21?formfilter_id=comment_form">Can someone correct this bug in the module? (No idea how to do this).
Cheers,
Vianney Stroebel
----------------------------------------------------------------------
http//co-org.net
Plate-forme collaborative gratuite pour les associations, basée sur Drupal.
Comment #7
Anonymous (not verified) commentedSame here.
Subscribing.
Comment #8
wessex commentedSame here - the Firebug hack worked for me, but how I'll remember it next time..?!
Comment #9
wdfy commentedSame here!
Waiting for patch of this bug, or a new version!
Comment #10
wdfy commentedany new updates for this topic?
Comment #11
pianomansam commentedCleaning up old issues. D5 release is no longer supported.