cancel
Showing results for 
Search instead for 
Did you mean: 

form on VIEW controller

former_member300754
Participant
0 Kudos

Hi all,

My query is i want to create a admission form, which allows users to register on the form, on WebDynpro. The form contains 6 parts e.g., personal, addresses, educational background, etc.

What is the best way to create a form between "create every Inputfields/checkboxes/... in one VIEW controller" or "categorize type of input (personal, addresses, educational background, ...) into VIEW controllers"?

In the second choice, i would have MAIN View and 6 additional VIEWs regarding to input categories. And if the second choice is better, please advise me how to make SUBMIT button on the MAIN view then save the data on other view controller.

Please help me out on this,

Thanks in advance,

Peerasit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Peerasit,

There are many ways of doing this. One of them would be like this:

Create a Roadmap UI element in you MAIN view.

Create 6 views and assign them to 6 windows.

For every step of the Roadmap, please call the respecitve view in the viewUIcontainer.

I think this would suffice the situation.

Another simpler way to do is:

Please use a tabstrip with 6 tabs in it.

And also use a button below the tabstrip to submit the details furnished by the student.

Thank you.

Answers (1)

Answers (1)

former_member300754
Participant
0 Kudos

Thank you very much the answer.

Yes, I can do this criteria on many ways. At least if i can reference the elements.

Better check the this [thread|] and adapt to what sort of you want further.