Support

Account

Home Forums Backend Issues (wp-admin) Dynamically populating repeater fields with default values? Reply To: Dynamically populating repeater fields with default values?

  • Just as an example, say this is the list of names in the options page:

    Hospital
    Pharmacy
    Surgery Center

    etc…

    What I need to do is set those as default values in the repeater name subfields on every new post that’s created:

    Row 1
    -Name: Hospital
    -Value: (User will set)

    Row 2
    -Name: Pharmacy
    -Value: (User will set)

    Row 3
    -Name: Surgery Center
    -Value: (User will set)