Hi! Already posted in the facebook group yesterday, but figured someone may appreciate it here
Let me introduce the Advanced Webflow Forms builder.
Use this builder tool to create advanced forms with conditional logic and multi steps in just a few clicks, without writing one single line of code!
MULTI STEPS
Multiple steps with input validation
Additional options like alerts, custom interactions, displaying values, sending hidden forms, and much more.
CONDITIONAL LOGIC
Build workflows that show, hide, enable, disable, require or unrequire inputs depending on your logic.
Trigger custom animations when your conditions are met.
More features comming soon
I’ve tried to create this builder with no-code people in mind, just follow the steps and read the info when you want to add any functionality, the builder will generate the needed code for you.
Play around with the builder and let me know if you find any bug, have a request, or need help using it.
MAN! Super congrats on this tool! I didn’t get the chance to put it to work yet but it looks great! It’s definitely going to come in handy to those who don’t fully grasp coding and etc
Would you be interested in open-sourcing this project? I would love to contribute to it when I get some free time from work.
I really enjoy helping our fellow webflowers that don’t like coding as much as I do !
Sounds good!! Feel free to shoot me a message if you want!
Also, I created the tool below for working with CSV imports and hooking them up to reference and multi-reference fields. Feel free to take a look and make use of it in case you need
Hey Alex, I like your idea. Wondering if you can help with something slightly related. The “select field” element in the forms section of the toolbox, looks ugly. More specifically, the drop down arrow is VERY close tot he right border of the dropdown field, and there is no way to move it left to make it more balanced. Can you help?
Edit: Looks like I got it working! Didn’t realize it could only hide form elements (like radio, checkbox, submit). Feature request to hide other elements within form (like HTML embed, images, etc)
@coyot3 Sorry for the late reply! You can actually hide any other element by using Webflow Interactions, check the Quick Intro in the builder to see how to do it
No worries! Have an idea. Have you thought about making a “Pro” paid version that allows saving of conditions / logic? Would be interested! As building them out with the interface it great but then you lose all once refreshed.
If not, maybe a way to import code and start again?
That’s simply amazing, thanks a lot for the detailed explanation for using multi step forms, Alex! I’m having one issue though: I tried to implement your solution and double-checked everything a couple of times already. But even though the hidden submit button gets executed by your code, there is no submission “arriving” on the webflow end. I assume it’s because I’m using a recaptcha is that possible?
Hey Alex, in the meantime I deactivated recaptcha and tried again. It turns out, that the form submission is still not working. Any other idea why it’s not working?
It should be fixed by now. Please update the Advanced Forms script from this: <script src="https://cdn.jsdelivr.net/gh/brotame/advanced-webflow-forms@1.1.2/dist/awf.js"></script>
To this: <script src="https://cdn.jsdelivr.net/gh/brotame/advanced-webflow-forms@1/dist/awf.js"></script>