Changeset 1603128
- Timestamp:
- 02/24/2017 09:32:47 PM (9 years ago)
- File:
-
- 1 edited
-
nm-contact-forms/trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nm-contact-forms/trunk/index.php
r1602681 r1603128 4 4 * Plugin URI: http://nutmedia.co.uk/nm-contact-forms 5 5 * 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.96 * Version: 1.2 7 7 * Author: Aidas Keburys @ Nutmedia 8 8 * Author URI: http://nutmedia.co.uk … … 72 72 73 73 $hide = ''; 74 74 75 75 switch($type){ 76 76 case 'text': … … 424 424 foreach($nm_form['fields'] as $field){ 425 425 426 if(array_key_exists('read_only', $field)) $field['read_only'] = ''; 427 426 428 if($field['read_only'] == 'on' ) $read_only = 'readonly'; 427 429 else $read_only = '';
Note: See TracChangeset
for help on using the changeset viewer.