It contains the details of all the queries which are asked by users of a particular site through the contact us form.
Value | Description |
---|---|
name Type: string | Name of the user.
|
email Type: string Required | Email-id of the user.
|
subject Type: string | A valid subject for the query.
|
message Type: string | Users provide their query here.
|
phone Type: string | Contact number of the user.
|
replied Type: string | Mark the flag checked, if the query has been replied. |
notes Type: relation | Any information, related to the enquiry. |
file Type: file | Any file related to the enquiry can be uploaded. |
created_on Type: datetime | Date and time at which the query was created.
|