how to get started in writing this Orchard module

Viewed 649

I'm a newbie in Orchard development, and I'm now about to write my first module for it. my requirements will contain a multi-page path in order for the user to complete the order.

1- search for your desired number

2- search results (pick your number).

3- enter your info

4- thank you (log this order)

I don't want someone to do my work, but I need to know where to start, and how to manage my assets, and the most important, is how will I be able to manage the user interaction wit my form.

many many thanks, hope to hear from you.

Update: This has not been finalized yet, as all of the resources I've checked couldn't answer my question. what I need to achieve here is something like a wizard. some steps depending on user inputs. but all the samples was a one-page module with administration page or something. please help.

1 Answers
Related