9 Commits

Author SHA1 Message Date
47a4de735d Add Airtable demo 2020-04-15 14:53:33 +02:00
edf6884647 Add support for Airtable 2020-04-13 23:11:46 +02:00
73c184a4a0 Use secure token to create attachment links
The link is public but protected by a secure token.

This extends the activesupport Attachment model to automatically
generate a token
2020-04-12 23:47:56 +02:00
bffed7a606 Add sequential_id to calculate auto incrementing submission id 2020-04-12 23:18:55 +02:00
9c9ed88fa0 That should not be there 2020-04-09 13:39:04 +02:00
10d80c6548 Support file uploads
This allows submissions to store file uploads
2020-04-09 11:02:07 +02:00
c964c15196 Form value handling for Arrays and Hashes
This processes Array and Hash values and converts those to strings that
can be appended to the spreadsheet
2020-04-08 00:52:00 +02:00
409038ecba Add experimental support for dynamic values
This allows a submission to get a dynamic value like for example the current time
2020-04-06 00:26:59 +02:00
917051c7ea Hello tinyforms 2020-04-05 23:35:53 +02:00