I have a support page that willnot pull through the text input along with the message
Office365Outlook.SendEmailV2("HIDDEN",Dropdown4.Selected.Value,RichTextEditor1.HtmlText, {From:TextInput4.Text});Reset(TextInput4);Reset(RichTextEditor1)
The text from the HTML editor comes through but it does not contain the Textinput4.text?