This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

2 Columns page


  1. kassim
    Member

    Hello
    I just got machfrom and it's great I used it before, but I saw in the new version there are Columns but it only forces the options inside the field,

    I have around 20 rows which make the page so long I want to split the from to 2 columns?

    How can I do that?

    Regads

    Kssim

    Posted 12 years ago #
  2. kassim
    Member

    Hi Again,

    2 more things if I can get help with.

    1- the borders don't appear I'm using WP theme I don't know if this have any effect
    2- I want to increase the size of the international phone box so it appears in line with other fields above and below it.

    Regards

    Kassim

    Posted 12 years ago #
  3. yuniar

    To create columns, you can follow this tutorial:
    http://www.appnitro.com/doc-field-alignment

    To increase the font size, you can create a theme for your form and adjust the font size there, under the Font menu.

    Regarding the borders, it is designed that way. When you embed your form to any pages, the borders are being removed automatically, so that the form could blend seamlessly with your existing pages.


    MachForm Founder

    Posted 12 years ago #
  4. kassim
    Member

    Hello,
    thanks for your support

    the Columns word great , but i wasn't talking about the fonts I did add a border on the theme but it does not appear plus the phone box want to make it bigger.

    Please take a look

    http://www.purplelook.com/?page_id=60

    Posted 12 years ago #
  5. kassim
    Member

    ANY support?

    Posted 12 years ago #
  6. he4gaveme
    Member

    If you use the <iframe> code to insert, you could change the border to frameborder="1" ...maybe that's what you're looking for?

    The doc field alignment post is what I was looking for - thanks yuniar!!

    Posted 12 years ago #
  7. kassim
    Member

    Nope Didn't work out

    Posted 12 years ago #
  8. yuniar

    Sorry for the delay on this. Ok, so when you embed the form into a page, the border is automatically being removed.
    If you don't want this behavior, you can override it with CSS code.

    Try to edit your form's theme using the theme editor and then click "Advanced CSS" menu item from the dropdown.
    Then paste this code:

    .embed #form_container{
      border: 10px solid #000 !important;
      width: 80% !important;
      padding: 10px !important;
    }
    #element_3{
      width: 99% !important;
    }

    save it and then refresh your form to see the result.
    If you still seeing the same result, you can delete your browser cache to make sure.


    MachForm Founder

    Posted 12 years ago #
  9. kassim
    Member

    Hi no worries, It worked perfectly

    thank u so much

    Posted 12 years ago #

RSS feed for this topic

Reply