Hi
I need some help with the following.
I have on a screen a yes/no field (Toggle), if yes is selected I want to email a specific user (I will be hardcoding the users email, as I have reached the limit I can use for a person type field on this form).
Issue I have is firstly how I do this (maybe on the OnChange property but what if the user than changes back to the default of 'No' i'd like nothing to happen), but secondly as I have only 1 submit button, which sends out a standard email to notify the form has been completed, ideally I don't want to send any text in the email related to requiring approval if the toggle is 'No', as its pointless to have text in the email "this requires approval", when it doesn't. Issue is I cant have 2 screens, as the questions fit on 1 screen?
Any ideas?