Commit Graph

117 Commits

Author SHA1 Message Date
Philip Gatzka 49d1a237ef
Add docker compose setup (#73)
* Add docker compose setup

* Shorten healthcheck interval for faster startup

* Add .env file for docker setup. Take changes in composer/package-lock into account.

* Add readme entry

* JWT force command + readme minor changes

* Udpated readme

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2023-02-22 19:13:32 +01:00
Chirag Chhatrala 5a1bd0e0c6
char count for textarea (#94)
Co-authored-by: Julien Nahum <julien@nahum.net>
2023-02-22 17:41:37 +01:00
Chirag Chhatrala 29c09d9ea2
File upload fixes (#93)
Co-authored-by: Julien Nahum <julien@nahum.net>
2023-02-22 17:00:07 +01:00
Chirag Chhatrala 47964ec565
Hide form title via URL param (#89)
* Hide form title via URL param

* FormUrlPrefill smal fixes
2023-02-22 16:39:13 +01:00
Leonard Selvaraja b101a5daba
[Added] Discord Webhook Notification (#81) (#83)
* [Feature] Added Discord Webhook feature to forms

* Remove commented out svg

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2023-02-19 13:19:16 +01:00
Chirag Chhatrala eb3a11c992
webhooks & slack changes (#90) 2023-02-19 13:12:13 +01:00
Chirag Chhatrala d6930d0dc2
Form visibility closed (#91) 2023-02-19 13:11:50 +01:00
Chirag Chhatrala 9137282eba
Fix new date input timezone issue (#88)
* fix timezone issue on new date input

* date range validation error
2023-02-13 09:50:19 +01:00
Chirag Chhatrala 7b5968401b
Prefill with today fixes (#87) 2023-02-07 13:40:46 +01:00
Chirag 049649a81e
remove extra old code + fix middleware JS set layout (#82)
Co-authored-by: Julien Nahum <julien@nahum.net>
2023-01-28 12:55:15 +01:00
Julien Nahum ea85ed42fa Set default layout 2023-01-28 12:50:30 +01:00
Julien Nahum 2536368e77 Fix JS middlewares ⚒️ 2023-01-27 18:55:02 +01:00
JhumanJ 2b02667f34 Fix middlewares 2023-01-26 12:03:29 +01:00
JhumanJ bf64c01646 Fix layouts 2023-01-26 11:21:49 +01:00
Jeffrey Zang 462f44a99c
fix: navbar help link (#77)
* fix: navbar help link

* fix: update links.php
2023-01-26 09:33:43 +01:00
Chirag 1b15597e0e
Fix logic on hidden, loading on edit submission (#75) 2023-01-25 16:10:33 +01:00
Chirag 6ac68a29e5
fix change field type issue for select field (#74) 2023-01-25 09:54:56 +01:00
JhumanJ 679e61d59e Resolve conflicts 2023-01-24 13:37:02 +01:00
JhumanJ c9eb5aef67 Remove clockwork files 2023-01-24 13:35:55 +01:00
Chirag e073ca02a8
Content Length Logic Condition (#63) 2023-01-21 12:58:01 +01:00
Chirag 970893329b
Migrate to Vite (#71)
* Replace DateInput

* Migrate to Vite

* Ecxluding optimize to fix notifs in dev

* Dateinput changes

* Fixs on new DateInput

* wip

* Updated date input + cleaning

* Udpated readme

Co-authored-by: Julien Nahum <julien@nahum.net>
2023-01-21 12:57:37 +01:00
JhumanJ b9d50bc096 Revert animations 2023-01-13 15:35:24 +01:00
Ali 41a2840f64
changing session name for hiding laravel from web technology detection (#69) 2023-01-13 14:57:51 +01:00
Chirag a0750573ff
31c1b database submission action update not working (#51)
* Editable Submissions

* Database submission action-Update Not Working

Co-authored-by: JhumanJ <julien@nahum.net>
2023-01-13 14:56:37 +01:00
Chirag 1d3541f785
Fix a logic check bug if value not in form param (#70)
* Fix a logic check bug if value not in form param

* Fix isEmpty condition checker
2023-01-13 14:47:44 +01:00
Julien Nahum ee6956a5a0
Update Readme to add details about setting up s3 📁 2023-01-10 15:01:18 +01:00
JhumanJ 688f2f753e Add default s3 filesystem 2023-01-10 14:59:46 +01:00
JhumanJ a3b64737b0 Remove clockwork files 2023-01-10 14:54:35 +01:00
Chirag 0a33581c0a
Editable Submissions (#49)
* Editable Submissions

* refactor some code

* Update composer.lock

Co-authored-by: JhumanJ <julien@nahum.net>
2023-01-10 14:52:14 +01:00
Ali 997a86f734
adding CSS transition to welcome page (#65) 2023-01-10 13:28:17 +01:00
JhumanJ 977cd1647a Add hidden data to webhook payload 2023-01-09 14:12:24 +01:00
Chirag f5ff94b508
Mysql Support (#60) 2023-01-05 15:16:16 +01:00
Chirag 5486768125
Better SEO form previews (#61) 2023-01-05 15:16:06 +01:00
Julien Nahum 9783b07778 better show hidden fields 2023-01-04 14:45:24 +01:00
Julien Nahum 4fb75ccb59 Clearer required/hidden field hint 2023-01-04 14:25:55 +01:00
Brian Davis 771e3b01c5
Form views count compatible with mysql (#58)
getViewsCountAttribute is using a raw SQL statement that is specific to pgsql, it fails on MySQL/MariaDB.  Added a conditional to use mysql specific code to access data in the json array.  Crude, but no more so than the original?
2023-01-04 13:59:25 +01:00
MarceauKa 9f1f968430
Some fixes and installation documentation (#46)
* 🐛 Fix migration CreateUsersWorkspacesTable with two errors from SQL constraints 🐛 Fix MySQL transaction on CreateUsersWorkspacesTable migration (MariaDB) 🔧 .gitignore for Clockwork

* 🚧 Doc

Co-authored-by: Julien Nahum <julien@nahum.net>
2023-01-04 13:55:23 +01:00
Chirag 6d96a09bd0
Fix UTF-8 CSV export (#59) 2023-01-04 13:49:35 +01:00
Chirag 9d37245f1f
Fix Bug form editor (#57) 2023-01-04 13:49:10 +01:00
AAVision e8aa1d8a63
fixes modal ( not closing ) (#53) 2023-01-01 22:40:46 +01:00
Julien Nahum 73ee9a0bf9 Replace old crisp mentions 2022-12-24 09:48:59 +01:00
Chirag 2b2f6aa462
OpnForm launch feedback (#41)
* OpnForm launch feedback

* Restyle change style dropdown

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
2022-12-22 13:24:40 +01:00
Chirag 286b82b3ce
Clean metaInfo SEO (#40)
* Clean metaInfo SEO

* fix path

Co-authored-by: Julien Nahum <julien@nahum.net>
2022-12-22 11:55:17 +01:00
Chirag 549506ab8f
Track form click UTMs (#43) 2022-12-22 11:54:27 +01:00
Chirag 66a5d4f3a4
Crisp fix (#42) 2022-12-22 11:54:01 +01:00
Chirag 07f44ec048
Signature block (img) (#39)
* Signature block (img)

* Singature input UI changes

* Style the signature input

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
2022-12-22 11:53:33 +01:00
Julien Nahum 9936cb3389 Resolve code splitting issue 2022-12-15 16:59:53 +01:00
Julien Nahum 2fee25a4d4 Remove canny 2022-12-14 10:37:57 +01:00
Julien Nahum bd80cb58ec Better code split for faster pages + image compression 2022-12-14 10:27:21 +01:00
Chirag cc0a656223
Simple date input (#38) 2022-12-14 09:55:17 +01:00