Plugin Directory

Changeset 1603128


Ignore:
Timestamp:
02/24/2017 09:32:47 PM (9 years ago)
Author:
frankenstein-uk
Message:

attempt to commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nm-contact-forms/trunk/index.php

    r1602681 r1603128  
    44 * Plugin URI: http://nutmedia.co.uk/nm-contact-forms
    55 * Description: This plugin has built in honeyPot and reChaptcha anti spam solutions. Supports GET variables (allows to pass GET variable info to the form). Option to turn off default CSS, add extra classes. User friendly UI, drag and drop sorting.
    6  * Version: 1.1.9
     6 * Version: 1.2
    77 * Author: Aidas Keburys @ Nutmedia
    88 * Author URI: http://nutmedia.co.uk
     
    7272   
    7373        $hide = '';
    74            
     74
    7575        switch($type){
    7676            case 'text':
     
    424424        foreach($nm_form['fields'] as $field){
    425425   
     426            if(array_key_exists('read_only', $field)) $field['read_only'] = '';
     427
    426428            if($field['read_only'] == 'on' ) $read_only = 'readonly';
    427429            else $read_only = '';
Note: See TracChangeset for help on using the changeset viewer.