• Resolved kev147

    (@kev147)


    Hi

    I have had this plugin a while now and before i was able to link a pdf file by following this tut HERE but for some reason i cannot do this anymore just doesn’t show the hyperlink even though i have duplicated a form and just altered the pdf.

    THIS is what i used obviously changing the actual link but shows afterwards like THIS with nothing linked, it should look like a previous linked like THIS

    Sorry for all the links but easier to show this way what i mean

    Any idea whats wrong please

    thanks kev

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @kev147,

    Thanks for reaching out!

    This issue adding a link to a choice is currently a bug, and it may be fixed on WPForms Lite version 1.8.2.2.

    To fix it right now, you can add this custom code:

    add_filter( 'wpforms_field_label_allowed_html_tags', static function( $allowed_tags ) {
    
    	$allowed_tags[] = 'a';
    
    	return $allowed_tags;
    } );

    In case it helps, here’s our tutorial with the most common ways to add custom code like this. For the most beginner-friendly option in that tutorial, I’d recommend using the WPCode plugin.

    Hope this helps!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @kev147,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

    Thread Starter kev147

    (@kev147)

    Sorry been working, i have snippets installed but i have no idea how to add the above code so will just wait for the next update for a fix

    thanks

    • This reply was modified 1 year, 9 months ago by kev147.
    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @kev147,

    In case it helps, you can add the code above on your site by following our tutorial with the most common ways to add custom code. For the most beginner-friendly option in that tutorial, I’d recommend using the WPCode plugin.

    About WPForms Lite version 1.8.2.2, we expect it to be released between next week and the first week of July.

    Hope this helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Linking to a pdf file’ is closed to new replies.