Rakenta offers a visual editor for designing your forms. This editor is designed to enable users to create responsive forms efficiently and effortlessly with Rakenta.
After designing the form, you can easily copy the HTML code for the form and integrate it into your website.
Here is a quick demo:
CSS frameworks simplify the process of building websites by providing pre-built classes and utility classes. Rakenta supports CSS frameworks, and the generated code utilizes classes from these frameworks.
Rakenta generates only the client-side portion of the form (the HTML code). You need a backend form processor capable of receiving form submissions and handling record-keeping and notifications. Ratufa is one such form backend. You can connect your form to Ratufa to collect form submissions.
To integrate the generated HTML code into your web page, simply copy and paste it into your source code. You can incorporate the code into any web building system that allows for raw HTML code. If you are using a Content Management System (CMS) like WordPress, ensure that your editor supports raw HTML.
Additionally, make sure that the CSS framework is linked to your website so that the form's appearance remains consistent. Consult the CSS framework's documentation page for integration instructions.