Custom Form Help

Hi,
I’m very new to wix/coding and I’m trying to create a website to for clients to put in online referrals for an allied health small business.

I’m trying to create the form using a multistate box and custom inputs as there is a lot of information to capture (like basic id information, medical info, account details etc.).

Is there a way of creating the last page of the form (before you submit) to have a review page where clients can check the data they inputted? If it’s not cheating, is there code that already exists somewhere I can copy and modify?

Thanks in advance for your help!

  1. First question would be … → Do you use custom form elements, or do you use Wix-Form ?

a) If you are using custom form elements → means you use different basic elements like inputfields, dropdowns, MSBs and so on, so you can create what ever you want with code.

b) If you are using Wix-Forms → this already gets a little bit more complicated → but still totaly possible by code. In this case → you will have to take a look onto the possibilities given by the corresponding Wix-Forms-APIs, taking a look onto their API-DOCs…

Always first make sure which kind of elements are used inside your project.
There are 2-3 different types of elements

a) Predefined Wix-Elements like, Wix-Forms, datasets, and so on
b) Predefined Wix-APPs like Wix-Store or Wix-Members-Area
c) basic custom elements → MSBs (Multistate-Boxes), boxes, dropwdowns, inputs and so on

As soon as you use Wix-Stuff your coding will be different, because you will have to pay attention onto the implementation of Wix-elements, since those have their own life-cycle, not communicating with your CODE, as long as you did not generate the communictaion between them by code.

Thank you for your answer!

I’m using multistate box and the basic elements like you said. I started as it seemed easier to do that configuring wix forms to what i want it to look like.