Forum Replies Created

Viewing 3 replies - 61 through 63 (of 63 total)
  • Ffgrf

    (@grouchyturtle)

    Add me to the list. Can create new events or edit events. Tried in both Firefox and on Galaxy S3 with default browser.

    Thread Starter Ffgrf

    (@grouchyturtle)

    Finally got it working. The original code I had for the text fields was correct.

    [text* your-name 25/]

    Thread Starter Ffgrf

    (@grouchyturtle)

    Looks like the code changed a little with the update. I also uninstalled the supercache plugin, because I think it may have been causing problems. Now the text fields are overflowing, evn when I specify the width. Here’s my updated code.

    <table>
    <tr><td>Name:</td><td align=right>[text* your-name /5]</td></tr>
    <tr><td>Email:</td><td align=right>[email* your-email]</td></tr>
    <tr><td>Phone:</td><td align=right>[text your-phone]</td></tr>
    <tr><td>Subject:</td><td align=right>[text your-subject]</td></tr>
    <tr><td colspan=3>Message
    [textarea your-message 29x6/29]
    [submit "Send"]</td></tr>
    </table>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 3 replies - 61 through 63 (of 63 total)