Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsOther Extension...Other Extension...textarea problem with Razortextarea problem with Razor
Previous
 
Next
New Post
2/10/2011 3:41 PM
 
Hi

I thought I'd have a play with Razor and try and build a simple contact form that sends an email.

Well, the basic form was pretty simple and works fine but then I tried to change the message input box to a textarea to make it bigger.
It seems to display the textarea control ok but the Razor script appears as content in the control!
And the submit button vanishes.

Yeah..  very odd.

the code is simply this:

<div>
        <label for="msg">Message:</label>
        <textarea name="msg" rows="10" cols="30" />
    </div>

What am I doing wrong?

Gus

"if the only tool you have is a hammer you tend to see every problem as a nail" http://www.carawaydesign.com
 
New Post
2/10/2011 3:54 PM
 
well I worked out what it was.. but i can't enter it in this forum!  It wants to treat is as html.

I just needed to add a separate closing <textarea> tag. Can anyone explain why? ??

"if the only tool you have is a hammer you tend to see every problem as a nail" http://www.carawaydesign.com
 
New Post
2/10/2011 3:54 PM
 
well I worked out what it was.. this seems to work: Don't know why you can't do this though?