How to use "Contact us" feature? Activated - and now?
Hi @Jonny Bradley,
thanks again for the right hint! Now it works as expected, in every detail.
{PARAM(name=ok value=y)}
{REMARKSBOX(type="confirm" title="Nachricht erfolgreich versendet")}Antwortadresse: {trackeritemfield trackerId="2" fieldId="6"}
Nachricht: {trackeritemfield trackerId="2" fieldId="7"}{REMARKSBOX}
{ELSE}
{TRACKER(trackerId="2" fields="6:7" action="Senden" showtitle="y" showdesc="y" url="tiki-index.php?itemId&page={{page}}&ok=y" email="6|FootlooseTraveller|wiki:Kontakt EMail tpl")}{TRACKER}
{PARAM}
I have an idea how to solve the issue that anyone can guess an itemId and get older messages to show up: After showing that the answer is successfully sent, I would like to just delete the item. At this moment, it is not needed anymore. I am completely satisfied to have the email sent to me.
Is there a plugin that just deletes a tracker item when the wiki source code is parsed? I would like something like:
{PARAM(name=ok value=y)}
{REMARKSBOX(type="confirm" title="Nachricht erfolgreich versendet")}Antwortadresse: {trackeritemfield trackerId="2" fieldId="6"}
Nachricht: {trackeritemfield trackerId="2" fieldId="7"}{REMARKSBOX}
{Delete tracker item itemId}
command wanted here
{ELSE}
{TRACKER(trackerId="2" fields="6:7" action="Senden" showtitle="y" showdesc="y" url="tiki-index.php?itemId&page={{page}}&ok=y" email="6|FootlooseTraveller|wiki:Kontakt EMail tpl")}{TRACKER}
{PARAM}
I just made a new post for this question.