EbitexForm
EbitexForm(
__namedParameters):Element|null
Renders an ebitex Form and submits it.
This component never sees your API key, by design. It posts to the form’s own
submissionUrl — the public, anonymous submission endpoint — exactly as ebitex’s own hosted page
and iframe embed do. An organization-wide credential shipped to a respondent’s browser would be
readable by every visitor; fetch the definition server-side with createFormsClient and pass the
result here.
Multi-step forms save progress as the respondent advances, so a partially-completed submission isn’t lost — matching the behaviour of ebitex’s own renderer rather than a simplified client-only notion of steps.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Element | null