I have a button which sends emails and I want to give the user the option to input email addresses to be cc-ed.
My cc input boxes are TextInput1, TextInput1_1 and TextInput1_2. Onselect I have:
Cc: TextInput1.Text && TextInput1_1.Text && TextInput1_2.Text
which it doesn't like if the textinputs are blank.
Any way I can get round this?
Thank you in advance.