Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Usually this behavior can be resolved with CSS. If you want to post a link I’ll be happy to look at it. If you’d rather not post the link here, you can submit the details for your form on my Help and Support page.

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Plugin Author Mike Walsh

    (@mpwalsh8)

    That link redirects to a shopping cart page (/cart).

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Right, I set it up that way to capture important information upon submit before a customer checks out. Were you not able to see the page itself, though?
    If you go to the shop page and click an item to add to cart and then click checkout you should be take to the customer information page.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    When I select the Checkout Page I get a page with that says “Invalid Order”. It would be easier for me to look at CSS issue with link to page with Form on it.

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    I see, I fixed it. now try it.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Ok, I can see it now. Is your goal to provide some space between each form input box?

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Yes sir. When i add the br function, I only get spacing between the name and the corresponding input but. What happens is the next name ends up butting up next to the last input box above it in the list.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Ok, that is what I thought. This is much easier to fix with CSS than with
    tags.

    Add the following to your WordPress Google Form Custom CSS (Settings->Google Forms->Custom CSS) and make sure the Custom CSS checkbox is set to enable it.

    div.ss-form-entry {
        margin-bottom: 10px;
    }

    You can change the 10px to whatever value gives you the appearance you’re looking for.

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Perfect! Thank you so much!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Happy to help. I see the 919 area code on the site you’re working on, are you in the Raleigh area?

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Yes sir.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Me too – live and work in Cary.

    Thread Starter mhoneycutt85

    (@mhoneycutt85)

    Awesome! Have you ever attended any of the wordpress meetups? I was thinking about attending myself. I have gotten a lot more familiar with wordpress over the last 2 years but would like to expand my knowledge – would love to be able to develop plugins and widgets.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    No, I haven’t. I’d like to though. The last WordCamp-Raleigh I was around but oblivious to it even going on. The one before I knew about but was out of town. I am not aware of anything on the schedule either but as I do WordPress as a hobby, I am not fully plugged into these events.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘BR between lables and input’ is closed to new replies.