• Resolved Kesava

    (@kesava)


    I have a text area set up with a default value. However I want to have multiple paragraphs in that “default value”. No matter what I try, I don’t think that any formatting there will help. I think I need to edit the plugin files so that line breaks will be allowed/added somehow in the default value section.

    My aim is that the form will load and in the message area will be a few paragraphs of text. Until I can fix this, those few paragraphs are all bunched together and I can’t put linebreaks in with any non breaking space code that I can think of.

    Any help will be greatly appreciated.

    Thanks

    http://wordpress.org/extend/plugins/contact-form-7/

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

    (@takayukister)

    You mean this?

    [textarea your-message]
    default value for a textarea
    can be multi-line
    like this
    [/textarea]
    Thread Starter Kesava

    (@kesava)

    Not quite. I want to have multiple paragraphs. Such as:

    [textarea your-message]
    default value for a textarea
    can have paragraphs
    
    so it needs to have a line break
    in order to separate the lines
    
    then i can format my paragraphs
    [/textarea]
    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Ok. It should be fixed in the next release.

    Thread Starter Kesava

    (@kesava)

    Great 🙂

    Any time line for that?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Next month? Maybe.

    I’ve tried to make it work this way:

    [textarea your-message]
    Line one:
    Line two:
    Line three:
    Line four:
    [/textarea]

    but it show up out of textarea, actually below it.

    try this one

    [textarea your-message "
    default value for a textarea
    can have paragraphs
    \n\n
    so it needs to have a line break
    in order to separate the lines
    \n\n
    then i can format my paragraphs
    "]

    the problem you cant hide the “”
    but maybe there is someway to hide them

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Contact Form 7] Editing "default value" formatting’ is closed to new replies.