Commit Graph

89 Commits

Author SHA1 Message Date
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 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
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 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
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
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
Chirag 741390ebbf
Form submission caching & url pre-fill confusion (#37)
* Form submission caching & url pre-fill confusion

* formPendingSubmissionKey as common mixins

* Rename mixin formPendingSubmissionKey

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
2022-12-14 09:48:39 +01:00
JhumanJ 48af78e94c Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2022-12-13 11:00:48 +01:00
JhumanJ 58da9079ce Fix file input component 2022-12-13 11:00:43 +01:00
Chirag 567b7a44dc
SEO social meta (#35)
* SEO social meta

* Small wording changes

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
2022-11-29 15:17:30 +01:00
Julien Nahum 73cb016473 Improve template pages 2022-11-29 15:13:00 +01:00
Chirag f142a0e799
Form Editor polishing - convert checkbox to toggle & notification as modal (#32) 2022-11-28 17:24:08 +01:00
Chirag 9dd6bbe5ae
On copy link/code show msg for copied (#34) 2022-11-28 17:11:18 +01:00
Chirag 91d18422de
Incognito mode local storage issue (#33) 2022-11-28 17:11:04 +01:00
Chirag 4027a6fe18
Change Notifications Design (#31)
* Change Notifications Design

* Update to add alertconfirm

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
2022-11-25 10:53:09 +01:00
Julien Nahum acb28548b8 Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2022-11-25 10:01:45 +01:00
Julien Nahum a38f647927 Remove dark mode 2022-11-25 10:01:43 +01:00
JhumanJ 88812776db Added template editor separate role 2022-11-16 13:12:48 +01:00