• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Turn off thank you mosimage?

Turn off thank you mosimage? 17 years 4 months ago #1407

  • jimg
  • jimg's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
noticed that if you set a static thank you page, the following mosmessage is tacked on the end of the URL:
?mosmsg=The+form+has+been+submitted+successfully.+Thank+you+

I'd rather not have that message and completely control the landing page layout. How does one disable this mosmsg addition?
The administrator has disabled public write access.

Re:Turn off thank you mosimage? 17 years 4 months ago #1422

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hi Jim,

try editing /components/com_forme/languages/en.php and change _FORME_FRONTEND_REGISTRA_SUCCESS to '';

If that's not enough, find the code
mosRedirect(sefRelToAbs(\"index.php?option=com_forme&Itemid=$Itemid&func=details&fid=$formdata->form_id\"«»), _FORME_FRONTEND_REGISTRA_SUCCESS.\" \"«»);
in /components/com_forme/forme.php and change it to
mosRedirect(sefRelToAbs(\"index.php?option=com_forme&Itemid=$Itemid&func=details&fid=$formdata->form_id\"«»));
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!