Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364022
    alamtfuerwerbung
    Participant

    Hi, I wanted to create a contact form with two, or three fields side by side.
    I tried to use the <div class=”form_half”>, but it doesn´t work.

    http://www.sub.ihrwiderruf.de/anfahrt/

    Could you help me out?

    Thx
    Andre

    #1364026
    alamtfuerwerbung
    Participant
    This reply has been marked as private.
    #1364050
    Rue Nel
    Moderator
    #1364943
    alamtfuerwerbung
    Participant

    works great

    THANK YOU!!!
    Thumbs up!

    Andre

    #1364958
    alamtfuerwerbung
    Participant

    But, one more question. If u check again: http://www.sub.ihrwiderruf.de/anfahrt/

    I didn´t get it to move the button to the right. (rigth align) I know hat to center (margin 0 auto, display block),
    but pls let me know how I get it to the right.

    Thx
    Andre

    #1364971
    alamtfuerwerbung
    Participant

    And one more thing:
    Pls check http://www.sub.ihrwiderruf.de/kontakt/
    I have a three column form, but it doesn´t use the whole area.
    (This is from your manual -Fullwidth
    With no sidebar (fullwidth page), columns take up the entire content area and function just the same.)

    Thx for help
    Andre

    #1365488
    Rue Nel
    Moderator

    Hey Andre,

    Thanks for updating in! It is best that you layout your columns just like this:

    [container]
       [column type="1/2"] Place your content in here. [/column]
       [column type="1/2" last="true"] Place your content in here. [/column]
    [/container]
    
    [container]
       [column type="1/3"] Place your content in here. [/column]
       [column type="1/3"] Place your content in here. [/column]
       [column type="1/3" last="true"] Place your content in here. [/column]
    [/container]

    That is because, for every column, there must be a row and the container shortcode will be the row.

    To align your your submit button to the right, please edit your contact form and have your submit button like this:

    <div style="text-align: right;">
      [submit "Send"]
    </div>

    Hope this helps. Kindly let us know.

    #1365699
    alamtfuerwerbung
    Participant
    This reply has been marked as private.
    #1365928
    Lely
    Moderator

    Hello Andre,

    [container] is the wrapper of the column(s). Inside your container should be your column(s). Columns added width should be equal to 100. As you can see on the previous example, the first container has 2 columns. Each with type 1/2 which means 50% in width. The next row with 3 columns each width 33.33333% width.

    Upon checking, you only have one column on each of your container. That is why you only have occupied the left part 33.33% width. Add two more columns with the same type.

    Hope this helps.

    #1366891
    alamtfuerwerbung
    Participant

    Hi, this helps a lot.
    In terms of composition I changed it back to 1column, but it´s a matter of time that I need the things I learnd in this thread.

    GREAT SUPPORT!!!

    Thx
    Andre

    #1366907
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1364022 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>