Kudz
Kudz
WBWeb Bae
Created by Kudz on 10/2/2023 in #❓︱questions
Mutli-step Form Resources
Hey guys, anybody know any javascript libraries for multi-step forms? Something like https://www.tryformly.com/ (I tried formly but it doesn't play nice with Hubspot it seems. The form submissions weren't going through and it would just reload the page on submit) What I'm really looking for is form validation, preferrably a solution that validates each step before it lets the user progress. I came across this solution on GH: https://github.com/mgildea/Multi-Step-Form-Js/tree/master Only thing is it would tell me " $(".msf:first").multiStepForm() is not a function " when I tried running the code Anybody know any alternatives for me to check out?
8 replies
WBWeb Bae
Created by Kudz on 9/5/2023 in #❓︱questions
Finsweet CMS Filter not working on exported site
Hey guys! I have a site I'm building that uses Finsweet CMS Filter, When I export the site though, the CMS Filters attributes just breaks for some reason. A friend of mine got one page working by reformatting the HTML by hand instead of using HTML Formatters. Problem is, I have like 8 pages now that need me to reformat and quite simply don't have the time before the deadline. Any Ideas. I'll link a loom below: Loom: https://www.loom.com/share/47f1b185f65a4c0998b702d26b6ac62a?sid=ed6828a7-48d8-4fa5-9f11-903897205cb4 Preview: https://preview.webflow.com/preview/rpc-career-frameworks?utm_medium=preview_link&utm_source=designer&utm_content=rpc-career-frameworks&preview=0529b05209b120416423044cc3236ecf&workflow=preview Staging (PLEASE NOTE, since there's a lot of code that formats the page Server Side, it'll sometimes crash and throw a 500 error because of webflow limitations. The code does work live, just not locally for some reason ): https://rpc-career-frameworks.webflow.io/frameworks/lawyer Any help is greatly appreciated! Thanks😁
6 replies
WBWeb Bae
Created by Kudz on 5/15/2023 in #❓︱questions
Advanced 3D Rotation Effect
hey guys! I'm working on a project where the client would like a similar effect to this: https://cydstumpel.nl/ The cards spinning around an object . The object in the background is a 3D experience (I'm not really interested in that) What has me stumped is the 3D rotating effect that happens when you scroll. That's all done in html, css and javascript but I can't figure out how. Initially, I thought all the cards were in a contain with children perspective, then each card is given it's own transform properties to make it look like it's in a cylinder type shape. Then the final step would be rotating the parent object. On the Cyd Stumpel site, it looks like each image is being transformed individually and I'm curious how or if it's a JavaScript library Any advice would be appreciated. Thanks!
4 replies
WBWeb Bae
Created by Kudz on 4/14/2023 in #❓︱questions
Making cursor stick to circle path
Hey guys! Does anyone know how to make a cursor stick to a circle path. I'm working on this fun side thing : https://round-slider.webflow.io/ It was inspired by: https://www.brybry.co/ When you hover over the timeline, a cursor shows up but it's glued to the circle path, does anyone know how that's being done? Also, what do you think is the best way to update the states of the dots? The way I have it set up now is an interval function that update 10 times/second. That function updates the progress of the timeline as well as the dots. My problem is that it checks for which dots should be active 10 times a second, I'd rather have it sort of dispatch an event when it reaches the percentage which updates the dot. How do I do that? Thanks!
17 replies
WBWeb Bae
Created by Kudz on 3/27/2023 in #❓︱questions
Hosting files online
Hi guys, what's the best way to host files online? I have .glb files that I'm currently hosting in webflow by adding the .txt file extension to them but it limits my functionality when it comes to modifying them. I came across this service called Uploadcare(https://uploadcare.com/) but it only works with image files. The only other alternative I can think of is building an FTP server, I'm a bit familiar with Nodejs. I just don't know if it's the most efficient way though
11 replies