Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Anonymous Review Submittal?

Anonymous Review Submittal?

Views: 535

Results 1 to 1 of 1
17 Jun 2011, 5:28 AM
#1
bi11i avatar

bi11i

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!