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
acbc-summed-price
select-question
smrt
mbc
quota-control
willingness-to-pay
choice-simulator
attribute-interactions
conditional-pricing
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
Auto-submit if answered
I want to auto-submit if the question has been answered. No Next button. I thought I had seen that on the Forum but now all I can find uses a timer. Does anyone have code for V8 that simply requires an answer?
Thanks!
next-button
javascript
asked
May 17, 2018
by
Mike
(
245
points)
What type of question are you using?
A single select.
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
+1
vote
Place this in your question:
<script> function SSI_CustomGraphicalRadiobox() { SSI_SubmitMe(); } </script>
answered
May 17, 2018
by
Zachary
Platinum
(
159,750
points)
Zachary: That worked great! Thank you so much! Mike
What if we want to "hide" a freeformat question that is calculating a variable and can't put it on the same page as another question due to skips and questions needing/pulling from that variable. Is there a way to automatically submit or go to next without completely skipping the question?
https://sawtoothsoftware.com/forum/22547
Does the information in this post help?
I'm not sure where to place the SSI_SubmitMe()
You may want to speak with Jay about his code. My recommendation was to not have the hidden free format question at all.
Combo box auto submit
Auto submit for MaxDiff
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
.
...