Appnitro Software Forums » MachForm

New form Struggles...

(2 posts)
  • Started 1 year ago by danthemanjones
  • Latest reply from redityo

  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 1 year ago #
  2. 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

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.