Jspreadsheet Cloud: Formify

The spreadsheet formify enables the user to generate a embeddable HTML form from a jspreadsheet cloud spreadsheet. With a small JS code the developer can include the form in any external website, so any time a user fills the form, the data can be automatically be saved straight into the spreadsheet.

Working example

Working example


How to create

1. Create a new Jspreadsheet Cloud spreadsheet, in the config icon select Formify spreadsheet.

jexcel cloud components

2. Click in the logo of the form to open the form configuration.

jexcel cloud components

3. Click in the Share tab and generate the form ID and copy the code.

jexcel cloud components

Formify code example

<html>
<div id='f'></div>

<script>
formify(document.getElementById('f')).open('https://jspreadsheet.com/ringostar/f/a22250e9');
</script>