Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
ssi-web
ssi-web-8
maxdiff
acbc
cbc-hb
javascript
grid-question
constructed-list
ssi-web-7
free-format
unverified-perl
skip-logic
alternative-specific-design
latent-class
select-question
acbc-summed-price
smrt
mbc
quota-control
willingness-to-pay
choice-simulator
acbc-hb
attribute-interactions
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
Combo box auto submit
Is there a way to do an auto submit for combo box questions as well?
related to an answer for:
Auto-submit if answered
javascript
asked
Nov 6, 2019
by
birkir
(
165
points)
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
This ought to do it for a dropdown select question:
<script> $(document).on('change', '#[% QuestionName() %]', SSI_SubmitMe); </script>
answered
Nov 6, 2019
by
Zachary
Platinum
(
164,025
points)
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...