ryan Posted January 7, 2022 Share Posted January 7, 2022 This week we have ProcessWire 3.0.192 on the dev branch. This is about 20 commits ahead of the previous version and contains 11 issue fixes and 5 pull requests, along with various other updates. PR code contributors in this version including Daun, MrSnoozles, Radon8472, BernhardBaumrock and Tyde. Thanks! For more details see the dev branch commit log. In addition to core updates, in recent weeks I've also been working on a new module similar to the PageAutosave (developed for the admin) except that it is for front-end forms. It works with any front-end form (whether home brewed or from something like FormBuilder) and remembers the entered form values every time a field is changed. If the user doesn't submit the form, they get an email with a link to finish filling out the form after a configurable period of time. This is especially nice for order and reservation forms. Accompanying the module is a separate Process module that lets you view all the forms in progress in the admin. Each form entry has its own unique URL, making them easy for users to return to, from any device. Once the user submits the form, the data gets removed from the pending submissions database. This is something I've been meaning to develop for awhile, and with the admin PageAutosave module still fresh on my mind, I thought now was a good time to do it. Thanks for reading, Happy New Year and have a great weekend! 25 Link to comment Share on other sites More sharing options...
szabesz Posted January 8, 2022 Share Posted January 8, 2022 15 hours ago, ryan said: This is especially nice for order and reservation forms. Accompanying the module is a separate Process module that lets you view all the forms in progress in the admin. Each form entry has its own unique URL, making them easy for users to return to, from any device. Will we also be able to use it as a "shopping cart" (provided it is coded/setup that way, of course), perhaps? Link to comment Share on other sites More sharing options...
wbmnfktr Posted January 9, 2022 Share Posted January 9, 2022 On 1/7/2022 at 9:11 PM, ryan said: Thanks for reading, Happy New Year and have a great weekend! Happy New Year, @ryan! Link to comment Share on other sites More sharing options...
csaggo.com Posted January 20, 2022 Share Posted January 20, 2022 EDIT: ryan allready fixed it, thanks ? Thanks for the hard work as always. There seems to be something broken in WireHttp in this version i filed issue report here:https://github.com/processwire/processwire-issues/issues/1506 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now