Blank field value

Help Desk ›› How to ›› Blank field value
Formidable Forms Resolved
20 June, 2019 13:19:47
Topics: 4
Messages: 7
Hello,


There are many fields in the form. Some of them are not mandatory and users can skip those fields.
Is it possible to display N/A (not available) as value inside pdf for such fields (instead of leaving them empty in pdf)?
20 June, 2019 13:36:45
E2Pdf
Support
Topics: 7
Messages: 3331
Hi,

Yes, you can use "Actions" and "Conditions" for this action.

"Right" mouse click on needed field inside E2Pdf Template -> Properties -> Add action

Action: "Change" "Value" to "N/A".
Condition: If [123] = ""

[123] - ID of field. Screenshot attached.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
20 June, 2019 14:16:54
Topics: 4
Messages: 7
Thank you so much.