17 Jun 2011, 5:28 AM
Zen Follower
- Join Date:
- Jun 2005
- Location:
- Portland, OR
- Posts:
- 157
- Plugin Contributions:
- 0
Anonymous Review Submittal?
I've installed reCaptcha and Guest Reviews, however I'd like the reviewer name field to not be required, removing it from the template entirely (easily enough) but also not requiring it from modules/pages/product_reviews_write/header_php.php
can i just comment out this line from jscript_main.php without too much worry?
check_input('review-nume',"<?php echo 3; ?>","<?php echo JS_REVIEW_NAME; ?>");
thanks!