Also, if you're going to use SQLFORM, you should probably try to follow the 
documented custom form method 
<http://web2py.com/books/default/chapter/29/07/forms-and-validators#Custom-forms>
 
rather than using completely custom HTML. At the very least, use 
form.custom.end to ensure you have the proper hidden fields.

Anthony

On Wednesday, June 15, 2016 at 11:19:10 PM UTC-4, Anthony wrote:
>
> Hard to say without seeing any details. You shouldn't be getting that 
> error message unless you have passed in a record or are using a keyed table.
>
> On Wednesday, June 15, 2016 at 9:52:22 AM UTC-4, Jeff Riley wrote:
>>
>> All.  I was going to link this to my "Pure HTML Form" question just not 
>> sure how to do that.  As you see in that question I was able to get past my 
>> copy paste issue and get the create form to work perfectly.  Thank you all 
>> for the extra eyes.
>>
>> Now I am building the update form and I am getting "user is tampering 
>> with form's record_id: None != 1".  I have tried removing the _formkey and 
>> setting session=None, but that does not seem to work either.  Have been 
>> searching the docs but nothing is slapping me upside the head.
>>
>> Any ideas?
>>
>

-- 
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 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to