How to: make 1 webform with multiple subclass textfields

0
I want to make 1 screen (webform) where the user can fill in different text fields (attributes). This can be done by using the data grid and than add a sublcass. But my problem is, I want to add 4 subclasses with their corresponding attributes WITHOUT having the datagrid buttons new, edit, search, delete... Goal: 1 screen will all the text fields of the 4 sublcasses. A very basic question I hope, can you help me?
asked
1 answers
0

Use a Data view, Select fields via association or by generalizations, like Rom said. If you don't want a datagrid, Use Data View then you wont have buttons new, edit, search, delete...

answered