Dt_contact_requests

Contact Functionality Data Type

The Dt_contact_requests data type is used to store contact requests details submitted through the a form in the application.

Data Fields:

  • email (text) – The email address provided in the contact request.

  • first_name (text) – The first name provided in the contact request.

  • last_name (text) – The last name provided in the contact request.

  • message (text) – The message content provided in the contact request.

  • Creator (User) – The user who created the contact request entry.

  • Modified Date (date) – The date and time when the contact request entry was last modified.

  • Created Date (date) – The date and time when the contact request entry was created.

  • Slug (text) – A unique identifier for the contact request entry.

Last updated