@@mikepecha Thank you for the consideration ! If possible ofc , a page with 2 forms (tabs each containing a form each) with all types of fields for the sake of variety and using airtable's api or webhooks to push the data. Tbh i've been trying hard to make it work for the past 3 days , but something with the dro down lists just does not want to work for me on the second form but works fine on the first , so maybe i might be missing something you could be covering if you ever publish a video about it . Thank you 🙏
can i save text input field data to a cms? without submitting a form? Ie id like a configurable dashboard with input fields to save the data as variables to be used elsewhere
Great Video! I have a question: Is it possible to qualify Leads with Webflow Forms? F.e. I have a question with 3 different answers to choose from... Is it possible to show the Lead on submit different thank-you pages based on the answer they've chosen?
Hello Mike, hope you see this. I'm having an issue with the flow. The form works properly and all. However, when I click submit, no data is being transferred (created) on the CMS. My logic structure is same as yours. Everything works fine on the Test flow. This issue only occurs on the live page. Thank you!
Is it possible to upload a photo in the form and get the supporter picture? I was trying to do it to register my students and get their opinions about course topics.
Have you tried Logic's Update CMS Item feature? I can't make it to work, it would be amazing if you make a video about it. I' convinced it doesn't work 😂
I am looking to do something similar to this. However, I'm trying to have a front end form submit to Airtable and then have a moderator post content back to CMS. This is easy with logic flow, airtable and Nobull. HOWEVER... I can NOT figure out how to allow people to post rich content to the airtable through the front end form. Any ideas?
I have an email field and text area field. But in my logic in my email there's no plus icon, and my text area field doesn't exist. How to solve it? 3:43
Hello Mike. Is there a possible way of extracting data from a CMS for a login form. I have saved the registration form data in a CMS and I want the user's email and password to match with the CMS data and then login. Is that possible?
Hi, I would recommended you not to store login credentials in the CMS. This is not secure. My suggestion is to go with a Membership solution like Memberstack or the native Webflow memberships for simple projects
Check if your .webflow.io staging site & custom domain have been published at the same time. If the publish state of these two is out of sync you can't publish new CMS items straight to the live site
Yes, you can export your form submissions. But that doesn't store the submissions in the CMS and doesn't automatically display them on the live website, as shown in the video.
@@mikepecha thanks for the clarification. i feel like there's a crossover between flow and site setting when it comes to forms and it's confusing the hell outta me. i'm trying to customize confirmation emails depending on the form. For example, one form will email a discount code, while another will just say thanks for subscribing to our newsletter. i can't tell if flow does this - i can only seem to send "email notifications" to collaborators, rather than to the individual who submits the form.
▶ Build Multi-Step Forms in Webflow:
inputflow.io
Superb, really well presented, clear and easy to understand. Many thanks Mike!
Thanks a lot for your feedcback, Alzibaba
Thank you sir, great video ❤
Thanks Mike!! You are my lifesaver!!
You are welcome :)
Nice work Mike!!
Thanks Ike :)
Amazing video Mike!🙌🏻🙌🏻
Thanks Tin! Happy you enjoyed it 😎
Thank you Mike
Thanks for the great video Mike!
Do they support adding images in the form through the logic flow nowdays?
No they still don't :/
@@mikepecha Appreciate the reply!
Any good ideas for a way to obtain images too? Maybe through a 3rd party service?
Great video :)
Thank you, Sparky :)
For birthdays - would you use Plain text type or Number type?
Thank Mike! I would like to ask if how the submitted form appears in the commend area.
How is this done from the JSON response of an HTTP Request?
Nice !
can you explore webflow logic + airtable webhooks ? thanks
Thanks Noobdelamort! Yes, I definetly plan to do a lot more videos about Logic. What kind of Airtable/Webflow use case do you have in mind?
Mike
@@mikepecha Thank you for the consideration !
If possible ofc , a page with 2 forms (tabs each containing a form each) with all types of fields for the sake of variety and using airtable's api or webhooks to push the data.
Tbh i've been trying hard to make it work for the past 3 days , but something with the dro down lists just does not want to work for me on the second form but works fine on the first , so maybe i might be missing something you could be covering if you ever publish a video about it .
Thank you 🙏
@@mikepecha Omg thank you ! will do !
hi Mike, i want to ask: so basicly, this auto-create limit item by 50 (starter plan), 2000 (cms plan) ?
Correct
can i save text input field data to a cms? without submitting a form? Ie id like a configurable dashboard with input fields to save the data as variables to be used elsewhere
after this is submitted, can you automatically redirect them to that newly created CMS item?
Great Video! I have a question: Is it possible to qualify Leads with Webflow Forms? F.e. I have a question with 3 different answers to choose from... Is it possible to show the Lead on submit different thank-you pages based on the answer they've chosen?
Will soon be possible with Inputflow: ruclips.net/video/_zFSJ-yXIWE/видео.html
MIke is there a way for the cms item to upload without reloading the page
You could upload it like shown in the video and then also add it to the page with JavaScript.
Hello Mike, hope you see this. I'm having an issue with the flow. The form works properly and all. However, when I click submit, no data is being transferred (created) on the CMS. My logic structure is same as yours. Everything works fine on the Test flow. This issue only occurs on the live page. Thank you!
Is it possible to upload a photo in the form and get the supporter picture? I was trying to do it to register my students and get their opinions about course topics.
No, with Webflow Logic this is not possible, only with Make.
Great ...... Like your country : Flowland
The place to be 😄
Have you tried Logic's Update CMS Item feature? I can't make it to work, it would be amazing if you make a video about it. I' convinced it doesn't work 😂
I am looking to do something similar to this. However, I'm trying to have a front end form submit to Airtable and then have a moderator post content back to CMS.
This is easy with logic flow, airtable and Nobull.
HOWEVER... I can NOT figure out how to allow people to post rich content to the airtable through the front end form.
Any ideas?
Hi Crooker, Webflow forms has no rich text input field. If it is really important to you, you could integrate something like Quill (quilljs.com/).
I have an email field and text area field. But in my logic in my email there's no plus icon, and my text area field doesn't exist. How to solve it? 3:43
Any insights into file upload or how to use the webflow logic dot notation to grab more granular field values? (e.g. Form Fields.Upload.name etc)
Not exactly sure what you are referring to?
Hello Mike. Is there a possible way of extracting data from a CMS for a login form. I have saved the registration form data in a CMS and I want the user's email and password to match with the CMS data and then login. Is that possible?
Hi, I would recommended you not to store login credentials in the CMS. This is not secure. My suggestion is to go with a Membership solution like Memberstack or the native Webflow memberships for simple projects
@@mikepecha that's my client's requirement because the apps are paid. Is there another way to add the sign up and login functionality then?
I am getting an error "bad request: failed to create new CMS item status:400" is anyone else having this issue or have a solution?
Check if your .webflow.io staging site & custom domain have been published at the same time. If the publish state of these two is out of sync you can't publish new CMS items straight to the live site
@@mikepecha my current plan does not include a custom domain, i've been exporting the files. is logic still possible if not using custom domain?
@@corinaskywalker logic is possible only if the site is hosted on Webflow. If you are exporting the files to another host, Logic won't work.
Hey Mike, followed all the steps but I am still getting a 400 error (unkown error occurred) wondering what I am doing wrong
Figured it out! Yay!
Awesome
Hello Mike i have doubt -Can we add payment integration after the form submission then only the data can be live in website?
Should be possible with a little bit of experimentation
Tried to do the same logic but didn't work...
Did it show an error?
I don't understand how this is beneficial? Especially when you can just export form submissions, no?
Yes, you can export your form submissions. But that doesn't store the submissions in the CMS and doesn't automatically display them on the live website, as shown in the video.
@@mikepecha thanks for the clarification. i feel like there's a crossover between flow and site setting when it comes to forms and it's confusing the hell outta me.
i'm trying to customize confirmation emails depending on the form. For example, one form will email a discount code, while another will just say thanks for subscribing to our newsletter.
i can't tell if flow does this - i can only seem to send "email notifications" to collaborators, rather than to the individual who submits the form.