I have a list box where I've set it to be multiselect (ie. this.ui.choiceList.open="multiSelect"). When a user selects one or more values I want to get the selected choices. I want to be able to determine the selected text and the bound value.I've got this working for a single selection by using the...
Hi,I have a form which requires validation prior to it's final submission (fields must be populated, etc).However, in order to pre-populate some of these fields, we also need to be able to submit the form to an external CRM to retrieve the FDF data for the form to be incorporated.When doing this, th...
Is there any way possible to make a field inactive (user cannot enter data)...and make it active at run time depending on user action.I have a form with one drop down list(with choices yes & No) and two text boxes..if the user selects "yes" from the drop down list, then both the fields become mandat...
Hi All. I have a signature field that I wish to use as an implicit "approval" indicator if signed. That is, if signed, my workflow would generate an accept email. If not signed, a rejection email will be sent.I am trying to determine via Java Script during the submit action if my signature field is ...
Hello all, Pretty simple question, just running into syntax errors.I want to take the first letter of fields 1 and 2, and the 6, 9, and 3rd number of fields three. I can do this with a substring one at a time, but I need to this so it puts all of the values from the substr together, ex. 051097HT. Th...
I am using the command app.execMenuItem("SaveAs"); in the click event of a button. Is there anyway that I can specify a default filename for the user? I do want the user to get the Save As window and the ability to change the name if possible.The form is generated by the RenderForm Java script, and ...