Placeholder
-
Dear support,
In next version plz update shortcode.php file to new if with placeholder text in field ??
if ($val['include'] == "on") { $return .= '<p>'; $return .= '<label style="'.$label['position'].';width:'.$label['width'].$label['select_width'].';color:'.$label['text_color'].';font-size:'.$label['text_size'].'pt; '.$label['select_text_style'].'" class="label"> '.($val['required'] == 'on' ? '<span style="color:red;">*</span>' : '').'</label> '; $return .= '<input type="text" class="field" placeholder="'.$val['value'].'" value="" name="form['.$key.']" '.($val['required'] == 'on' ? '' : '').' style="max-width:100%;width:'.$field['width'].$field['select_field_width'].'; height:'.$field['height'].$field['select_field_height'].';color:'.$field['text_color'].';font-size:'.$field['text_size'].'pt; border:'.$field['border_width'].'px solid '.$field['border_color'].';" />'; $return .= '</p>'; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Placeholder’ is closed to new replies.