SYNOPSIS:
I'm attempting to wrap data being passed to a dynamic hidden field with <li> ... </li>
tags, but these tags keep getting stripped (rightfully so) by Gravity forms. How to allow just these tags?
IN DETAIL:
Essentially, in my functions.php file, I am storing pages the user visited in a sessions array and passing this data to a dynamic hidden field in Gravity Forms so that it can be sent along with the notification email sent to the administrator.
I want to wrap each of these fields with <li> </li>
to insure proper formatting in the notification.
The email (in short) is formatted as:
-
{Browsed:1}
Where the browsed value you would have the list tags.
...suggestions?