## Describe the bug There's a hidden submit input field on RssModule.ascx (not sure of it's purpose) that's causing a postback on the enter key. ## To Reproduce Hitting the enter key on an input (text) field causes a postback. ## Expected behavior Hitting the enter key on an input (text) field should not perform a postback.