Allow All Live Merge Tags for a Specific Form

Code

Filename: gppa-allow-all-lmts.php

<?php
/**
 * Gravity Perks // Populate Anything // Allow All Live Merge Tags for a Specific Form
 * https://gravitywiz.com/documentation/gravity-forms-populate-anything/
 */
// Update "123" to your form ID.
add_filter( 'gppa_allow_all_lmts_123', '__return_true' );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.