Hi,

I have a form that takes input from the user via a normal input textbox as 
per below
TR("Asset Custom 
Field",INPUT(_type="text",_name="metadata",value="{'type':'bugs','weight':'250'}",requires=IS_NOT_EMPTY())),

Then i assign the metadata value to a new variable as per below
assetcustomfield = request.vars.metadata

But when i am using this variable to post to a script it creates the 
following quotes around the value as per below
"{'type':'bugs','weight':'250'}"

How can i remove the "" around the variable??

-- 
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