Here is a quick example how to create a simple public form with custom css. All you need to do is connect the form to a task/process that adds the data somewhere :-)
- Onify Hub v2
- 1 x Form
- 1 x CSS file
- Copy
.\resources\*
to your Onify Hub resources - Add form config (
feedback_form.json
) via API (POST /api/v2/admin/forms
)
- Open
/form/feedback
and follow the instructions :-) - If you want, we also support sending the ticketid like this:
/form/feedback?ticketid=99999
.
- Community/forum: https://support.onify.co/discuss
- Documentation: https://support.onify.co/docs
- Support and SLA: https://support.onify.co/docs/get-support
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks Patrik Öhrn @ Zitac for great work.