Skip navigation
Currently Being Moderated

Set an email address based on radio button

Jun 28, 2012 12:46 PM

I have a radio button that when set needs to submit the form to the first, already entered email address and add a second email address which is not entered or selected anywhere in the form. How would I do this.

 

I'm currenlty using this script on a hidden email button:

 

 

//Create a variable to hold the document object

 

var

 

oDoc.mailDoc({

bUI

:

true,

 

cTo: techserv@fheg.follett.com

,

 

 

cSubject

: "New Call: Home Office SAR - " + form1.page1.sectionOne.positioned2.firstName.rawValue + " " + form1.page1.sectionOne.positioned2.lastName.rawValue

,

 

 

Thanks,

MDawn

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points