I am having trouble getting the radio bullet the user selects to export to my spreadsheet.
One is Vacation and the other is PersonalLeave. I named the subfolder EmployeeInfo
Any idea why the selection does not export. I did click the "Specify Item Values" and named them because I am using a script below to populate a drop down based on which bullet they select.
Form1.PayInfo.HoursPaid::preOpen - (JavaScript, client)
this.rawValue == null;
this.clearItems();
if(EmployeeInfo.VacationOrPersonalLeave.PersonalLeave.rawValue == "Personal Leave")
{
this.addItem("4 Hours", "4");
this.addItem("8 Hours", "8");
}
if(EmployeeInfo.VacationOrPersonalLeave.rawValue == "Vacation")
{
this.addItem("4 Hours", "4");
this.addItem("8 Hours", "8");
this.addItem("5 Hours", "5");
this.addItem("10 Hours", "10");
}
.
I am still having the same trouble. The objects function the way I intended but the radio button data still will not export. I must be doing something fundamentally wrong but I can't see what it is. The link below is to a example of what is happening:
https://acrobat.com/#d=QnUfZGas4GTX9LfmIPuEAQ
Thanks for your help with this...
~Don
North America
Europe, Middle East and Africa
Asia Pacific