• Resolved geirhog

    (@geirhog)


    Hi!

    I have one small – or big – problem.
    Some people register with their name and email, but never complete the registration afterwards on the website.
    Is it possible to use a code or something else that hides this incomplete record from [pdb_list] until one particular field is filled in?

    /GeirH

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Yes, you can set up a filter in the shortcode that excludes records with a field that is empty…for example this shortcode will exclude all records that have an empty first_name field:

    [pdb_list filter="first_name!"]

    This is explained in detail here: List Shortcode Filters

    Thread Starter geirhog

    (@geirhog)

    Thank you very much for your help.
    It now works the way I want.
    It was “!” I had forgotten ..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide incomplete records.’ is closed to new replies.