Is it possible to include a JS transition between pages in the form. The forms I am creating are quite long and I feel it would enhance the user experience. Please let me know if this is possible in any way.
Is it possible to include a JS transition between pages in the form. The forms I am creating are quite long and I feel it would enhance the user experience. Please let me know if this is possible in any way.
Currently the way the multi-page forms work is the form posts and new for fields are returned from the post. It doesn't load the entire form and then show/hide the appropriate page, so jQuery transitions can't be used.