Best Way to Create a Long-gated Form (example link inside)

Team,

What is the best way to create a form that looks like this one: http://travisadamstudios.com/mywebmb/justplanitevents/ (scroll to bottom of page)

Also, I noticed they have a date and calendar feature, has anyone found a good solution to that yet?

Thanks,
Sean


Here is my public share link: LINK
(how to access public share link)

@PixelGeek @sabanna - when you can please help :stuck_out_tongue:

Hi, @seank

You can use standard javaScript “date picker”.
You really need only add this line in the embed code widget inside the form:
<input class="w-input some-class-name" type="date" name="some-name" min="2000-01-02">

Anything else - pretty standard fields from Webflow forms. If you mean the structure of the form, you can use divs and rows for creating the structure which you need. All you have to do is add them inside the FORM (not a FORM WRAPPER).

Regards,
Anna

1 Like

Perfect - thank you. How would i style this?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.