• Hello,

    Amazing looking plugin!! I only have one question though.

    Right now the default layout for the fields is one under another:

    First Name: [TextField]
    Last Name: [TextField]
    Business Name: [TextField]

    Is there anyway to make it so I can make my field look like this instead:

    First Name: [TextField], Last Name: [TextField]
    Business Name: [TextField]

    Thank you in advance.

    https://www.ads-software.com/extend/plugins/easy-contact-forms/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Good work azlivin008,

    I looked at your demo and it was great, if only the developer could have helped us out we might not have all been fighting so much with this. When a product is called easy you do not expect to have to go into battle to make simple basic things work. I did however find a solution as well in the form of another paid plugin. only $25.00 to end all my frustration and get the forms I wanted… and yet I am still disappointed that the developer could not be bothered to support a plugin with such great potential. I would have gladly paid twice what I spent if I could have gotten the help I needed when I needed it. At this point though I simply can not use a tool that is not supported since if I should ever need help in the future I know it simply will not be there.

    Did something similar to azlivin008, but according to rows. So, whatever I wanted on row one would was put in the “.row1” row css class, under set style>advanced. Then put this in the css in the stylesheet under the appearance tab:
    .row1{
    float:left;
    width:155px;/*width of each floating element */
    }

    got this idea from here https://www.w3schools.com/css/css_float.asp

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: Easy Contact Forms] Put Fields side by side??’ is closed to new replies.