
Can we add fields of different table in a multistep form?If yes then how or there is another way to do this?
Hi @KhushiMurkya24,
I guess it depends a bit what you want to achieve.
Do you want to submit another form within a multistep form?
Other than that you can manipulte the multistep form with jQuery CSS and HTML to display information.
If you need info from dataverse you can use Liquid to fetch those previously. If you need data entered anywhere else use the local storage or the URL params to retrieve those.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.