I have a problem of thinking a way of generating a text document with the values from multiple checkboxes. For example:
Checkbox 1 value : Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Checkbox 2 value: Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
Checkbox 3 value: It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
After selecting checkboxes 1,2 and 3 the generated text document should look like this:
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
Can somebody provide me a solution about that. Sorry for the dumb question. Please help me
Thank you in advance