• Hi… does this plugin have the functionality to include Repeater Fields in the registration form and, if not, any suggestion as to how repeater fields can be included.
    Thanking you in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    There is no a repeater field option.

    As to including a repeater field, yes, you could pretty much add anything you want, depending on your skillset.

    You can programmatically add to the form a couple of different ways. If it was something as simple as a single field, I would say to use the wpmem_fields filter because you only need to add the field to that single filter – it could be included for both form generation and validation/processing. However, with something like a repeater where you might need specialized processing/handling, you’d probably want to add directly to the form using wpmem_register_form_rows and handling processing with wpmem_post_register_data.

Viewing 1 replies (of 1 total)
  • The topic ‘Repeater Fields’ is closed to new replies.