• 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: [Solved] Browser Back button resetting forms

[Solved] Browser Back button resetting forms 12 years 9 months ago #18224

Hi

Some customers have reported that their form data is reset to blanks when they fill in a form, submit it, then use the browser back button to go back to the form. I have a feeling this depends on which browser they are using.

Has anyone else experienced this, is there a standard way of keeping the form data after submitting then going back?

Thanks

Lee
Last Edit: 12 years 9 months ago by leehanken.
The administrator has disabled public write access.

Re: Browser Back button resetting forms 12 years 9 months ago #18225

I found the forms were able to remember their values after adding this
jimport('joomla.environment.response');
JResponse::allowCache(true);

to the top PHP code box under form properties.
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!