jpattavina33
Forum Replies Created
-
This is fantastic! Thanks for your help. I see the responses are being encoded which was why I couldn’t find them. Thanks so much!
Here is what I’m *slowly* learning…
Gravity Forms is saving all tags as their corresponding ascii codes to the database. So all< are saved as <and all> are saved as >The same goes for quotes. There is a PHP function called esc_html() or esc_attr() that I believe is the cause of this but I don’t think that is necessarily the problem. There is another PHP function called html_entity_decode() that should convert all ascii codes to their corresponding html equivalent. I’m struggling with figuring out where to put that though to convert the ascii codes.Can anyone help me with this? I tried using BBCodes [url] and [a href=…] but no luck. I know that the “Entry ID” can be turned into a link, so I thought it would be easy to reference that but that seems more difficult than I thought it would be.
I’m running into the same thing. I’m trying to have the username send an email. I have tried 2 different methods
1 – a mailto link
2 – an href that directs to another gravity formBoth leave me with the actual html tags and do not contain a clickable link.