• Resolved bishopartsadmin

    (@bishopartsadmin)


    I am trying to develop a group of repeater fields and need the field ids to the repeated fields to add to a PDF. Where can I find this information?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @bishopartsadmin

    I hope you are doing good today.

    Do you mean main ID of each repeater? If so, then it will be those IDs:
    – group-1
    – group-2
    – group-3
    etc.

    Kind Regards,
    Kris

    Thread Starter bishopartsadmin

    (@bishopartsadmin)

    What I am asking is to find the individual ID’s for each field that come from the repeated groups.

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @bishopartsadmin

    I’m still not sure if I correctly understand the request but I think what you mean is that you have a group (e.g. group-1) and inside that group (which is set to be repeater group) you have e.g. input field and number field.

    Each of those field can be “repeated” since they are in repeater group but in “form builder” you would see single instance of each of them and the IDs would be exactly as seen there, like “text-1”, “number-2 and so on, just what form builder shows.

    If submitting user repeats the group on front end (during submission) e.g. 3 times, those IDs will still be the same. There’s currently no way to directly access specific repeater field by such ID.

    You can only use either the field ID itself – and that would only give first instance of the field or entire group ID, as my colleague mentioned.

    Are you using E2PDF to create your pdfs?

    Kind regards,
    Adam

    Thread Starter bishopartsadmin

    (@bishopartsadmin)

    This is what I am trying to figure out. I’ll just have to remove repeater functionality and just have all of the groups on their own. Yes, I am using E2PDF. It’s working well in that regard in the pdf mapping side.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @bishopartsadmin

    Thank you for confirming,

    The repeat will create the IDs on the fly following -ID-random_string, so I am afraid the mapping needs to be improved in the E2PDF site to support the new repeater feature.

    I suggest contacting their support and suggesting an integration with this new field type.

    We will also pass this to the Forminator team and ask them to update the E2PDF developers about this new field type.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @bishopartsadmin ,

    We haven’t heard from you for some time now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

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

The topic ‘Repeater Fields IDS’ is closed to new replies.