eydun Posted February 18, 2020 Posted February 18, 2020 How does the standard Processwire InputfieldForm (https://processwire.com/api/ref/inputfield-form/) compare to a Formbuilder form? Do they share the same API, or are they two completely different modules?
elabx Posted February 18, 2020 Posted February 18, 2020 FormBuilder includes an interface to setup forms, view form entries and define several actions to handle forms such as emails, save to pages and convenient hooks for any other kind of action you might want to perform. FormBuilder most likely builds upon the InputfieldForm API to do its validation/processing (though this is just an assumption on my part)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now