I have used this script on a button for my iOS card.
Code: Select all
revMail "here@there.com",,"Instructor Contact Information", field "your_name" & cr & "Semester Teaching" & cr & field "semester_teaching" & cr & "The best way to reach me:" & field "how_to_reach" & cr & "Class Information:" & cr & field "class_day_time" & "Room Preference"
Is it possible to include "checked" checkboxes in this email as an option so that 'checked' boxes 1 - 5 would also be included?
How would that be labeled?
Code: Select all
If the checkmark of "check2" is true ?
- Jay