Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter widget stops working #2

Open
plompd opened this issue Mar 15, 2013 · 2 comments
Open

Filter widget stops working #2

plompd opened this issue Mar 15, 2013 · 2 comments

Comments

@plompd
Copy link

plompd commented Mar 15, 2013

There is some issue with this Rating and Review when I place it on my pages. If the control exists on my page, the 'Product Filter widget' stops working. Probably some conflicting javascript?

@vkoppaka
Copy link
Member

Will take a look.

@patwritescode
Copy link
Contributor

Hey Dan. The problem is caused by the ASP validation controls. There's two of them on the page

                            <div class="sfReviewAddThoughtsWrp">
                                <asp:TextBox ID="txtComment" CssClass="sfReviewThoughtsTxt" runat="server" TextMode="MultiLine" placeholder="Your thoughts on this product"/>
                                <asp:RequiredFieldValidator ID="validateThoughts" runat="server" ControlToValidate="txtComment" />

                            </div>

You can remove them and replace them with JS validation methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants