Gravity Forms is a premium WordPress plugin that allows you to design and publish forms on your site. You can easily add contact forms, quizzes, and surveys to your website using this plugin.
Nutshell is a low-cost, simple-to-use CRM that assists small-business sales teams in closing more deals.
Nutshell IntegrationsGravity Forms + Nutshell
Update Lead in Nutshell when Form Submission is added to Gravity Forms Read More...Gravity Forms + Nutshell
Create Person from Nutshell from Form Submission to Gravity Forms Read More...Gravity Forms + Nutshell
Create Company from Nutshell from Form Submission to Gravity Forms Read More...Gravity Forms + Nutshell
Create Lead from Nutshell from Form Submission to Gravity Forms Read More...Nutshell + Gravity Forms
New Entry in Gravity Forms when New Person is created in Nutshell Read More...It's easy to connect Gravity Forms + Nutshell without coding knowledge. Start creating your own business flow.
Triggers when a new specified form is submitted.
Triggers when a lead is won.
Triggers when new Activity is created.
Triggers when new Company is created.
Triggers when a new Lead is created.
Triggers when new Person is created.
Creates a new form entry.
Creates an entry and fires all events associated with a form submission such as notifications and add-on feeds.
Creates a new Company.
Creates a new Lead.
Creates a new Person.
Updates an existing Lead.
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
Gravity Forms is a WordPress plugin. It allows you to create and manage forms on your site and cplect information from users on your site. Gravity Forms is more than just a form builder; it also provides an easy way to integrate with other popular services such as PayPal, Stripe, and MailChimp.[1]
Nutshell is a WordPress theme that was designed specifically for user-friendly marketing sites. All of the design aspects of Nutshell were created with this intent in mind. It makes it easy to display content and features that will help your sales.[2]
The integration of Gravity Forms and Nutshell is one of the best ways to handle forms on your marketing site. Gravity Forms is a great form builder and Nutshell is a great looking theme. They both have their strengths and weaknesses, but integrating them makes them better. In this section I will show you how they can work together to improve your site. This section is broken into three subsections:
A1. Gravity Forms with Nutshell Part 1
A2. Gravity Forms with Nutshell Part 2
A3. Gravity Forms with Nutshell Part 3
A1. Gravity Forms with Nutshell Part 1
In this subsection we will take a look at the first part of integrating Gravity Forms and Nutshell. The first thing we want to do is remove some of the styling from Nutshell that gets in the way of our forms. In most cases, this means removing the .entry-content class from the main content area. It's important to note that this may not be necessary depending on how you're going to use Gravity Forms on your site. For example, if you're only going to use Gravity Forms in a sidebar or footer widget, then you may not need to make the changes given here. So let's get started:
Step 1 – Add a CSS Class To The Content Area
Open up themesutshell/functions.php and add a new class called entry-content-gf-fix . Then, replace .entry-content with .entry-content-gf-fix :
/* These are the styles for the main content area / .entry-content { padding-left. 0 !important; padding-right. 0 !important; } /*create a new class for styling just for gf/ .entry-content-gf-fix { padding-left. 0 !important; padding-right. 0 !important; } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /* These are the styles for the main content area / . entry - content { padding - left . 0 ! important ; padding - right . 0 ! important ; } /*create a new class for styling just for gf/ . entry - content - gf - fix { padding - left . 0 ! important ; padding - right . 0 ! important ; }
Step 2 – Remove Default Style For Form Elements
Open up themesutshell/cssutshell.css and remove any default style that there may be for form elements.
Step 3 – Add CSS To Change Appearance Of Form Elements And Inputs
Now that you've removed any default styles that may be there, you need to add some code so that you can customize the look of your forms. You'll notice that there are several different classes being used in the code below. They are as fplows:
input–primary This is used for the primary action button in forms
input–secondary This is used for secondary action buttons in forms input–textfield This is used for text fields input–checkbox This is used for checkboxes input–radio This is used for radio buttons input–submit This is used for submit buttons
/remove default styling for form labels/ label { font-weight. 400; font-size. 12px; font-family. "Lucida Grande", Verdana, sans-serif; line-height. 14px; margin-bottom. 10px; cpor. #999; } /set width of inputs/ input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="search"], textarea { width. auto; } /set width of inputs/ /set width of inputs/ /customize appearance of primary action button/ .button–primary { background. #4e9ded url(../images/button_bg_blue_left.png. repeat-x top left; border. none; cpor. white; font-size. 18px; font-family. "Lucida Grande", Verdana, sans-serif; font-weight. 400; line-height. 24px; padding. 20px 32px 22px 32px; text-align. center; text-decoration. none; text-transform. uppercase; cursor. pointer; } /customize appearance of primary action button/ /customize appearance of secondary action button/ .button–secondary { background. #38b9dd url(../images/button_bg_blue_left.png. repeat-x top left; border. none; cpor. white; font-size. 18px; font-family. "Lucida Grande", Verdana, sans-serif; font-weight. 400; line-height. 24px; padding. 20px 32px 22px 32px; text-align. center; text-decoration. none; text-transform. uppercase; cursor. pointer; } /customize appearance of secondary action button/ /customize appearance of text field/ .input–textfield { border. none; cpor. #999; font-size. 15px; font-family. "Lucida Grande", Verdana, sans-serif; vertical-align. top; } /customize appearance of text field/ /customize appearance of checkboxes/ .input–checkbox { border. none; cpor. #999; font-size. 15px; font-family. "Lucida Grande", Verdana, sans-serif; vertical-align. top; } /customize appearance of checkboxes/ /customize appearance of radio buttons/ .input–radio { border. none; cpor. #999; font-size. 15px; font-family. "Lucida Grande", Verdana, sans-serif; vertical-align. top; } /customize appearance of radio buttons/ /customize appearance of submit buttons/ .button–primary { background. #4e9ded url(../images/button_bg_blue_left.png. repeat-x top left; border. none; cpor. white; font-size. 18px; font-family. "Lucida Grande", Verdana, sans-serif; font-weight. 400; line-height. 24px; padding. 20px 32px 22px 32px; text-align. center; text-decoration. none; text-transform. uppercase; cursor. pointer; } .button–primary { background:#38b9dd url(../images/button_bg_blue_left.png. repeat-x top left ; border . none ; cpor . white ; font - size . 18px ; font - family . "Lucida Grande" , Verdana , sans - serif ; font - weight . 400 ; line - height . 24px ; padding . 20px 32px 22px 32px ; text - align . center ; text - decoration . none ; text - transform . uppercase ; cursor . pointer ; } /customize appearance of submit buttons/ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
The process to integrate Gravity Forms and Nutshell may seem complicated and intimidating. This is why Appy Pie Connect has come up with a simple, affordable, and quick spution to help you automate your workflows. Click on the button below to begin.