carecon-portals-form-generator is a React application that provides an easy interface for generating redux form JSX for use in portals.
Ensure that node and yarn are installed locally.
git clone https://github.com/JonHaywood/carecon-portals-form-generator.git
yarn
yarn start
In the interface, enter the general form settings: slice, prefix, etc. In the form definitions section, enter a field name on every line.
The appropriate JSX will be rendered in the right pane. Use the "copy to clipboard" button to copy all code.