ContactFormConfig

@Serializable
data class ContactFormConfig @JvmOverloads constructor(val showName: Boolean = true, val showSubject: Boolean = true, val allowAttachments: Boolean = true, val customFieldsEnabled: Boolean = true)

Configuration for the Beacon contact form that allows overriding field visibility.

Parameters

showName

whether to show the name field

showSubject

whether to show the subject field

allowAttachments

whether to allow file attachments

customFieldsEnabled

whether custom fields are enabled

Constructors

Link copied to clipboard
constructor(showName: Boolean = true, showSubject: Boolean = true, allowAttachments: Boolean = true, customFieldsEnabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard