You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to save the payment instructions content without html tags.
But p html tags were added to content during saving into db.
It's problem to me because in case of bank transfer only the content of the first p tag of the payment instructions includes in the end of the email. The other parts will be removed during the render. Perhaps because of the md_indent.
How can I save it without html tags or what did I wrongly?
The text was updated successfully, but these errors were encountered:
DZotya
changed the title
how save payment instructions content without html tags
how to save payment instructions content without html tags
Aug 29, 2024
I tried to save the payment instructions content without html tags.
But p html tags were added to content during saving into db.
It's problem to me because in case of bank transfer only the content of the first p tag of the payment instructions includes in the end of the email. The other parts will be removed during the render. Perhaps because of the md_indent.
How can I save it without html tags or what did I wrongly?
The text was updated successfully, but these errors were encountered: