Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weird site problem with back button

Tags:

html

We have a site with a credit card entry form.

The user will enter their information and click submit. This then goes to a thank you page.

On a ThinkPad laptop running IE 8: If the user clicks the back button (from the thank you page) then it takes them back to the credit card entry. However, the fields for Name on card, card number and the first line of the address are not there. (ignore for a moment that the page shouldn't be cached..) I have other machines running IE 8 and 9 that do not exhibit this behavior.

I don't mean that they are empty. I mean the input fields are flat not there. The expiration date, city, state and zip input boxes are there. Just not those listed above.

Any ideas on what could possibly do this? The fields themselves are always visible and there is absolutely zero code to hide them.

My client says that it happens on other forms in their site as well. The main site is a joomla application that uses an iFrame to show the forms from my app.

I have no idea on where to even start with this one.

enter image description here

like image 612
NotMe Avatar asked Nov 13 '22 23:11

NotMe


1 Answers

Yes, we need a link to troubleshoot. All I can say is likely to be some conflicting css hiding it. Use the element inspector and take a look at all the properties on the fields.

like image 174
alt Avatar answered Dec 07 '22 22:12

alt