Fill Adaptive Form with Javascript on client Side
Hi,
I have a adaptive form on dynamic page. Page data is coming from an API. I need to assign email address coming from api call to one of the email field in adaptive form so I can use that email address to send email.
I'm doing it on front-end with javascript using inputElement.value and inputTlement.setValue(''). I see the email being populated in the form but when I submit the form. That email data is not part of the submit call.
What's the best approach for this use case?