Customizing your submission form
Last updated
Was this helpful?
Was this helpful?
{
"confirmation": {
"description": "Please confirm you have read the workshop's policies.",
"order": 2,
"value": {
"param": {
"type": "string",
"enum": [
"I have read and agree with the workshop's policy on behalf of myself and my co-authors."
],
"input": "radio"
}
}
}
}{
"private_comments": {
"value": {
"param": {
"type": "string",
"optional": true
}
},
"readers": [
"Your/Venue/ID/Program_Chairs",
"Your/Venue/ID/Submission${4/number}/Senior_Area_Chairs",
"Your/Venue/ID/Submission${4/number}/Authors"
]
}
}{
"track": {
"description": "Please select the track you are submitting to.",
"order": 2,
"value": {
"param": {
"type": "string",
"enum": [
"Track 1",
"Track 2",
"Track 3"
],
"input": "radio"
}
}
}
}