When I added the reset button option it just creates a second submit button. I have updated to the latest beta version, cleared caches, set and reset the BEF settings, but it keeps generating a "submit" type button instead of a "reset" button. Is this a bug or known problem? I don't find anything similar in the issue queues.

Comments

esbite’s picture

Issue summary: View changes

The reset button is technically a submit button, but with a different html-id, it should be "edit-reset" on the reset button and "edit-submit" on the submit button. That's how Drupal knows which one is clicked.

mikeker’s picture

Status: Active » Closed (works as designed)

Also, the reset button is supplied by Views, not BEF. If there's an issue here, it will need to be raised in the Views issue queue.

Thanks.