[LRUG] Chat Digest, Vol 181, Issue 1

Max Mills 8balldigitalsolutions at gmail.com
Tue Feb 2 01:02:13 PST 2021


Hi Andrew,

I am writing a govuk gem for this at the moment.
Drop me a line at max.mills at digital.education.gov.uk

Regards,

Max Mills
07941327432


On Mon, Feb 1, 2021 at 9:39 PM <chat-request at lists.lrug.org> wrote:

> Send Chat mailing list submissions to
>         chat at lists.lrug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> or, via email, send a message with subject or body 'help' to
>         chat-request at lists.lrug.org
>
> You can reach the person managing the list at
>         chat-owner at lists.lrug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Chat digest..."
>
>
> Today's Topics:
>
>    1. Multi-step forms on gov.uk (Andrew Stewart)
>    2. Re: Multi-step forms on gov.uk (Steve)
>    3. Re: Multi-step forms on gov.uk (Andrew Stewart)
>    4. Re: Multi-step forms on gov.uk (Ed Davey)
>    5. Re: Multi-step forms on gov.uk (Murray Steele)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 1 Feb 2021 11:39:03 +0000
> From: Andrew Stewart <boss at airbladesoftware.com>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: [LRUG] Multi-step forms on gov.uk
> Message-ID:
>         <2D3F8853-AF5D-48FB-B641-0ABC3B77C6BB at airbladesoftware.com>
> Content-Type: text/plain;       charset=us-ascii
>
> Hello LRUG!
>
> I have been wondering how gov.uk implements its multi-step forms.  They
> generally ask one or two questions per page, with validations, over however
> many pages are needed.  You can go back and forward through the pages and
> come back later.
>
> I (think I) know how I would implement this but I'm curious to see their
> implementation.  However I can't seem to find it among their hundreds of
> repos on GitHub.  Can anybody point me in the right direction please?
>
> Many thanks!
>
> Yours,
>
> Andrew Stewart
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 1 Feb 2021 11:46:16 +0000
> From: Steve <steve.laing at gmail.com>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: Re: [LRUG] Multi-step forms on gov.uk
> Message-ID:
>         <CAKD0PpUK8iLPSuDfBmCYyBY59YYz=
> 2k3ZQP+PT0UQqt4eZRfqA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Andrew
>
> The most commonly used/abused library for things like
> choose-your-own-adventure question flow is
> https://github.com/alphagov/smart-answers.
>
> Steve
>
> On Mon, 1 Feb 2021 at 11:39, Andrew Stewart <boss at airbladesoftware.com>
> wrote:
>
> > Hello LRUG!
> >
> > I have been wondering how gov.uk implements its multi-step forms.  They
> > generally ask one or two questions per page, with validations, over
> however
> > many pages are needed.  You can go back and forward through the pages and
> > come back later.
> >
> > I (think I) know how I would implement this but I'm curious to see their
> > implementation.  However I can't seem to find it among their hundreds of
> > repos on GitHub.  Can anybody point me in the right direction please?
> >
> > Many thanks!
> >
> > Yours,
> >
> > Andrew Stewart
> >
> >
> > _______________________________________________
> > Chat mailing list
> > Chat at lists.lrug.org
> > Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> > Manage your subscription:
> http://lists.lrug.org/options.cgi/chat-lrug.org
> > List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> >
>
>
> --
> https://github.com/steventux
> http://uk.linkedin.com/in/stephenlaing
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20210201/849e459f/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Mon, 1 Feb 2021 11:49:15 +0000
> From: Andrew Stewart <boss at airbladesoftware.com>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: Re: [LRUG] Multi-step forms on gov.uk
> Message-ID:
>         <41169728-C18A-4A73-B930-49B02F2BDAD1 at airbladesoftware.com>
> Content-Type: text/plain; charset="us-ascii"
>
>
> > On 1 Feb 2021, at 11:46 am, Steve <steve.laing at gmail.com> wrote:
> >
> > The most commonly used/abused library for things like
> choose-your-own-adventure question flow is
> https://github.com/alphagov/smart-answers <
> https://github.com/alphagov/smart-answers>.
>
> Thanks, Steve, that's exactly what I was looking for.
>
> Much appreciated,
> Andrew
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20210201/b10012a3/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Mon, 1 Feb 2021 13:43:11 +0000
> From: Ed Davey <ed at veryreal.co.uk>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: Re: [LRUG] Multi-step forms on gov.uk
> Message-ID: <86F533C7-8F7D-41A2-A50A-E841F08D7FA0 at veryreal.co.uk>
> Content-Type: text/plain;       charset=us-ascii
>
> Also, Duncan Brown's excellent presentation to the group in Sept on this
> exact topic. An in-depth look at the issues of where to place
> responsibility for validation and redirection etc...
>
>
> https://assets.lrug.org/videos/2020/september/duncan-brown-wizards-without-magic-lrug-sep-2020.mp4
>
> Ed
>
> > On 1 Feb 2021, at 11:39, Andrew Stewart <boss at airbladesoftware.com>
> wrote:
> >
> > Hello LRUG!
> >
> > I have been wondering how gov.uk implements its multi-step forms.  They
> generally ask one or two questions per page, with validations, over however
> many pages are needed.  You can go back and forward through the pages and
> come back later.
> >
> > I (think I) know how I would implement this but I'm curious to see their
> implementation.  However I can't seem to find it among their hundreds of
> repos on GitHub.  Can anybody point me in the right direction please?
> >
> > Many thanks!
> >
> > Yours,
> >
> > Andrew Stewart
> >
> >
> > _______________________________________________
> > Chat mailing list
> > Chat at lists.lrug.org
> > Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> > Manage your subscription:
> http://lists.lrug.org/options.cgi/chat-lrug.org
> > List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 1 Feb 2021 14:41:27 +0000
> From: Murray Steele <murray.steele at gmail.com>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: Re: [LRUG] Multi-step forms on gov.uk
> Message-ID:
>         <
> CABUDGcqMEffPsHOeixY7USiFKFPPj6faN-OAgVKV2hZhteesMg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I had a vauge memory of talking about this a while ago and found this
> thread:
> http://lists.lrug.org/pipermail/chat-lrug.org/2018-February/012212.html
> (this is the first message, you can trawl the mailman navigation to read
> the rest of the thread).  Smart Answers comes up but so does the verify
> frontend which might be worth looking into.
>
> On Mon, 1 Feb 2021 at 13:43, Ed Davey <ed at veryreal.co.uk> wrote:
>
> > Also, Duncan Brown's excellent presentation to the group in Sept on this
> > exact topic. An in-depth look at the issues of where to place
> > responsibility for validation and redirection etc...
> >
> >
> >
> https://assets.lrug.org/videos/2020/september/duncan-brown-wizards-without-magic-lrug-sep-2020.mp4
> >
> > Ed
> >
> > > On 1 Feb 2021, at 11:39, Andrew Stewart <boss at airbladesoftware.com>
> > wrote:
> > >
> > > Hello LRUG!
> > >
> > > I have been wondering how gov.uk implements its multi-step forms.
> They
> > generally ask one or two questions per page, with validations, over
> however
> > many pages are needed.  You can go back and forward through the pages and
> > come back later.
> > >
> > > I (think I) know how I would implement this but I'm curious to see
> their
> > implementation.  However I can't seem to find it among their hundreds of
> > repos on GitHub.  Can anybody point me in the right direction please?
> > >
> > > Many thanks!
> > >
> > > Yours,
> > >
> > > Andrew Stewart
> > >
> > >
> > > _______________________________________________
> > > Chat mailing list
> > > Chat at lists.lrug.org
> > > Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> > > Manage your subscription:
> > http://lists.lrug.org/options.cgi/chat-lrug.org
> > > List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> >
> > _______________________________________________
> > Chat mailing list
> > Chat at lists.lrug.org
> > Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> > Manage your subscription:
> http://lists.lrug.org/options.cgi/chat-lrug.org
> > List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20210201/940047d3/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> Manage your subscription: http://lists.lrug.org/options.cgi/chat-lrug.org
> List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
> ------------------------------
>
> End of Chat Digest, Vol 181, Issue 1
> ************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20210202/73b4f418/attachment.html>


More information about the Chat mailing list