[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-22 Thread Frank Buibish
es, you're allowed to bump. Use the browser developer tools to see what > gets sent to the server when you submit the form. Perhaps the problem is > with the JavaScript on the client side. > > Anthony > > On Monday, July 21, 2014 8:18:30 PM UTC-4, Frank Buibish wrote: >

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-21 Thread Frank Buibish
Am I allowed to bump in this forum? if not this shall be the last time...most likely On Thursday, July 17, 2014 10:43:56 PM UTC-4, Frank Buibish wrote: > > > Bench > > > They get added through javascript from the first select element. > > On Thursday, July 17, 2014 10

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
Bench They get added through javascript from the first select element. On Thursday, July 17, 2014 10:14:17 PM UTC-4, Anthony wrote: > > The first select has no name, and the second one has no options. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://gith

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
4 8:39:26 PM UTC-4, Frank Buibish wrote: >> >> It does not just says none >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You rece

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
It does not just says none -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web

[web2py] SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
So I'm trying to build a multiple select box where i move things from a select box on the left and put them on the right. I have the values moving correctly through javascript but when i submit the form it doesn't pick up the value in the form.vars. forms = dict() forms[0] = SQLFORM(d

Re: [web2py] Social Login

2014-05-16 Thread Frank Buibish
ikely that you will > see some message by looking at the response content. > > If no error comes up in the browser check web2py logs carefully for > errors happening inside web2py's oauth module. > > > > 2014-05-15 15:59 GMT+02:00 Frank Buibish >: > > > I&

Re: [web2py] Social Login

2014-05-15 Thread Frank Buibish
I'm having the same issue with no luck, and I am new to python development. What exactly should I be looking for in the network request trace? or how do i check my OAuth configuration? On Friday, December 6, 2013 12:49:24 PM UTC-5, Michele Comitini wrote: > > That error is usually caused by mis