Quantcast
Channel: WordPress.org Forums » [Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Support
Viewing all articles
Browse latest Browse all 1398

Attribute “download” is removed

$
0
0

Replies: 0

Hello.
After submitting, I want to display a message with a link to download a file, but the “download” attribute is removed from the “a” tag.
I am using this code, but do not works:

add_filter( 'forminator_change_form_allowed_html', function( $allowed_html ){	
	$allowed_html = array(	
			'a' => array(
						'download' => true,
					),		
	);
	return $allowed_html;
} );

Viewing all articles
Browse latest Browse all 1398

Trending Articles