• Hello.

    I try to combine a textarea* (required) and a multi-line default value.

    This works fine:

    [textarea your-message]
    default value for a textarea
    should be multi-line
    like this
    [/textarea]

    This not:

    [textarea* your-message]
    default value for a textarea
    should be multi-line
    like this
    [/textarea]

    With the asterisk* the default value and the closing tag is displayed under the input area.

    And idea why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Replace [/textarea] with [/textarea*].

    Thread Starter zielniok

    (@zielniok)

    Hello Takayuki,

    thank you very much for the response!

    But to make the point clear: if I use [textarea* the result looks like this:
    First an empty inpit field, then the code literally underneath it.

    
    <empty input field>
    
     

    default value for a textarea
    should be multi-line
    like this
    [/textarea]

    if I use [textarea everything is fine.

    Thread Starter zielniok

    (@zielniok)

    For your information I uploaded a sceenshot.

    Thank you very much for this Plugin.
    Definitely the best of breed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘textarea* and mutli-line default value’ is closed to new replies.