How to approach multiple page form with just one save option
Posted
by
Dano007
on Programmers
See other posts from Programmers
or by Dano007
Published on 2013-11-16T17:44:57Z
Indexed on
2014/06/10
3:41 UTC
Read the original article
Hit count: 218
The screen shot shows the magento product upload page.
The left nav allows you to switch to different options for the product. Basically each option in the left nav appears as a different page. However when you save and close, it will save all the updates made on each page.
Using Foundation4, html, css, js - what would be the best approach to replicating something similar? Say I want 3 pages and one save button option.
Using http://foundation.zurb.com/docs/components/section.html#panel2 and having the save buttons the top line form level seems a possible option.
© Programmers or respective owner