Curriculum 'User Guide Viedoc 4'
Adding an auto counter in common events Download PDF
1 How to add an auto counter in a common event form
- To add an auto counter in your form, add a single line text item, go to the functions tab in the settings pop-up and use the code below. Please observe that StudyEventRepeatKey is a string, so it requires the item type to be a single line text item.
- JavaScript:
return StudyEventRepeatKey;