• Resolved angelladesigns

    (@angelladesigns)


    I am so close to being able to use this awesome plug-in.

    I have a problem with my formatting.
    The more tag is not working and there is a textarea within my formatting that I want a CSS code to go into.

    When adding my formatting to the Format #1 area it cuts off at the closing textarea tag and preforms the rest of my form template.

    is the problem with the form or the textarea tag?

    EX.

    [Made by:]
    type = text
    size = 35

    [Link]
    type = text
    size = 35

    [IMG URL]
    type = text
    size = 50

    [CSSNing]
    type = textarea
    class = textarea
    rows = 4
    cols = 40

    [DesignerComments]
    type = text
    size = 100

    <div class="cft">
    Made by: <a href="[Link]">[Made by:]</a>
    <br />
    CLICK on “MORE” below for code & Preview button!
    <br />
    <img class="aligncenter" src="[IMG URL]" alt="" />
    <br />
    <div>
    <!--more-->
    <div class="cft">
    <center>Click Button Below for Preview!
    <br />
    <form id="genDone" action="http://blog.skemaholicsanonymous.com/Previews/ningPrev.php" target="_blank" method="post"><textarea class="genCode" onclick="select()" name="genCode">[CSSNing]</textarea>
    <br />
    <input id="prevLoad" type="submit" value="Preview" />
    </form>
    </center>
    <br />
    Designer comments:
    <br />
    [DesignerComments]
    </div>

    …and this is what happens.

    Screenshot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    If this topic is resolved, what is the answer?

    I’m having issues with Custom Field Template wiping out the “more tag” on posts.

    Thread Starter angelladesigns

    (@angelladesigns)

    It was kind of tricky. I added the javascript to the single pages to add the textareas in a div beneath the More tag, like this:

    [cft format=1]
    <!--more-->
    <center>
    <div id="code2Empty"></div>
    </center>
    Thread Starter angelladesigns

    (@angelladesigns)

    You could try adding it to the short code format also. I think having it there worked fine for me, I just couldn’t add the textarea and Javascript.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin: Custom Field Template FORMAT #1’ is closed to new replies.