Hello everyone,
I have a form which saves users information into a custom DB with the DB Save action. Once this is done, I would like to submit an article. This article will be quite simple as both the intro text are just plugins tags which will be processed by a custom plugin of mine when the article is displayed. Therefore, I used 2 hidden field inputs to store them:
- input_introtext with a default value of <p>{myplugin1}</p>
- input_fulltext with a default value of <p>{myplugin2}userid{/myplugin2}
But when I check with a debugger action what the form submits, I can see that the plugin tags are removed.
When is this done? Can I change this behavior?
Thanks for your answers...
JR
I have a form which saves users information into a custom DB with the DB Save action. Once this is done, I would like to submit an article. This article will be quite simple as both the intro text are just plugins tags which will be processed by a custom plugin of mine when the article is displayed. Therefore, I used 2 hidden field inputs to store them:
- input_introtext with a default value of <p>{myplugin1}</p>
- input_fulltext with a default value of <p>{myplugin2}userid{/myplugin2}
But when I check with a debugger action what the form submits, I can see that the plugin tags are removed.
When is this done? Can I change this behavior?
Thanks for your answers...
JR