Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
I have a form that has some multiple selection list boxes and I'm having trouble capturing the selected values. For each selected value in the multiple selection list box I need to get the value of each selected value and email it in a plain text email.
I'm currently am able to send an email with all of the items in the list using:
function ...
-
Ok, I have a form that is used when a new user needs access. The hiring manager inputs the new users name and what they need (access to certain applications, hardware, and additional services).
I would like to make a list of Applications (probably about 15 choices), Hardware (probably about 5 choices), and Services (probably about 5 choices) ...
-
I am new to InfoPath and am I don't understand exactly what you mean.
The following is the code for the OnSubmitRequest I have for the form...
function XDocument::OnSubmitRequest(eventObj)
{
var iMsg = new ActiveXObject(''CDO.Message'');
//dt = new Date();
//day = dt.getDate();
dowArray = new Array(''Sunday'', ''Monday'', ''Tuesday'', ...
-
How can I reset a form after I click the ''Submit'' button? I would like my last line of code in my OnSubmitRequest to clear the form. I am using jscript for the code. Any help would be greatly appreciated.
Thanks.
Page 1 of 1 (4 items)