ProcFu Help
Search
📝

Generic HTML Form

Generic HTML Forms are not linked to any specific record and have no data.

They provide a mechanism for you to code your own HTML form in an app with any code you provide.

eg:

Name: 
<input name="name">
<input type="submit">

You would need to further provide the processing code for what to do with the submitted data.

Code Events

Please refer to 📜Code Events for more details.

(c) 2024 ProcFu for Podio - by Globi | Join the Discussion in our Podio Workspace.