July 19, 2021
Multiple Text Entry Boxes, One Submission
Like
(4)
Comments
(4)
4
4
I am working on a project where the participants will complete a form. I have included an image of the form and put text entry boxes over the fields they should be filling in. Some of the text entry boxes will need to be validated but not all. I also want to only submit once, not after every box that should be validated. Is that possible?
4 Comments
2021-07-21 12:47:26
Create all of the TEBs as not validated, but use the unique Submit button to trigger an advanced action which is checking the entry for each of the TEBs which you want to be validated.
However, you didn’t mention if the result needs to be transferred to a LMS or not? Do you expect the to be validated TEBs to be scored?
Like
(4)
Add Comment
You must be logged in to post a comment.