Version Description
- Fixed: Issue with submit button position when form ends with columns classes
Download this release
Release Info
Developer | jaredatch |
Plugin | Contact Form by WPForms – Drag & Drop Form Builder for WordPress |
Version | 1.1.8.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.8.2 to 1.1.8.3
- assets/css/wpforms-full.css +1 -0
- readme.txt +3 -0
- wpforms.php +2 -2
assets/css/wpforms-full.css
CHANGED
@@ -425,6 +425,7 @@ div.wpforms-container-full .wpforms-form .wpforms-description {
|
|
425 |
|
426 |
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
|
427 |
padding: 10px 0 0 0;
|
|
|
428 |
}
|
429 |
|
430 |
div.wpforms-container-full .wpforms-form button[type=submit] {
|
425 |
|
426 |
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
|
427 |
padding: 10px 0 0 0;
|
428 |
+
clear: both;
|
429 |
}
|
430 |
|
431 |
div.wpforms-container-full .wpforms-form button[type=submit] {
|
readme.txt
CHANGED
@@ -159,6 +159,9 @@ Syed Balkhi
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 1.1.8.2 =
|
163 |
* Changed: reCAPTCHA settings description to include link to how-to article
|
164 |
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.1.8.3 =
|
163 |
+
* Fixed: Issue with submit button position when form ends with columns classes
|
164 |
+
|
165 |
= 1.1.8.2 =
|
166 |
* Changed: reCAPTCHA settings description to include link to how-to article
|
167 |
|
wpforms.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
-
* Version: 1.1.8.
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -54,7 +54,7 @@ final class WPForms_Lite {
|
|
54 |
* @since 1.0.0
|
55 |
* @var sting
|
56 |
*/
|
57 |
-
private $version = '1.1.8.
|
58 |
|
59 |
/**
|
60 |
* The form data handler instance.
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
+
* Version: 1.1.8.3
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
54 |
* @since 1.0.0
|
55 |
* @var sting
|
56 |
*/
|
57 |
+
private $version = '1.1.8.3';
|
58 |
|
59 |
/**
|
60 |
* The form data handler instance.
|