0

I am now programming, using Jquery, to render the preview page before submitting a form. I fill in some of the fields and click the 'preview button' to preview. the result is not what i want, I think there are some bugs, but the strange thing is : when i refresh the page in firefox, which will keep the filled values, the result is exacty what i want now. can somebody tell what might be the problem or give me a clue to check that

David
  • 2,691
  • 7
  • 38
  • 50
  • 1
    Without more details (e.g.: code) nobody can help you. We haven't the second sight. – styrr Oct 12 '11 at 09:56
  • Perhaps providing some code or example of what you are trying to do might help people give better answers .... – Manse Oct 12 '11 at 10:00

1 Answers1

0

Perhaps you could reset / remove the values from the form using jQuery -> Resetting a multi-stage form with jQuery

Community
  • 1
  • 1
Manse
  • 37,765
  • 10
  • 83
  • 108