How can i put the Thank you message at the bottom?

  • mustphoto
    Asked on May 1, 2014 at 12:36 PM

    Hi,

    I followed the instructions and I thought I added the correct code to place the thank you message at the bottom of submit page, but this didn't work. would you pleas advise.

    Thank you!

    Jotform Thread 370584 Screenshot
  • KadeJM
    Replied on May 1, 2014 at 1:42 PM

    I looked at your form, but I'm not quite sure what the problem is. What exactly are you trying to do or add to the thank you page? Can you please clarify about your problem more with the instructions you had been following so we can help you better.

  • Jim_Rank
    Replied on May 1, 2014 at 2:20 PM

    Hello @ mustphoto, It seems you tried to make the 'Thank you' message at the bottom of submit page.If you meant so then here is the way you can make it.

    > Go to your 'Thank you page wizard' window as your showed on the picture.

    > Open the HTML souce Editor as the picture below and write the red boundered code.

    How can i put the Thank you message at the bottom? Image 1 Screenshot 20

  • mustphoto
    Replied on May 1, 2014 at 8:12 PM

    Hmmm, this did not work. :-(

  • Elton Support Team Lead
    Replied on May 1, 2014 at 10:33 PM

    Hi,

    You're adding margin to the bottom instead on the top. Replace it with margin-top instead and change the px value to 2400px.

    Example:

    margin-top:2400px;

    Result:

    How can i put the Thank you message at the bottom? Image 1 Screenshot 20

    In addition to that @Jim_Rank solution will also work. Please give it a try.

    Thanks!