Form Builder | Create Responsive Contact Forms - Version 1.9.5

Version Description

Download this release

Release Info

Developer umarbajwa
Plugin Icon 128x128 Form Builder | Create Responsive Contact Forms
Version 1.9.5
Comparing to
See all releases

Code changes from version 1.9.4 to 1.9.5

admin/views/forms-main.php CHANGED
@@ -207,7 +207,7 @@ table tr:hover td{
207
  <div id="forms_page_cont">
208
  <div id="wp_smf_heading_div" class="wp_smf_heading_div">
209
  <h1 id="wp_smf_heading" class="wp_smf_heading">Forms</h1>
210
- <input id="wp_smf_add_new_button" class="wp_smf_add_new_button" type="button" value="Add New" onclick="window.location = '<?php echo admin_url('admin.php?page=smuz-forms&new_post=1') ?>'">
211
  </div>
212
 
213
  <div>
@@ -252,7 +252,7 @@ table tr:hover td{
252
 
253
  <div id="noSlidesMessage" style="text-align: center">
254
  <h3>
255
- No forms. Click the + <a href="<?php echo admin_url('admin.php?page=smuz-forms&new_post=1') ?>">Add New</a> to create your first form.
256
  </h3>
257
  </div>
258
 
207
  <div id="forms_page_cont">
208
  <div id="wp_smf_heading_div" class="wp_smf_heading_div">
209
  <h1 id="wp_smf_heading" class="wp_smf_heading">Forms</h1>
210
+ <input id="wp_smf_add_new_button" class="wp_smf_add_new_button" type="button" value="Add New" onclick="window.location = '<?php echo admin_url('admin.php?page=templates-screen') ?>'">
211
  </div>
212
 
213
  <div>
252
 
253
  <div id="noSlidesMessage" style="text-align: center">
254
  <h3>
255
+ No forms. Click the + <a href="<?php echo admin_url('admin.php?page=templates-screen') ?>">Add New</a> to create your first form.
256
  </h3>
257
  </div>
258
 
admin/views/plugin-entrypage/forms-list.php CHANGED
@@ -43,7 +43,7 @@
43
 
44
  <div id="noFormsMessage" style="text-align: center; margin-top: 20%">
45
  <h3>
46
- No forms. Click the + <a href="<?php echo admin_url('admin.php?page=smuz-forms&new_post=1') ?>">Add New</a> to create your first form.
47
  </h3>
48
  </div>
49
 
43
 
44
  <div id="noFormsMessage" style="text-align: center; margin-top: 20%">
45
  <h3>
46
+ No forms. Click the + <a href="<?php echo admin_url('admin.php?page=templates-screen') ?>">Add New</a> to create your first form.
47
  </h3>
48
  </div>
49
 
changes.txt CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ** Entries can be viewed on the free version of the plugin and saved for later use.
2
  ** Conditional logic can be used on the free version of the contact form plugin.
3
  ** Styles are made available in the free version of the plugin.
1
+ **************
2
+ | 1.9.5 |
3
+ **************
4
+ ** Fixed link for add new button to redirect to templates screen
5
+
6
+ **************
7
+ | 1.9.4 |
8
+ **************
9
  ** Entries can be viewed on the free version of the plugin and saved for later use.
10
  ** Conditional logic can be used on the free version of the contact form plugin.
11
  ** Styles are made available in the free version of the plugin.
forms.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: Contact Form
4
  Description: Create Responsive Forms using Drag & Drop Visual Builder. View entries from admin interface.
5
  Author: Web-Settler
6
- Author URI: http://web-settler.com/form-builder/?ref=pluginsPageAuthURI
7
- Plugin URI: http://web-settler.com/form-builder/?ref=pluginsPagePluginURI
8
- Version: 1.9.4
9
  License: GPL V2+
10
  **/
11
 
3
  Plugin Name: Contact Form
4
  Description: Create Responsive Forms using Drag & Drop Visual Builder. View entries from admin interface.
5
  Author: Web-Settler
6
+ Author URI: http://web-settler.com/form-builder/?ref=author_uri
7
+ Plugin URI: http://web-settler.com/form-builder/?ref=plugin_uri
8
+ Version: 1.9.5
9
  License: GPL V2+
10
  **/
11
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Form Builder | Create Responsive Contact Forms ===
2
  Contributors: umarbajwa
3
  Requires at least: 3.7
4
- Tested up to: 5.4
5
  Tags: contact form, form builder, contact me, custom contact form, form, custom forms
6
- Stable tag: 1.9.4
7
- Donate Link: http://web-settler.com/form-builder/?ref=wpPage
8
  License: GPL V2 or latest
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
1
  === Form Builder | Create Responsive Contact Forms ===
2
  Contributors: umarbajwa
3
  Requires at least: 3.7
4
+ Tested up to: 5.5
5
  Tags: contact form, form builder, contact me, custom contact form, form, custom forms
6
+ Stable tag: 1.9.5
7
+ Donate Link: http://web-settler.com/form-builder/
8
  License: GPL V2 or latest
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10