wardcorp
Member
Posted 10 months ago #
I wonder if you can help me with this.
I have a page with an enquiry form at the bottom of a long page of information, so not visible when the page is first loaded.
On Internet Explorer, when the user submits an enquiry, the page reloads back to the top of the page, rather than being anchored to the form. This means that the Thankyou text or error message can easily be missed.
When using Firefox, the page reloads directly to the form.
Page is here: http://www.cateredchaletslarosiere.com/price-availability/
Any advice would be gratefully received!
http://wordpress.org/extend/plugins/formbuilder/
wardcorp
Member
Posted 10 months ago #
On further investigation, after submitting the URL is apended with ?PHPSESSID=, and this is preventing the anchor tag from working.
I have no idea why this is there, but have read on other forums that you can disable this with text in the .htaccess file, e.g.
php_flag session.use_trans_sid off
php_flag session.use_only_cookies on
BUT this doesn't seem to have an effect. I am tearing my hair out!
wardcorp
Member
Posted 10 months ago #
Have also tried adding this to the wp-config.php file, again sith no effect:
ini_set('session.use_trans_sid', 0);
ini_set(‘session.use_only_cookies’, 1);
Any ideas?