Single Page Application Setup Option

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Single Page Application Setup Option

Post by cheemingyong »

hi anyone knows if there is a single page application option within asp.net maker where the developer
can organize the form entry according to steps ?

for example step 1, the person fills in pages 1,2 then for step 2 the person fills in pages 3,4,5 and so on
until the last page where the person views a confirmation page and clicks on the save button

can this be done easily in custom templates or this requires jquery to customize or is there
a better implementation for this feature ?


motfs
User
Posts: 258

Post by motfs »

You an use Multi-Page, read Table Setup in the help file. You also need to write the JavaScript code to enable some available features, read Server Events and Client Scripts -> Client Script -> Table-Specific (Add/Copy Page) -> Client Script (Example 1) in help file for more detail.


Post Reply