FormRedirect

data class FormRedirect(@Json(name = namename: String, @Json(name = labellabel: String, @Json(name = backback: String, @Json(name = urlurl: String) : FormBase

Parameters

name

The name of the form element

label

The label of the form element

back

The label of the back button

url

Redirection url

Constructors

FormRedirect
Link copied to clipboard
fun FormRedirect(@Json(name = namename: String, @Json(name = labellabel: String, @Json(name = backback: String, @Json(name = urlurl: String)
The name of the form element

Properties

back
Link copied to clipboard
var back: String
The label of the back button
label
Link copied to clipboard
var label: String
The label of the form element
name
Link copied to clipboard
var name: String
The name of the form element
url
Link copied to clipboard
var url: String
Redirection url