Search the Community
Showing results for tags 'default'.
-
I have a cascading dropdown that works fine, except I would like the default selection to be based on the user authentication data. Can this be done?
- 2 replies
-
- cascading dropdown
- user authentication
-
(and 1 more)
Tagged with:
-
I have a submission form where I have sections that are hidden based on the input of the user (if the user input is not as desired, an error message is displayed by unhiding a section). Users should not be able to submit the form when any section is showing, for this i intent to use event.preventDefault(). How can I do this in javascript? Any suggestion are welcome.
-
I am having trouble with a submission form getting a total amount. I can get the javascript to work if I enter values in standard fields. It works fine if I use custom values in a dropdown. Where the code does not work is when I use a cascading dropdown. The form is an internal billing request form. There is a price field which is based on the product selected in a previous form. When the select the product, the price goes into the cascading dropdown and fills in the form properly. After price is a field for additional charges and following that a field for discount. I have the fo
- 2 replies
-
- total
- submission
-
(and 3 more)
Tagged with: