[Plugin: WordPress Form Manager] Line Breaks
-
I’m using FM 1.6.29
For most basic uses, the defaut template is perfect out of the box. The only thing I find myself needing to change across the board is to add the ability to show line breaks from submissions stored in the database.
I’ve added the following code and created a new template (based on the default multi), but everytime I upgrade, I have to re-upload the template file.
<?php $addMyLineBack = fm_summary_the_value(); echo wpautop( $addMyLineBack );?>Could this be added by default, or is the preferences by most others to leave as is?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WordPress Form Manager] Line Breaks’ is closed to new replies.