Submit
by default);null
value. And accordingly, isNotNull
, if you want the field by any except of empty.link
/arrayLInk
field is ON (it is OFF by default), objects from the linked structure may be displayed as options in selects (the visible name will be displayed, if there is no such, the id
field will be displayed). You need to create an API-endpoint for that (you may add different filters in that endpoint, like "objects, connected with the current user")yourapp.directual.app/FormPage?fieldOne=value&fieldTwo=1984
?
and be separated by &
value
1984
WebUser
data structure available for posing in your API-endpoint.id
field in API-endpoint available both for writing and reading. Also you must add all the fields you want to be fetched available for reading in API-endpoint settings. Keep id
be included into the form, but hidden — this is settings by default.id
of the object to edit:@editObject=_id_
form URL, where_id_
is id of the object you would like to edit.id
as an id
of object to edit. You could edit App user (WebUser
) object that way. Also any other object with such an id
. (this option usually applied for profile settings)true
, the Success block is showed. If that field is false
, the error block is showed.