Re: [CODE4LIB] Form fill from URL

2016-05-03 Thread Teague Allen
Many thanks to those who responded on and off the list, and provided me with a starting point.

Re: [CODE4LIB] Form fill from URL

2016-04-25 Thread Kyle Banerjee
On Fri, Apr 22, 2016 at 4:58 PM, Teague Allen wrote: > Hello collective, > > I've been given the opportunity to replace a much-detested PDF form used > to request cataloging for items by our researchers that are published > outside our organization. My hope is to create a web form that will > aut

Re: [CODE4LIB] Form fill from URL

2016-04-25 Thread Andrew Gordon
s! > Sarah > > -Original Message- > From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of > Matt Bernhardt > Sent: Friday, April 22, 2016 8:51 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] Form fill from URL > > If you're tal

Re: [CODE4LIB] Form fill from URL

2016-04-25 Thread Park, Sarah
8:51 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Form fill from URL If you're talking about a URL of the form: example.com/form?title=foo&author=bar ...which then loads a form with "foo" placed in the "title" field and "bar" placed in the "a

Re: [CODE4LIB] Form fill from URL

2016-04-22 Thread Matt Bernhardt
If you're talking about a URL of the form: example.com/form?title=foo&author=bar ...which then loads a form with "foo" placed in the "title" field and "bar" placed in the "author" field, then yes - this is something that's relatively easy to do depending on how you're building the form. Your prog

[CODE4LIB] Form fill from URL

2016-04-22 Thread Teague Allen
Hello collective, I've been given the opportunity to replace a much-detested PDF form used to request cataloging for items by our researchers that are published outside our organization. My hope is to create a web form that will automatically populate with title, author(s), and appropriate cita