Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Filipe Lourenço
0
Views
3
Comments
Insert a form tag
Question
How to insert a form tag by an expression?It seems that it not recognizes the form.
Ivo Gonçalves
Hi Luís,
You've to put your form tag inside an expression and set the "Escape Content" property to "No".
Kind Regards
Ivo Gonçalves
Filipe Lourenço
No .It is not why dont appear
Paulo Tavares
Staff
Hi Luis,
Well, Ivo actually answered correctly. Doing that should work. I've attached an example from a blank eSpace and the first form HTML example I found in the internet, when searching for it in Google (
https://www.w3.org/TR/html401/interact/forms.html
).
If you publish the attached eSpace it should work, so the next questions are:
- Is your form HTML code invalid? I.e. does it adhere to the specification, having all the right attributes, and being valid HTML?
- Is your form HTML in a specific scenario where it is not allowed to be rendered, either by CSS, or because it is not a valid form construct in the scope of the page you're using it in?
Try using my form in your page, and see if it works. That may help you start troubleshooting your page.
Let us know how it goes!
Regards,
Paulo Tavares
FormTest.oml
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...