• Resolved Ginger Coolidge

    (@txgspice)


    Hi Brandon,

    Thanks for your efforts on the popular Genesis eNews Extended plugin.

    I’m using MailChimp’s merge fields in the Hidden Fields section and it works great. Instead of hard-coding a value though I’d like to use a shortcode instead. Is there a way to turn on shortcodes in the Hidden Fields section of the widget? I’ve tried this below in hopes it might work but so far no joy.

    add_filter('enews-widget', 'do_shortcode');

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ginger Coolidge

    (@txgspice)

    Or, allowing us to use PHP in the hidden fields value would be even better, currently it strips all this out:

    `<input type=”hidden” name=”SOURCE” value=”<?php the_title(); ?>” >’

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I’m afraid that wouldn’t work, but I’ve marked it as a potential enhancement. Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shortcode in hidden fields?’ is closed to new replies.