I have a problem rendering one field in my form made in
Contour. It's just a basic contact-form with name, email and message.
The email is using a regexp to match a correct address and the name
& message-fields are just mandatory.
But somehow the message-field does not appear in my form when I insert it on my page. Any solution for this? Thanks.
If you view the source of the page, is the message field there in the source of the page? If so, that would suggest a CSS issue. Are the other fields showing up ok?
No, the field is not in the DOM, I only got two fields that displays correctly and a submit-button. The type of the hidden field is a "Textfield" and mandatory.
One field does not render
Hi!
I have a problem rendering one field in my form made in Contour. It's just a basic contact-form with name, email and message. The email is using a regexp to match a correct address and the name & message-fields are just mandatory.
But somehow the message-field does not appear in my form when I insert it on my page. Any solution for this? Thanks.
Using umbraco 4.5.2 on .NET 3.5
/ Patrik
Hi Patrik,
If you view the source of the page, is the message field there in the source of the page? If so, that would suggest a CSS issue. Are the other fields showing up ok?
Comment author was deleted
@Patrick yeah might be a css issue or maybe you selected the hidden field fieldtype ?
Hi guys and thank you for your replies.
No, the field is not in the DOM, I only got two fields that displays correctly and a submit-button.
The type of the hidden field is a "Textfield" and mandatory.
/ Patrik
is working on a reply...