Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jose

    (@giuse)

    Hi @jayfer2

    thank you!
    Do you have any reason for not selecting that privacy policy page in Settings => Privacy Policy?
    Essential Form points to the page that you select in Settings => Privacy Policy.

    In any case, if you want to customize the agreement text, you can write this code in the functions.php of your child theme or in a functional plugin:

    add_filter( 'essential_form_agreement_text',function( $text ){
    	return 'By submitting this form I agree with the <a >Privacy Policy</a>';
    } );

    I hope it helps.

    Have a great day!

    Jose

    Thread Starter jayfer2

    (@jayfer2)

    Thank you. Embarrased to say I was unaware of the settings>Privacy setting.

    Plugin Author Jose

    (@giuse)

    HI @jayfer2


    ?? Don’t worry. Happy to know that it works.

    Have a great day!

    Jose

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Privacy Policy’ is closed to new replies.