Hi, I’m creating a movie where the user can drag and drop elements to make options. The options then need to be sent to an email address on submission. I am happy with the php etc, but as there are so many available choices, what would be the most efficient way of compiling a variable from these options? Can you simply add to a string as choices are made? Is there a better way of doing it? The email will ideally result in a list of the choices, each on a new line.