PreFilledForm

fun PreFilledForm(name: String = "", subject: String = "", message: String = "", customFieldValues: Map<Int, String> = mutableMapOf(), attachments: List<String> = emptyList(), email: String = "")

Parameters

name

the users name

subject

the subject of the Conversation that will be created in Help Scout

message

the message

customFieldValues

map of custom field Ids and values

attachments

a lists of Uris that will be automatically attached to the Messaging Contact form