Vertically

Help Desk ›› How to ›› Vertically
Formidable Forms
16 September, 2019 10:33:17
Tomson
Topics: 23
Messages: 70
Hi,

How to make words entered in the Paragraph fields display vertically - each word in a new line?
I entered them in the form, each on a separate line, but they are displayed on one line.
16 September, 2019 21:48:41
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

By default "Textarea" has \r\n as new lines. So to output it the same way inside "HTML" object you must replace \r\n to <br>.

This can be done by wrapping needed code with [e2pdf-format-output] shortcode:

[e2pdf-format-output search="\r\n" replace="<br>"][659 wpautop=0][/e2pdf-format-output]

We remain at your service.
We would really appreciate your feedback at WordPress.org!
16 September, 2019 22:54:36
Tomson
Topics: 23
Messages: 70
After entering this code, I get the error:
Invalid or corrupt PDF.
"PDF.js v2.0.943 (Build: dc98bf76)
Message: Invalid PDF structure "
17 September, 2019 00:10:59
E2Pdf
Support
Topics: 7
Messages: 3163
Please attach screenshot of "Properties" Value where this shortcode was added.
We would really appreciate your feedback at WordPress.org!
17 September, 2019 00:16:24
Tomson
Topics: 23
Messages: 70
Please
17 September, 2019 00:35:42
E2Pdf
Support
Topics: 7
Messages: 3163
Can you also please temporary remove this added shortcode so we can recheck if it's not connected with it for sure. Also recheck please if you will be success by exporting entry via "E2Pdf" -> "Export" and not frontend. Thank you.
We would really appreciate your feedback at WordPress.org!
17 September, 2019 01:09:10
Tomson
Topics: 23
Messages: 70
I removed the code and the caching plugin. And still a mistake.
17 September, 2019 01:12:16
Tomson
Topics: 23
Messages: 70
Htaccess:

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# BEGIN ADDING NOKRI Authorization
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
# END ADDING NOKRI Authorization

# END WordPress
17 September, 2019 01:56:51
E2Pdf
Support
Topics: 7
Messages: 3163
.htaccess looks okay.

Try please to disable E2Pdf Cache. "E2Pdf" -> "Settings" -> Uncheck "Turn on Cache".

If issue will still remain, unfortunately we would need to take a look on your installation. You can submit "Support Ticket" here with access details. It will be also very helpful if you will include details to access FTP so we can investigate issue the fastest.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
17 September, 2019 02:14:34
Tomson
Topics: 23
Messages: 70
It still does not work.
I sent the data to the address provided.