add more forms
This commit is contained in:
12
website/helpdesk/forms/ecls_passwordreset.json
Normal file
12
website/helpdesk/forms/ecls_passwordreset.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"form": {
|
||||||
|
"description": {
|
||||||
|
"type": "span",
|
||||||
|
"content": "An Email will be sent to the address on your ECLS account with a link to reset your password. <br><br> <b>If you cannot access that Email address, or you are locked out of your ECLS account for another reason (e.g. Lost 2FA method), please change the ticket type to 'ECLS: Account Recovery' instead. </b>"
|
||||||
|
},
|
||||||
|
"username": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "What is your ECLS username?"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
21
website/helpdesk/forms/ecls_personalinfochange.json
Normal file
21
website/helpdesk/forms/ecls_personalinfochange.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"anonymousSubmission": false,
|
||||||
|
"form": {
|
||||||
|
"description": {
|
||||||
|
"type": "span",
|
||||||
|
"content": "Please enter the information you wish to change. You do not need to enter existing information if it will remain the same. <br><br> <b>Important! If you request a username or Email address change, your access to services such as EOES or Jellyfin may be disrupted. You will be contacted in advance if this applies to you.</b>"
|
||||||
|
},
|
||||||
|
"newusername": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "New Username"
|
||||||
|
},
|
||||||
|
"newdisplayname": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "New Display Name"
|
||||||
|
},
|
||||||
|
"newemail": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "New Email Address"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
14
website/helpdesk/forms/enstrayedcloud_quotachange.json
Normal file
14
website/helpdesk/forms/enstrayedcloud_quotachange.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"anonymousSubmission": false,
|
||||||
|
"form": {
|
||||||
|
"description": {
|
||||||
|
"type": "span",
|
||||||
|
"content": "Important: <ul> <li>Your Enstrayed Cloud quota does NOT affect your EOES mailbox quota.</li> <li>Your request will be reviewed and may be denied for any reason.</li> </ul>"
|
||||||
|
},
|
||||||
|
"newquota": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "New quota (in GB)",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
website/helpdesk/forms/general_inquiry.json
Normal file
16
website/helpdesk/forms/general_inquiry.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"form": {
|
||||||
|
"name": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "What is your name?"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"type": "text",
|
||||||
|
"content": "What is a good email address to reach you at?"
|
||||||
|
},
|
||||||
|
"message": {
|
||||||
|
"type": "bigtext",
|
||||||
|
"content": "Please enter your message below."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
5
website/helpdesk/forms/legalrequest.json
Normal file
5
website/helpdesk/forms/legalrequest.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"form": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user