Hello, I am new to web.py and have been having issues with websafe escaping characters. I know that when using a form in a template you can do $:form to stop escaping of characters. However, this doesn't work for form parameters.
For example, web.form.Checkbox('<a href="http://www.google.ca/">Hello</a>', id='Testing') does not produce a clickable link, even when using the $: prefix in the template. Thank you in advance. -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/GGs-OtqEBMgJ. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.