How do applicants submit a form on my website?

  • haute27
    Asked on June 28, 2017 at 10:58 AM

    I created a CV application form on my Blog and embedded the code .. however there is no button to actually "submit" the form so it comes to my email.

    Jotform Thread 1186034 Screenshot
  • WilliamR
    Replied on June 28, 2017 at 11:57 AM

    It appears your site is adding a 150px top margin. Try to add this CSS code into your site.

    .form-all {
        margin-top: 0px !important;
    }

    And see if that would work out for you.

    If not, try to use the iFrame method and copy the code and paste it on your site.

    How do applicants submit a form on my website? Image 1 Screenshot 20

    Let me know with your progress on it.