my form doesn't show up online

  • littleraindrops
    Asked on September 4, 2014 at 6:31 AM

    Each term I edit our holiday club form and it usually changes and works fine online but this term it doesn't show up online I don't think I am doing anything different from before?

  • Elton Support Team Lead
    Replied on September 4, 2014 at 9:59 AM

    Hi,

    I can see your form here but it's cut due to the div container where it is placed.

    This is how your form is currently displayed.

    my form doesnt show up online  Image 1 Screenshot 30

    The div container width and left margin has messed up the form.

    <div style='position:absolute;margin-left:627px;margin-top:355px;width:96px;

    height:96px;z-index:622'>

    Make the div container left margin to 0 and change the width to 100% like the following.

    <div style='position:absolute;margin-left:0;margin-top:355px;width:100%;

    height:96px;z-index:622'>

    The result would then be like this.

    my form doesnt show up online  Image 2 Screenshot 41

    If you need further assistance, let us know. 

    Thanks!