Skip to content

uPortal-contrib/form-builder

Repository files navigation

Form Builder

NPM Version Maven Central Build Status

Create html input forms on the fly

Installation

npm install @uportal/form-builder

Usage

<form-builder
    fbms-base-url="/fbms"
    fbms-form-fname="communication-preferences"
    oidc-url="/uPortal/api/v5-1/userinfo"
    styles="div {color:grey} span {color:orange}">
</form-builder>

Properties

  • fbms-base-url: Base URL of the form builder micro service.
  • fbms-form-fname: Form name that is appended to the fbms-base-url.
  • oidc-url: Open ID Connect URL to authenticate requests.
  • styles: Optional pass-through value to an HTML style tag in the render method.

Resources

About

Create html input forms on the fly

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7