Register form in Version simpilot 5.5.2

Hi Community

I am looking for a way to arrange the register fields mixed with standard and custom fields. Here my current form:

Link to Registerform

Now I would like to do it like this:

TITLE

  • Firstname
  • Lastname
  • Birthday (Customfield)
  • Address (Customfield)
  • City (Customfield)
  • Location
  • Email

TITLE

  • Email
  • Passowrd
  • Confirm Password

TITLE

  • IVAO (Customfield)
  • VATSIM (Customfield)

TITLE

  • rest of Customfields

 

 

Easiest way to do this is delete the custom fields block of code on the page, then call each row from the SQL table individually. But you’ll also need to check the registration module and registration data class files to add the code that allows the entries to be added directly into the SQL table.

1 Like