• Hello everyone is it possible in the upload mask to set default fields? Not from databases but I wanted to do it if possible with shortcode from pdb_signup.
    I have to do it because I have many loading pages
    Example:
    In loading i have the fields name, last name, category, …… I would like to see CATEGORY A. in the mask category already. Thank you

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

    (@xnau)

    It is not possible to set the default values of fields in the shortcode. For something like this, you’d need to use a custom template and then add code to set the default values. You will need to be able to use PHP or Javascript to do this.

    Thread Starter giuseppepavia

    (@giuseppepavia)

    Thanks for the answer, in the end I combined using field groups. This plugin is really great and adaptable to any need.
    A question:
    If I wanted to get the last recorded record you can? I mean:
    I have a database by name, last name, tile number (managed by a field group called NUMBER) how do I filter only the last inserted card? thank you

    Plugin Author xnau webdesign

    (@xnau)

    You could sort by the “date_recorded” field, and show only a single record like this:

    [pdb_list list_limit=1 orderby=date_recorded order=desc]

    Thread Starter giuseppepavia

    (@giuseppepavia)

    thank you!!!
    Works perfectly. Last thing is when I run the filter to delete the numeric list under each filter?
    Example: Exits last record and under a strip with 1,2,3,4,5 etc. Can I delete this?
    thank you

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

The topic ‘Default fields in pdb_signup’ is closed to new replies.