add more forms
This commit is contained in:
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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user