• Resolved mstudioIL

    (@mstudioil)


    how can I create form like this:

    SUBMIT | SELECT | EMAIL | NAME

    I tried the “wpforms-one-fourth” class

    I found it the the “inline-fields” class, but the order is not right, I need the submit to be on the left and not right.

    Other question , how can send the form in HTML format with table layout?

    • This topic was modified 3 years, 2 months ago by mstudioIL.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mstudioil- Thanks for reaching out!

    To achieve what you have mentioned, you can use the following CSS code:

    #wpforms-form-936 > div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
       float: right !important;
    }

    Please be sure to change the form ID matching your form.

    Also, you can make use of the HTML Tags within the message section of the Notification Settings and include HTML tables in the message.

    Hope this helps! 🙂

    Hey @mstudioil — We haven’t heard back from you in a while, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks

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

The topic ‘Four columns layout’ is closed to new replies.