Comment to 'Custom field type "submit" does not work'
  • It's possible to create different Displays for one form, you can display these Displays in different blocks, all data will be save in one table, and then you can display all collected data in one block, or in different blocks as well, but to achieve this some small modifications will be required.

    • Ok but logically, Submit button had to be at the very bottom of the form.
      The problem is that if you have "block header" fields and they are not deployed by default, the "Submit" button remains invisible.
      Because it is considered part of the last block.
      So currently it is imperative to place the button Submit BEFORE the first field of type "Header Block" otherwise the member will long seek how to save his profile.
      In fact what you need is that the "Submit" button is ignored by the "Header Bock" fields.
      You understand ?

      • If "Submit" button goes after a block of fields, then you need to place "Submit" button in own block of fields.

        Then if you want to not display the title and remove ability to collapse/expand for this block with "Submit" button, then you need to clear "Title" field in Developer module.

        As the result Submit button will be displayed out of the block which goes before Submit button.