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

New form Struggles...


  1. danthemanjones
    Member

    Hi-

    The direct link to my form works great--

    http://internet-checkout.com/machform/view.php?id=1

    But when I copy and paste the "standard form code" into my .html webpage it looks bad. Any ideas on why the direct link looks so good and why when I paste the code it looks so spread out and crappy.

    See http://www.internet-checkout.com/ --> the form is there but does not look like it should. At least not like in the direct link.

    Any help would be appreciated. I am sure I am missing something really simple.

    thanks!

    Posted 16 years ago #
  2. redityo

    Hi,

    Since you embed your form in single page, you need to edit your CSS form to give same result with http://internet-checkout.com/machform/view.php?id=1. To do that try to search "Embed code" section in there, you will see these :

    /** 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;
    
    }

    replace it with

    /** 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;
    
    }
    
     **/

    It will commented "embed" section code for your form, otherwise you can delete those section instead


    MachForm Support

    Posted 16 years ago #

RSS feed for this topic

Reply