PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Auto-format or autop for Paragraph Text

  1. In lieu of being able to add more than one WYSIWYG/Tinymce using the Gravity Forms WYSIWYG plugin (or at least I don't seem to be able to) is it possible to output Standard Paragraph Text fields with their paragraph breaks intact? Can it be run through autop filter or similar?

    EDIT: answered my own question. Posting as maybe useful to others but please mods delete if not wanted.

    <?php $icep_objective = get_post_meta($post->ID, 'icep_objective', true);
    if($icep_objective) : ?>
    <h2>Objective</h2>
    <div><?php echo apply_filters('the_content', $icep_objective); ?></div>
    <?php endif; ?>
    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  2. Thanks for posting, glad you got it sorted.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink

This topic has been resolved and has been closed to new replies.