Results 1 to 2 of 2

Thread: About formwizard

  1. #1
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default About formwizard

    I downloaded formwizard from this site:
    http://www.dynamicdrive.com/dynamici...formwizard.htm

    Its good. I got what I want, only, it has a bug..

    example:
    I am in page2 (fieldset2). When I will go to the other links then comeback to form page, Its still remains the same. Its still in page2.

    It should be after the pages refreshes, the form will load by default in page1 (fieldset1)

    how to do that?

  2. #2
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    This is not a bug, but a feature.

    Look for this code in your <head> section:
    Code:
    <script type="text/javascript">
    var myform=new formtowizard({
    	formid: 'feedbackform',
    	persistsection: true,
    	revealfx: ['slide', 500]
    })
    </script>
    And change persistsection: true,
    to persistsection: false,

    That should do it.
    Verzeihung!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •