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

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Please help!


  1. thomasusa
    Member

    Why the manage form page is not looking good, especially the add a field buttons on the right side, can't even read the word? Thanks.

    Posted 16 years ago #
  2. thomasusa
    Member

    Sorry...! Found this and it's worked: http://www.appnitro.com/forums/topic/you-have-no-form-yet-go-create-one?replies=4. Thank you.

    Posted 16 years ago #
  3. thomasusa
    Member

    I got this error message:

    Warning: file_get_contents(./data/form_1/css/view.css) [function.file-get-contents]: failed to open stream: No such file or directory in /usr/www/users/.../machform/edit_css.php on line 51

    Please help!

    Posted 16 years ago #
  4. yuniar

    Hi Thomas,

    It looks like you have permission problem with your "machform/data" folder, hence the error. MachForm wasn't able to create the css there.

    Make sure to set the permission of that data folder to 777, recursively.
    Then try to create a new form, your new form should have the correct css.


    MachForm Founder

    Posted 16 years ago #
  5. thomasusa
    Member

    Yes, you know exactly what you're talking about to help people like me. It worked like a charm! I greatly appreciate your response. Thank you.

    Posted 16 years ago #
  6. thomasusa
    Member

    This is the view form:
    http://www.deluxeautobody.com/machform/view.php?id=1

    If I use iFrame (test page):
    http://www.deluxeautobody.com/testform.html

    Here is the php test page:
    http://www.deluxeautobody.com/testform.php

    Dont know why I lost all the form container's details. If you can give some advise how to integrate the form and make it stand out more, I'd greatly appreciate! Thank you.

    Posted 16 years ago #
  7. yuniar

    By default, when being embedded, some of the form styling (form container) are being stripped indeed.
    This is on purpose, so that your form could integrate with your current page.

    However, if you need to have the embedded form to have exactly the same styling, you can do so by modifying the CSS code.
    Search for all lines which started with ".embed" and ".integrated". This block of code:

    /** Embedded Form **/
    
    .embed #top, .embed #bottom, .embed h1{
        display: none;
    }
    
    .embed #form_container{
        border: none;
        width: 100%;
        background: none;
    }
    
    .embed #footer{
        text-align: left;
        padding-left: 10px;
        width: 99%;
    }
    
    .embed #footer.success{
        text-align: center;
    }
    
    .embed form.appnitro
    {
        margin:0px 0px 0;
    
    }
    
    /** Integrated Form **/
    .integrated *{
        font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
        color: #000;
    }
    
    .integrated #top, .integrated #bottom, .integrated h1{
        display: none;
    }
    
    .integrated #form_container{
        border: none;
        width: 99%;
        background: none;
    }
    
    .integrated #footer{
        text-align: left;
        padding-left: 10px;
        width: 99%;
    }
    
    .integrated #footer.success{
        text-align: center;
    }
    
    .integrated form.appnitro
    {
        margin:0px 0px 0;
    
    }
    
    .integrated form .section_break h3
    {
        border: none !important;
    }
    
    .integrated #error_message h3
    {
        border: none !important;
    
    }

    Simply remove all of them and refresh your form.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply