Translations:User API guide/56/nl

Revision as of 12:22, 15 May 2025 by Admin (talk | contribs) (Created page with "'''Codevoorbeeld voor het ophalen van intakeformulieren''' <br><br> <nowiki>$fields = $client->getAdditionalFields($eventId); // retourneert - array(array( // 'name' => 'b0657bafaec7a2c9800b923f959f8163', - veldnaam // 'title' => 'Test digits', - veldtitel // 'type' => 'digits', - veldtype // 'values' => null, - beschikbare waarden voor select veldtype // 'default' => null, - standaardwaarde voor veld // 'is_null' => null, - is veld nullable /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Codevoorbeeld voor het ophalen van intakeformulieren

$fields = $client->getAdditionalFields($eventId);
// retourneert - array(array(
//		'name' => 'b0657bafaec7a2c9800b923f959f8163', - veldnaam
//		'title' => 'Test digits', - veldtitel
//		'type' => 'digits', - veldtype
//		'values' => null, - beschikbare waarden voor select veldtype
//		'default' => null, - standaardwaarde voor veld
//		'is_null' => null, - is veld nullable
//		'on_main_page' => 1, 
//		'pos' => 1, - veldpositie
//		'value' => null
// )), ...)