Difference between revisions of "Headless Form Solutions"

From Verge3D Wiki
Jump to navigationJump to search
m
Line 1: Line 1:
When creating interactive 3D web applications, you might need to implement a functionality to allow customers to submit various forms to the server. For example, the user may create an inquiry for a configured product, order a product, send screenshots or custom images to the sales staff, leave contact information, ask for help, and more.
[[File:Forms-everywhere.jpg]]
Creating a form is easy and can be made in a complete code-less manner with [https://www.soft8soft.com/docs/manual/en/puzzles/HTML.html HTML Puzzles]. We also provide a ready-to-use solution in the [https://www.soft8soft.com/docs/manual/en/puzzles/Library.html#inquiry_form puzzles library].
However, when talking about server side, things are more complicated, since you need to have some logic implemented on the server. Thankfully, there are plenty of headless form solutions out there.
== Built-In ==
== Built-In ==



Revision as of 10:00, 31 July 2024

When creating interactive 3D web applications, you might need to implement a functionality to allow customers to submit various forms to the server. For example, the user may create an inquiry for a configured product, order a product, send screenshots or custom images to the sales staff, leave contact information, ask for help, and more.

Forms-everywhere.jpg

Creating a form is easy and can be made in a complete code-less manner with HTML Puzzles. We also provide a ready-to-use solution in the puzzles library.

However, when talking about server side, things are more complicated, since you need to have some logic implemented on the server. Thankfully, there are plenty of headless form solutions out there.

Built-In

Verge3D for WordPress allows sending forms via email. See here for more info.

Cloud-Based

Getform.io - https://getform.io/

OpenformStack - https://openformstack.com/

Web3Forms - https://web3forms.com/

Headlessforms - https://www.headlessforms.cloud

Self-Hosted

MailBear https://github.com/DenBeke/mailbear

PHPForm - https://github.com/phpform-dev/phpform-server