I have a question about webflow CMS.
To explain, I have a search bar that allows me to launch a process to check a domain name via an external api.
What I would like is to be able to retrieve the value that is entered in the search bar, store it in a variable and implement it in a webflow api.
This will allow me to have the list of all the users of my domain checker.
I would like to know if someone has already done this manipulation and if it could help me
I remain at your disposal if you have questions or various help for me.
After much testing and research, I managed to make a form that implemented my webflow collection in every upload.
Except that I had a new problem, indeed a form is made to send only one form when sending the input. Unfortunately if I enter a new domain name, the button is “disable” and therefore is not clickable. Even if I make this button “enable” after sending the form, when writing and sending the second domain name, without refreshing the page, it will not implement my webflow collection.
Do you have any idea how to do this? Knowing that the webflow form prevents me from sending several forms (unless the page is refreshed)
Not totally following you. But if I’m understanding it correctly, try altering that with Javascript (custom code), reload the page, ore return a 301 redirect (to the same page) back from Make (Integromat).