PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How should integrate gravity form to a custom form

  1. gstalin
    Member

    I have a custom for designed by my designer with his own fields. How do I integrate gravity form to his HTML code? Want to know the form fields I need to care about.

    This form has - Name field (simple), email and submit button.

    Can you please help?

    Posted 14 years ago on Thursday November 12, 2009 | Permalink
  2. You can't use his HTML, Gravity Forms outputs it's own HTML in a set format.

    What you will need to do is first create the form in Gravity Forms with the fields you require. In this case it will be name and email.

    Then you will need to style the form by adding CSS to your theme CSS file to override the existing styles for the form. If you or your designer has experience with CSS this will be as simple as looking at the HTML of the form output by Gravity Forms using something like Firebug for Firefox, get the necessary CSS names and then override them in your themes CSS file.

    Posted 14 years ago on Thursday November 12, 2009 | Permalink