Si estoy usando una plantilla de Email personalizado en Propiedades > Avanzado > Más opciones, no se muestra la información de cabecera (como IP address, browser, etc.). ¿Cómo puedo añadirlos?
Es posible añadir información de cabecera usando el siguiente código según lo que quiera mostrar:
Date Submitted:
{BF_SUBMITTED:label}: {BF_SUBMITTED:value}
Record ID:
{BF_RECORD_ID:label}: {BF_RECORD_ID:value}
Form ID:
{BF_FORM_ID:label}: {BF_FORM_ID:value}
Form Name:
{BF_FORMNAME:label}: {BF_FORMNAME:value}
IP Address:
{BF_IP:label}: {BF_IP:value}
Provider:
{BF_PROVIDER:label}: {BF_PROVIDER:value}
Browser:
{BF_BROWSER:label}: {BF_BROWSER:value}
Operating System:
{BF_OPSYS:label}: {BF_OPSYS:value}
User ID: (only works if user is logged in when form submitted)
{BF_SUBMITTERID:label}: {BF_SUBMITTERID:value}
Submitter Username: (only works if user is logged in when form submitted)
{BF_SUBMITTERUSERNAME:label}: {BF_SUBMITTERUSERNAME:value}
Submitter Full Name: (only works if user is logged in when form submitted)
{BF_SUBMITTERFULLNAME:label}: {BF_SUBMITTERFULLNAME:value}