Combine fields only if field has content
I have 30 comment fields in my form and I want to consolidate it to 1 field.
However, users have an option to just use how many comment fields they like. That means 1-30.
The comment fields have a default value, "Comment -1", "Comment-2" etc.
Since the fields have default value, is there a way to combine items only if it has content, meaning users have put in a real content in the field and not just the default value?
Right now this is how the form looks like. The script I have is only written up to comment 4 that's why comments 5-30 is not visible.


I want the summary field to show only comments 1 and 2, with the "comments#".
Thank you in advance.