Capture form fields and repopulate the form with them
        Posted  
        
            by Joel Cunningham
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joel Cunningham
        
        
        
        Published on 2010-05-20T04:21:16Z
        Indexed on 
            2010/05/20
            4:30 UTC
        
        
        Read the original article
        Hit count: 286
        
I am currently testing a large web form and would like to be able to easily populate the form with several different lots of test data without having to type them each time.
Is there a generic way to capture form inputs on a web page and have them repopulated on a different page load? I thought a tool like greasemonkey might be able to do something like this.
© Stack Overflow or respective owner