Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Danbc,

    You can build, in a WordPress page, a form that suits your needs (probably using some JavaScript to collapse sections of the form).

    After you build your custom form, you can make it work with BP Profile Search. All you have to do is:

    1. Use the same form action attribute that BP Profile Search uses (it’s the URL of your Members directory page, e.g. action=’http://example.com/members/’).

    2. Use, for each form field, the same name attribute that BP Profile Search uses (it’s something like name=’field_xx’, where xx is the profile field ID).

    To see exactly what those attributes look like, you can generate a sample form with BP Profile Search and look at its HTML source in your browser.

    Thread Starter Danbc

    (@danbc)

    Hey Andrea 🙂

    Thanks for the fast response, but as the non coder user of wordpress, I have no idea what you´re talking about, so will have to find some other way to make the search page a bit more sexy if one needs more than a few fields on the search page.

    Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Danbc,

    Unfortunately I don’t have a solution ready for what you need, otherwise I would have posted it.

    Anyway if you have a little time to learn some HTML and maybe CSS to tweak your site, that could be a rewarding experience.

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

The topic ‘Collapsable profile group fields’ is closed to new replies.