Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Multi-Line Paragraphs in the Custom Display

Information/How to
No Tags
UserPost

9:00 am
September 13, 2010


JasonV

1

Hello,

I'm using a few Paragraph Inputs in my form, which work great, but on my Custom Display page, those paragraphs won't display any line breaks that the form submitter input into the field, so it ends up displaying as a clump of text (I realize that that's what a paragraph is  :P ).  Is there any way to have those display as they were input, complete with line breaks?

Any help would be appreciated.

Thanks,

Jason

10:03 pm
September 14, 2010


Steph

2

Right now, two hard returns in a paragraph field will display as a line break. The problem with changing every hard return into a line break, is that this field may contain HTML and mess it up and make it invalid.

However, one thing you can try…. If you are using the shortcode for the custom display, add filter=1 to it. This will send it through the WordPress content filters.

Information/How to
No Tags