Anonymous Author
-
I’m trying to give the user the option to remain anonymous when they post a review. (users need to be logged in when posting a review).
I’ve tried using add_filter(‘site-reviews/create/review-values’ and checking if the name is blank, then put in ‘Anonymous’ instead, but it seems to default in the user’s name before I get the chance to check for blank.
I’ve also tried adding a checkbox so they can tick ‘I want to be anonymous’ but then if I use the filter as above, it doesn’t pick up my custom form field (even though it is shown on the page).
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Anonymous Author’ is closed to new replies.