Hello all,
Now I have a new problem.
I want to alter the register.tpl totally to a new registration form. We want much more info from our customers now. And they have to be stored in the database too. And the info has to get mailed to the admin and customer as usual. But NO username or password fields. We want to check all customer registrations by hand and assign them an username/password via the admin panel.
This are the fields we want to use (in Dutch....sorry guys), and fields marked with * are required:
Factuuradres:
Field: Bedrijfsnaam*
Field: Rechtsvorm*
Field: Adres*
Field: Postcode*
Field: Plaats*
Field: Land*
Verzendadres:
Field: Bedrijfsnaam
Field: Adres
Field: Postcode
Field: Plaats
Field: Land
Contact:
Field: Contactpersoon
Field: Telefoonnummer *
Field: Faxnummer *
Field: Email *
Field: Homepage
Field: (checkbox to tell it is OK to add this email addres to the mailinglist)
Field: BTW nummer *
Field: KVK nummer *
Field: Jaar van oprichting
Field: Jaarlijkse omzet
Field: Algemeen directeur
Field: Inkoop mananger
Bank gegevens:
Field: Naam bank
Field: Bank/gironummer
Field: Contactpersoon bij bank
Field: Telefoonnummer bank
Field: Faxnummer bank
Field: SWIFT code
Bedrijfsprofiel:
Field: Aantal medewerkers
Field: Soort onderneming (pulldown list)
Field: Hoofdactiviteit (pulldown list)
Field: Klantgroep (pulldown list)
As you'll see, a lot of extra information we want to collect.
Can someone explain me (in simple therms....I'm not that bright

) how to alter the register.tpl, register.php and so on to accomplisch this?