Forums
(@keypanda)
13 years, 4 months ago
I commented this line out in the plugin to solve the problem:
$html .= ‘<input type=”hidden” name=”‘ . $raw_name . ‘” value=”‘ . esc_attr( $value ) . ‘”‘ . $atts . ‘ />’.”\n”;
Don’t understand why it is needed.