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