I have a section of a SP 2010 site where I want to let end users set up alerts for a list. Since the default "Add a new alert" form has a lot of options on it, I was hoping to default one of the fields (Change Type) and hide it with css so the user doesn't even have the option.
When you open the form, this option defaults to "All changes" as in the image above, but I'd like to default it to "New items are added". Does anyone know a good way to do this? I was thinking Javascript at first, but I don't think there's an easy way to access this form to add the script like there is a standard list form. Any help/ideas would be appreciated. Thanks.