Skip to content

Instantly share code, notes, and snippets.

@philcon93
Last active August 26, 2016 06:07
Show Gist options
  • Save philcon93/41d51eddb736b2b79d7221e8024a696e to your computer and use it in GitHub Desktop.
Save philcon93/41d51eddb736b2b79d7221e8024a696e to your computer and use it in GitHub Desktop.
Custom Review Fields

Custom Review Fields

B@SE

  • Add a select field on the write.template for reviews, ensure select name is name="reviewcustom1"
  • This will need to be passed to the preview.template as a hidden field e.g <input type="hidden" name="reviewcustom1" value="[%nohtml%][@form:reviewcustom1@][%/nohtml%]">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment