Open judeamos opened 2 months ago
In src/modules/onboarding/UserLandingPage/UserLandingPage.js
, you'll find the commented-out HTML.
The function you will be modifying to include the 3 fields in the request is the onContinueClick
function.
person
variable should have the 3 available fields. —
Current view:
After Integration View:
Integrate the 3 new fields that should have been added to the backend, into the onboarding landing page.
When the users clicks on "Save & Continue" button, with any of the optional fields field in
The forms are currently hidden as shown below (Current): —
What it should look like once integration is done (After integration): —