We have to use HTML tags to highlight an author name in bold, but we also want to pass the title of the post to a form which generates a PDF Certificate including the title of the post. We don’t want the tags included in the output.
domain.com/form?course_title={Field title}
currently outputs domain.com/form?course_title=Arthritis%20pain%20management%20with%20{b}Tamara%20Grubb{/b}
Is there any way to filter out HTML tags in L&L before passing the {Field title} to the URL?