How to show custom Form Data List in Custom Page?

I have created a custom Data List called "Skills". I want a Member to fill this out and then have it show on a custom page. Is there a way to create a custom Block that shows the data from the data list?

  • 311
  • More
Replies (2)
    • Yes. It's possible. I'm assuming that this list is something you want to be presented at the user signup form and they select all their skills from a list. 

      image_transcoder.php?o=bx_froala_image&h=1617&dpx=1&t=1563132360

      select the persons module. 

      image_transcoder.php?o=bx_froala_image&h=1618&dpx=1&t=1563132413

      select displays 

      image_transcoder.php?o=bx_froala_image&h=1619&dpx=1&t=1563132446

      select the displays of the app persons system name 

      image_transcoder.php?o=bx_froala_image&h=1620&dpx=1&t=1563132491

      click add new field 

      image_transcoder.php?o=bx_froala_image&h=1621&dpx=1&t=1563132539

      Select your choice of the type of input field you want to add, i've underlined the commonly used ones. 

      image_transcoder.php?o=bx_froala_image&h=1622&dpx=1&t=1563132601

      for e.g I have selected the select multiples values  

      image_transcoder.php?o=bx_froala_image&h=1623&dpx=1&t=1563132708

      click on values and select your skills list that you have created. add in some meta data required. Smash ADD and you're done. 

      :) 

      • Thanks Gritly. My question is slight different. I have already created the field and was able to add it to the "Full Member" display. 

        image_transcoder.php?o=bx_froala_image&h=1624&dpx=1&t=1563136201

        image_transcoder.php?o=bx_froala_image&h=1625&dpx=1&t=1563136233

        That "Full View Member" seems to be linked to the "Info" block. Which I have on the "View Profile" page.

        image_transcoder.php?o=bx_froala_image&h=1626&dpx=1&t=1563136326

        So now I want to create a new sub-menu item called "Skills" on the Person's profile -- beside the other menu items -- and have a custom block that only shows the Skills, not any of the other info that is in the "Info" block. 

        image_transcoder.php?o=bx_froala_image&h=1627&dpx=1&t=1563136472

        Login or Join to comment.