{% trans_default_domain 'FOSUserBundle' %}
{{ form_widget(form.type) }}

1 Informations de connexion à proxishop

{{ form_label(form.email) }} {{ form_errors(form.email) }} {{ form_widget(form.email) }}
{{ form_label(form.plainPassword.first) }} {{ form_errors(form.plainPassword.first) }} {{ form_widget(form.plainPassword.first) }}
{{ form_label(form.plainPassword.second) }} {{ form_errors(form.plainPassword.second) }} {{ form_widget(form.plainPassword.second) }}

2 Informations personnelles

{{ form_label(form.customer.civilite) }} {{ form_errors(form.customer.civilite) }} {{ form_widget(form.customer.civilite) }}
{{ form_label(form.customer.nom) }} {{ form_errors(form.customer.nom) }} {{ form_widget(form.customer.nom) }}
{{ form_label(form.customer.prenom) }} {{ form_errors(form.customer.prenom) }} {{ form_widget(form.customer.prenom) }}
{{ form_label(form.customer.fonction) }} {{ form_errors(form.customer.fonction) }} {{ form_widget(form.customer.fonction) }}
{{ form_label(form.customer.fixe) }} {{ form_errors(form.customer.fixe) }} {{ form_widget(form.customer.fixe) }}
{{ form_label(form.customer.mobile) }} {{ form_errors(form.customer.mobile) }} {{ form_widget(form.customer.mobile) }}
{{ form_label(form.customer.birthdate) }} {{ form_errors(form.customer.birthdate) }} {{ form_widget(form.customer.birthdate) }}
{{ form_label(form.customer.pays) }} {{ form_errors(form.customer.pays) }} {{ form_widget(form.customer.pays) }}
{{ form_label(form.customer.lieunaissance) }} {{ form_errors(form.customer.lieunaissance) }} {{ form_widget(form.customer.lieunaissance) }}
{{ form_label(form.customer.nationalite) }} {{ form_errors(form.customer.nationalite) }} {{ form_widget(form.customer.nationalite) }}

3 Informations sur votre entreprise

{{ form_label(form.customer.enterprise.nom) }} {{ form_errors(form.customer.enterprise.nom) }} {{ form_widget(form.customer.enterprise.nom) }}
{{ form_label(form.customer.enterprise.pays) }} {{ form_errors(form.customer.enterprise.pays) }} {{ form_widget(form.customer.enterprise.pays) }}
{{ form_label(form.customer.enterprise.address1) }} {{ form_errors(form.customer.enterprise.address1) }} {{ form_widget(form.customer.enterprise.address1) }}
{{ form_label(form.customer.enterprise.address2) }} {{ form_errors(form.customer.enterprise.address2) }} {{ form_widget(form.customer.enterprise.address2) }}
{{ form_label(form.customer.enterprise.cp) }} {{ form_errors(form.customer.enterprise.cp) }} {{ form_widget(form.customer.enterprise.cp) }}
{{ form_label(form.customer.enterprise.ville) }} {{ form_errors(form.customer.enterprise.ville) }} {{ form_widget(form.customer.enterprise.ville) }}
{{ form_label(form.customer.enterprise.juridique) }} {{ form_errors(form.customer.enterprise.juridique) }} {{ form_widget(form.customer.enterprise.juridique) }}

4 Création de votre boutique en ligne

{{ form_errors(form.customer.enterprise.boutiques) }} {{ form_widget(form.customer.enterprise.boutiques) }}

La « boutique » sera votre page web personnalisée. En fonction de votre activité, elle vous permettra :

  • de présenter votre activité en texte et en images (vitrine)
  • de vendre vos produits en ligne
  • d’obtenir des réservations pour vos services
  • de recueillir des demandes de devis pour vos prestations

Vous aurez la possibilité de créer plusieurs « boutiques » par la suite.



Si vous êtes spécialisé dans plusieurs domaines d'activé, indiquez votre domaine principal.
Vous pourrez quand même proposer des articles pour vos domaines secondaires.

{{ form_label(form.customer.commercial) }} {{ form_errors(form.customer.commercial) }} {{ form_widget(form.customer.commercial) }}
{#{{ form_label(form.parrain) }} {{ form_errors(form.parrain) }} {{ form_widget(form.parrain) }} {{ form_label(form.captcha) }} {{ form_widget(form.captcha) }}
{{ form_errors(form.captcha) }}
#} {{ form_rest(form) }}