Thanks for the quick response.
I've tested both ways, and I always get the same result.
I have the text of the article, but without the html tags.
I've also tested with Cassiopeia, and still get the same result.
Can you give me (super) admin and (s)ftp access so I can take a look?
And tell me on what url I can see/reproduce the issue.
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
Ah, so you are using Articles Anywhere to include article 35 in a form component.
In article35 you are placing Sourcerer code which in turn places an Articles Anywhere tag to include article 36.
Because the form component doesn't run its content through the content plugins, the system plugins only get 1 chance to look at the content.
This makes it impossible to create a sequence of Articles Anywhere -> Sourcerer -> Articles Anywhere.
In this case you could use Snippets instead of Articles Anywhere for certain parts.
I have installed Snippets on your setup and created 2 snippets for the form ok/not ok messages.
And this system plugin ordering:
PS: when using plugin tags in articles (or other content that is passed through the Joomla content prepare event), the Regular Labs system plugins get trigger 2 or 3 times. So then you can have things like: Articles Anywhere -> Sourcerer -> Articles Anywhere (and even more complex).