So, my main issue is trying to improve performance by condensing down a form My company previously had in InfoPath.
Past:
I want to try and limit the amount of controls that are on the screen. I'm saving my data in SharePoint and was considering remaking a new list and try to condense these columns down because currently there are entirely too many. All of the different types of forms are needed every single time.
The main idea I had is a dropdown that creates more fields as needed. so you select a different type of forum and it adds it another row below it. perhaps then condensing the forum types down into 3 columns that have the values separated by commas. for instance:
Form Types: form1,form2.form3
#correct = 1,3,5
#incorrect = 3,5,6
I'm just thinking that's probably not best practice though
Thanks in advance!

Report
All responses (
Answers (