• Resolved zo

    (@zotezo)


    I recently came across this wonderful plugin you made, I’m planning to use it with my BudduBoss setup. Just wanted to know how can I get these things
    1. Show modal to only logged users
    2. Show on specific pages (not only All/Home)
    3. How can I include the modal in selected admin pages too.
    4. How can autofill the email field. Additionally Fname & Lname

Viewing 1 replies (of 1 total)
  • Plugin Author nedwp

    (@nedwp)

    Hello @zotezo,

    For point 1 & 2, you can use “nedwp_fm_visibility” filter. You have to return true or false for displaying or not.

    For point 3, unfortunately, at this moment this request is not possible. Our plugin uses the is_admin() function to load the parts, in order to optimize the overall performance.

    For point 4, you can use JavaScript to autofill the email field. This is the selector for input: input#nedwp-fm-modal-input-email.

    If you have more questions, we will be glad to answer them!

    Thank you!

    • This reply was modified 4 years, 1 month ago by nedwp.
Viewing 1 replies (of 1 total)
  • The topic ‘List of available hooks (if any)’ is closed to new replies.