Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lilred

    (@lilred)

    Well you’ve been a great help, hopefully these posts are helpful to others.

    Thanks for all your help!

    Thread Starter lilred

    (@lilred)

    Also took out the “* = required field” and added it to the page above the call out for this form.

    Thread Starter lilred

    (@lilred)

    LOL! “sssooooo far off” I love it. Heard that for years, thanks for your patience.

    So I eagerly through your code in there and the first line is still offset by one line. Not sure how it could be something I could have done wrong when I simply select all > paste. But here it is anyway.

    * = required field
    <table><tr><td>
    <p>Your Name *<br />
        [text* your-name] </p>
    
    <p>Owner of Equipment<br />
        [text owner]</p>
    
    <p>Subject<br />
        [text your-subject]</p>
    
    <p>Your Message<br />
        [textarea your-message]</p>
    
    </td> <td style="width:25px">
    </td>
    <td>
    
    <p>Your Email *<br />
        [email* your-email watermark "john@doe.com"] </p>
    
    <p>Business Name
        [text biz-name]</p>
    
    <p>Business Phone *<br />
        [text* BizPhone id:BusinessPhone watermark "xxx-xxx-xxxx"]</p>
    
    <p>Street Address<br />
        [text* street-addr]</p>
    
    <p>City *<br />
        [text* city]</p>
    
    <p>State *<br />
        [select* State-Menu include_blank "AK" "AL" "AR" "AZ" "CA" "CO" "CT" "DC" "DE" "FL" "GA" "HI" "IA" "ID" "IL" "IN" "KS" "KY" "LA" "MA" "MD" "ME" "MI" "MN" "MO" "MS" "MT" "NC" "ND" "NE" "NH" "NJ" "NM" "NV" "NY" "OH" "OK" "OR" "PA" "RI" "SC" "SD" "TN" "TX" "UT" "VA" "VT" "WA" "WI" "WV" "WY"]</p>
    
    <p>Zip Code *<br />
        [text* zip 10/5]</p>
    
    <p>[submit "Send"]</p>
    </td></tr></table>

    http://spaonerepair.com/?page_id=88

    Thread Starter lilred

    (@lilred)

    Yea, that looks great! I have a few more items I wanted to fit in (Model, Serial Number, Date of Manufacture) but they could totally go in to that layout.

    That is exactly what I was trying to do though, was I pretty far off in my approach?

    Thanks again,

    lr

    Thread Starter lilred

    (@lilred)

    Sorry webjunk. I swapped it back because the owner is already showing it to people… I popped it back up the way it was.

    What I guess I’m going for is a second column, it would start with “Owner of Equipment” which would be straight across from “Your Name” and from there I would insert more fields and move “Subject” and “Your Message” down.

    I really appreciate you taking the time. Thank you!

    Thread Starter lilred

    (@lilred)

    Man that’s awesome advice and it worked like a charm, sorry I didn’t see the previous post.

    So, I got a little excited with my new tool and decided after setting State and Zip Code in a table so that they were next to each other, I’d move some of the other content up to keep the page from getting so long.

    Well I ended up with something goofy looking.
    http://spaonerepair.com/?page_id=88

    Here’s the code I entered to get here.

    * = required field
    <table><tr><td>
    <p>Your Name *<br />
        [text* your-name] </p>
    </td><td>
    
    <p>Owner of Equipment<br />
        [text owner]</p>
    
    <p>Subject<br />
        [text your-subject]</p>
    
    <p>Your Message<br />
        [textarea your-message]</p>
    </td></tr></table>
    
    <p>Your Email *<br />
        [email* your-email watermark "john@doe.com"] </p>
    
    <p>Business Name
        [text biz-name]</p>
    
    <p>Business Phone *<br />
        [text* BizPhone id:BusinessPhone watermark "xxx-xxx-xxxx"]</p>
    
    <p>Street Address<br />
        [text* street-addr]</p>
    
    <p>City *<br />
        [text* city]</p>
    
    <table><tr><td>
    <p>State *<br />
        [select* State-Menu include_blank "AK" "AL" "AR" "AZ" "CA" "CO" "CT" "DC" "DE" "FL" "GA" "HI" "IA" "ID" "IL" "IN" "KS" "KY" "LA" "MA" "MD" "ME" "MI" "MN" "MO" "MS" "MT" "NC" "ND" "NE" "NH" "NJ" "NM" "NV" "NY" "OH" "OK" "OR" "PA" "RI" "SC" "SD" "TN" "TX" "UT" "VA" "VT" "WA" "WI" "WV" "WY"]</p>
    </td><td>
    <p>Zip Code *<br />
        [text* zip 10/5]</p>
    </td></tr></table>
    
    <p>[submit "Send"]</p>

    Any suggestions would be awesome, I’m obviously a little out of my league here but I’m learning a lot.

    Thanks again,

    lr

Viewing 6 replies - 1 through 6 (of 6 total)