Repeaters in Member Template

  • Hi!


    I attempted to add a repeater to the member.html master template. It shows the <perch:members> fields when editing a member, but they're not in a repeater format.


    member.html

    Code
    1. <perch:members type="text" id="first_name" label="First name" listing="true" order="1" />
    2. <perch:members type="text" id="last_name" label="Last name" listing="true" order="2" />
    3. <perch:repeater id="invoices" label="Invoices">
    4. <perch:members id="invoicefile" type="file" label="Invoice Upload" />
    5. <perch:members id="invoiceid" type="text" label="Invoice ID" />
    6. </perch:repeater>

    For context: I planned to allow my client to go into the members app in Perch and assign pdf invoices to member profiles. From a user perspective I assume this would allow logged-in members to view a list of invoices assigned to them on a profile screen.


    If this isn't possible at the moment, please just count this as a suggestion/request.

    Thanks!:burd1:

  • drewm

    Approved the thread.