[web2py] Re: custom form default value

2016-12-21 Thread Anthony
> > id="sample_sample_name" class="text" value={{=row.sample_name}}/> > It's always a good idea to check the returned HTML source in the browser. In this case, you will see you forgot the quotes around the value -- should be: value="{{=row.sample_name}}" You're getting:

Re: [web2py] Re: custom form default value

2016-12-21 Thread Tom Schuerlein
Thank you, I was completely unaware that this syntax was needed. I will never get those 2 hrs of my life back, but thanks to you I will sleep well tonight!!! You are THE BOSS. On Wed, Dec 21, 2016 at 5:52 AM, Anthony wrote: > > id="sample_sample_name" class="text" value={{=