I have a Service Request form where choices are made using radio buttons that bring up drop-down list choices based on which radio button is pressed. That form then gets sent to a service provider with just the drop-down list choices showing up on his version of the form which he will use for follow-up reports.
I can get the service provider's form to show only the drop-down list choices by using the Field Rules [the rules include a lot of "hide (this one) if ANY of the other choices are NOT blank", repeated over and over until all of the choices are covered by this rule].
But I'd also like to have the email notification show that one choice in the body of the email, so he doesn't have to actually open up the form in order to see what service is being requested. How can I do that without putting all the field choices' variables in the email?
Here's what I currently have in the email:
"Click here to view the Service Request.
Details:
- Requested by: {/dataset/Requesters_Name}
- Requesting:
- At: {/dataset/Location_of_Incident_or_Issue}"
How can I program this (in the email or in the follow-up form) so that this email can have the final choice showing up here after "Requesting: ..."